Alexandr Zarubkin

Results 63 issues of Alexandr Zarubkin

I tried to send POST requests with forms. Tried both x-www-form-urlencoded and multipart/form-data, but request params array is empty in all cases. Does the server support handling HTML forms? Am...

feature

Certificates can be created on Windows with OpenSSL like this: First, generate CA certificate: ``` C:\OpenSSL-Win32\bin\openssl req -x509 -new -key rootCA.key -days 10000 -out rootCA.crt ``` Then create cmd script...

feature

Created Blink example in C:\Temp\Platformio Projects\blink. Notice the error line - it looks for file in path partially truncated at the space position. Archiving .pioenvs\esp01\libSimbaFramework.a Linking .pioenvs\esp01\firmware.elf xtensa-lx106-elf-gcc: error: Projects\blink\.pioenvs\esp01/firmware.map:...

help wanted

I get a Cloudflare error showing that www.remigui.com is down. Just FYI.

I was searching for a password input widget and I found the issue #206. There is a solution in that issue. However, when I used the editor, I couldn't find...

I've learned the hard way that `main` function in the app class is autogenerated by the editor just like `__init__` or `construct_ui`. These two methods have a warning comment. It...

This is a combination of PRs #87, #88 and #97. I've taken care of reported merge conflicts.

## Describe the issue `ln -s Äfoo.go afoo.go` command fails, even though the file named `Äfoo.go` exists. ## Steps to Reproduce the Problem 1. `touch Äfoo.go` 2. `ln -s Äfoo.go...

symlinks

Please support custom sysroot. For example, mount actual Pi root over sshfs, or copy it locally using rsync. There can be additional libraries installed (i.e. WiringPi etc.).

R&D

The link to the docs from http://ngn.js.org/ (http://coreybutler.github.com/NGN/docs) gives 404 error.

planned