I hereby claim:
- I am vojtechjurasek on github.
- I am vojtechjurasek (https://keybase.io/vojtechjurasek) on keybase.
- I have a public key ASA9qheAKp9nAKa9WMVjoY0iBsjgfwqNc_CmP5nWiC0iCAo
To claim this, I am signing this object:
| { | |
| subject: 'Klient: Testovací Jméno, Praha', | |
| from_name: 'Karta klienta', | |
| from_email: 'q3dz6a4een854hhq@kartaklienta.cz', | |
| reply_to: 'q3dz6a4een854hhq@kartaklienta.cz', | |
| text: 'Dobrý den, \n' + | |
| '\n' + | |
| 'zasíláme obchodní případ k posouzení. \n' + | |
| '\n' + | |
| 'Veškeré potřebné informace naleznete na tomto odkazu:\n' + |
| { | |
| SysSourceId: '1', | |
| SysRowState: 'INSERT', | |
| Produkt: 'OP', | |
| PripadDruh: 'UVER', | |
| Mena: 'CZK', | |
| AKVEC: 'Úvěr: Testovací karta klienta 2', | |
| Stav: 'AKTIVNI', | |
| Subjekty: [ | |
| { |
| import axios from 'axios' | |
| import XmlParser from 'xml-parser' | |
| const url = 'http://wwwinfo.mfcr.cz/cgi-bin/ares/darv_std.cgi' | |
| const getUrl = (options: any) => { | |
| options = Object.keys(options) | |
| .map((key) => key + '=' + options[key]) | |
| .join('&') | |
| return url + '?' + options |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>AppleAntiAliasingThreshold</key> | |
| <integer>1</integer> | |
| <key>ApplePressAndHoldEnabled</key> | |
| <false/> | |
| <key>AppleScrollAnimationEnabled</key> | |
| <integer>0</integer> |
| require('dotenv').config() | |
| module.exports = { | |
| // ... | |
| { | |
| resolve: '@pasdo501/gatsby-source-woocommerce', | |
| options: { | |
| api: 'your-site.com', | |
| https: true, | |
| verbose: true, |
| javascript:if("pictureInPictureEnabled"in document&&"querySelectorAll"in document){(async function(){const a=document.querySelectorAll("video");if(0===a.length)window.alert("Sorry, no videos on the page.");else if(0<a.length){const b=a[0];try{b===document.pictureInPictureElement?await document.exitPictureInPicture():await b.requestPictureInPicture()}catch(a){console.error(a)}}})()}else"pictureInPictureEnabled"in document?document.pictureInPictureEnabled||window.alert("Picture-in-Picture not available."):window.alert("Picture-in-Picture is disabled."); |
| /* Check if pip feature is present in browser */ | |
| if ( | |
| 'pictureInPictureEnabled' in document && | |
| 'querySelectorAll' in document | |
| ) { | |
| async function pip() { | |
| /* Select all video elements */ | |
| const videos = document.querySelectorAll('video'); | |
| if (videos.length === 0) { |
I hereby claim:
To claim this, I am signing this object:
| font-family: 'Varela Round', 'Helvetica Neue', Helvetica, Arial, sans-serif; |