Jakub Blažej
Jakub Blažej
In `readme.md`, the link to AdGuard No Filter TLS actually points to `adguard-nofilter-https.mobileconfig`, but it should point to `adguard-nofilter-tls.mobileconfig`
I created slovak locale file (`src/locale/sk.csv`) but I'm too lazy to create an PR, so here it is: ``` "pdf01","Dokument vytvorený dňa [[date_d]].[[date_m]].[[date_y]]" "pdf02","Dokument vytvorený o [[date_h]]:[[date_i]]" "pdf03","Dokument vytvorený dňa...
After the latest update, when I get a notification, which has to be reminded, the remind notification is prioritised over it. It gets shown on the lockscreen/turned off screen (active...
When configuring vibration pattern, the switch above vibrates when turned on, but does not play the configured pattern, just a single "beep" Alternatively I suggest also a "test" button nearby.
I run ddclient on raspberry pi. Today I noticed high memory usage, ddclient has claimed 103MB according to htop. My environment: perl 5.28.1 ddclient 3.8.3 (package version 3.8.3-1.1) Easpbian 10...
Installing serviceworker using following code fails with ERR_NAME_NOT_RESOLVED I am able to load sw.js file using ajax and via script tag just fine ``` navigator.serviceWorker.register('sw.js').then(function(registration) { console.log('ServiceWorker registration successful with...
Readme od this repo is too short. Please specify input/output format, principle of operation, some screenshots, etc.
I have encountered issues with setting breakpoints in modules loaded using require, which uses absolute paths. Using relative paths brings problems in conjunction with the vscode extension, which might find...
I have created simple "module" printk.lua, which only prints several numbers and exports a function if I execute it with dofile, breakpoints in the file get hit, but if I...