Vlad Frolov

Results 391 comments of Vlad Frolov

@gagdiez Does `create-near-app` work on Windows for frontend scaffolding? Can `create-near-app` print a warning/error for Windows users and guide them to the blog post that explains WSL path?

2.35 is mostly broken (https://github.com/sgerrand/alpine-pkg-glibc/issues/210), as reported in https://github.com/sgerrand/alpine-pkg-glibc/issues/204#issuecomment-1682139068, upgrade to the latest version should just fix the issue

@sevmonster Do you plan to maintain the package? I am maintaining the Docker image: https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc

@sevmonster I didn’t want to duplicate the effort and introduce my own bugs when the package is available, but at this point I will consider doing that

I have tried `terminal.set_colors()` again and it still doesn't work. The pallete schema just goes black for all colors. Interestingly, if I pass 8-element pallete, only "dark" colors go black,...

Just for your info, as of today, there is no crash when using Wayland and Gnome 3.22 (Arch Linux). The only issue I have is that the Terminal uses 100%...

I have just fixed `getvalue`. I guess it shouldn't break anything if cc'ing streams have encoding attribute.

@bitprophet Is there anything to improve in this PR?

@bitprophet It used to be needed in my Invoke patch, but then I changed the logic around `encoding`, so it is not required at the moment. Nevertheless, it is good...

Just for your info, looking for a solution of simple permissions handling in my Flask app, I have found a really simple, lightweight and powerful module [`permission`](https://github.com/hustlzp/permission)! Even though it...