Paul Nodet
Paul Nodet
Hi, Have a look [here : lichess/oauth/token](https://lichess.org/account/oauth/token)
Hi, got the same issue without being prompted for password.
@gavinfogel any news on this?
@FinnRG Does it look ok to you? This was discussed on discord, I've made the changes reviewed.
possible solution from @tiiiecherle ? check : https://github.com/tiiiecherle/osx_install_config/blob/master/11_system_and_app_preferences/11c_macos_preferences_10_14.sh show the ~/Library folder ``` if [[ $(xattr -l ~/Library | grep com.apple.FinderInfo) == "" ]] then : else xattr -d com.apple.FinderInfo...
Can we use something like this ? ``` $ brew install gnu-sed $ export PATH=$PATH:~$(brew --prefix gnu-sed)/libexec/gnubin $ echo 'export PATH=$PATH:$(brew --prefix gnu-sed)/libexec/gnubin' >> ~/.zshrc ```
Okay no worries, just thought it might be easier to make it default. (because... laziness you know)
I just ran into the same problem with a large library. I'm really not a big fan of the idea of formatting all books into kepub. I was trying to...
I am running into this issue during our CI w/ GitHub actions
Fixed by add correct content type using the rpm mime pkg. ```js import mime from "mime"; const newImageUri = "file:///" + imageUri.split("file:/").join(""); const formData = new FormData(); formData.append('image', { uri...