Zahari Petkov

Results 34 issues of Zahari Petkov

Since canvas supports pixel read/write access I am convinced sub-pixel LCD rendering can be implemented on a JavaScript level. I suggest supporting that in Cufon in an optional manner. Here...

FYI: JSC_SUSPICIOUS_SEMICOLON: If this if/for/while really shouldnt have a body, use {} at line 23 character 4 in cufon.js for (var fn; fn = queue.shift(); fn()); ^ JSC_SUSPICIOUS_SEMICOLON: If this...

If for some reason port 80 is occupied and `Error: Cannot start HTTP server on '192.168.42.1:80': address in use` is generated, we need to make sure the process exits cleanly...

resin-wifi-connect is spawning a dnsmasq instance for the purpose of running the Access Point as captive portal + running a DHCP server for giving out IPs to devices connected to...

Change-type: patch Signed-off-by: Zahari Petkov --- ### Contributor checklist - [x] Changes have been tested - [ ] Covered in automated test suite - [ ] Manual test case recorded...

The RTL8192EU WiFi driver fails to find its firmware, so it is included now. Change-type: patch Signed-off-by: Zahari Petkov --- ### Contributor checklist - [x] Changes have been tested -...

Reportedly NTP packets are being sent out of a device using a wrong source IP address - 10.114.102.1. This is the address of the `resin-dns` interface. In theory this should...

When NetworkManager creates an access point with Internet connection sharing enabled it adds a number of iptables rules. Such an access point profile activated on boot may partially fail due...

M2M card by Rogers have trouble reaching the VPN service. Rogers is the largest wireless carrier in Canada. Observed on a Raspberry Pi Zero W device, but does not look...

Some environments like Google App Engine does not support C extensions and some operating systems come without pre-installed compiler. How about a fall-back version to Python only implementation for such...