Joan Puigcerver

Results 30 comments of Joan Puigcerver

Hi, I'm taking advantage of this issue since I have the same problem. I'm not using React, but I have the same problem (it can't find the create method). This...

I totally agree with this. Typing sudo every time is a bit annoying. I'm not familiar with `udev`, so I can't give an opinion on that. I thought about setting...

I managed to do it making a binary version of the python script with [PyInstaller](https://pypi.org/project/pyinstaller/) and using the SETUID permission. From the project root folder: ```bash #!/bin/bash # -F creates...

Did you installed it from pip or from the repo? (See: #42 ) It works fine for me with the version 1.0.3.

I've opened a pull request with this functionality. It would be nice if you could test it to see if there are any problems.

I think the elevate module on python does that. (https://pypi.org/project/elevate/). It checks if the program is executed as root and, if not, asks for root password and relaunches it. ```python...

I have this workflow, which builds the site in the master branch and deploys it to the gh-pages branch. It also has a cache for the gems installed with bundler,...