Hans Henrik Grønsleth

Results 6 comments of Hans Henrik Grønsleth

Didn't work unfortunately. Tried both with `SCRIPT_NAME=my-app` and `SCRIPT_NAME=/my-app`. I'm running the app with Passenger/Nginx, so I made sure to tell Nginx to preserve this environment variable, as specified in...

I'm also interested in this. We have an `elm-analyse.json` file that looks like this: ``` { "checks": { "ExposeAll": false, "ImportAll": false, "SingleFieldRecord": false, "TriggerWords": false, "UseConsOverConcat": false, "UnnecessaryParens": false...

Thanks for the quick response. I figured out what my problem was (not really related to this issue, but perhaps useful nonetheless): Turned out I had an old `elm-format` version...

We're experiencing the same with `.docx` files. `.pdf` files works fine. I guess this supports the hunch of it being due to the code you're referencing, given that these are...

I ran `python3 -m pip install -e .` first and got the same error when trying to run `spotify_to_tidal` in a `zsh` shell. Running `python3 -m spotify_to_tidal` worked ✌️

Looks like things are working with these versions, even though they might not be compatible: ``` @sanity/cli (global) 3.35.0 (latest: 4.10.1) @sanity/assist 5.0.0 (up to date) @sanity/cli 3.88.2 (latest: 4.10.1)...