jszczypk

Results 8 comments of jszczypk

I am testing with Safari Desktop 13.1.2 and found out that fallback to call `_onSync` method to be called for sure only when browser starts. In my setup I have...

I can confirm the problem with disappearing services. Most services are not installed on machines that I control, but I have also linked it to Windows Update. I have one...

On the second thought it might be more of https://github.com/kohsuke/winsw/ business. https://github.com/kohsuke/winsw/issues/272

Sorry, but I can't build an interface that would fit your website. Otherwise here is beehive-outline-arrow-right.svg: https://codepen.io/jszczypk/pen/zYLMpzP ``` (async function(iconId) { const url = `https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/${iconId}.svg`; const response = await fetch(url);...

Do I guess correctly this is because of requirement to convert SVG to WebFont? The tool I have in mind is more for creating one-offs for some special purposes and...

I second that. I have two use cases: 1. for collecting statistics about task (last run time, last elapsed time in seconds etc.) and storing them in db, there should...

Not really. :( But I have started to look into it yesterday. I will try to use existing id property of Event, which is now assigned randomly to be able...