Besi

Results 15 comments of Besi

:+1: @XBeg9: I found this here http://stackoverflow.com/a/25437896/784318: ``` ruby filter :level, as: :select, collection: Model.levels ```

It was built from the master branch

I don't really care, if there is a flash-root folder as long as it stays that way, but if it changes at some point this has to leave to problems...

+1 @leehambley Which one is the current default? My hosting provider only supports SFTP so I am curious if SSHKit is an option for me at all.

So the workaround would be the following. I am wondering if there is a non-code block way to display actual underlines in a given text.

I'm experiencing the same problem using the latest PlatformIO. When the upload fails I get the error message: Forcing reset with 1200bps

I did research some past issues so I enter the following to update the PYTHONPATH$ PYTHONPATH=/Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages Now I get the following error: ``` ImportError: dlopen(/Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/_pcbnew.so, 0x0002): Library not loaded: '@rpath/libwx_osx_cocoau_gl-3.1.5.dylib'...

I see that `rmate` does this already if the user does not have write permission for a file: File /etc/wpa_supplicant/wpa_supplicant.conf is not writable! Use -f to open anyway.

I did try the following: 1. Delete the repository on github 2. Re-create the repository 3. Change the git url from `git@` to `https://` ```` git push --no-verify --mirror https://github.com/myusername/project...

Thanks for the detailed instructions and sorry for not being specific. I can't reproduce the issue in the demo app. I wanted to adapt it to my project, but there...