Anders

Results 12 comments of Anders

Since Amphetamine from the App Store is Universal, shouldn't this be easy? I don't see anything here that would prevent a build for it?

Similar to @SirIntruder, I ran into the original issue when I refactored a namespace using ReSharper suggestions and committed my code. The automated builds for Android and iOS had different...

I'm late to this, but you're trying to get a JSON response from an HTML landing page. Try the same action on the actual GraphQL endpoint: http://swapi.graphene-python.org/graphql

Was this ever implemented?

I'm getting this as well. Did either of you find workarounds? ``` updater | 2025/09/02 21:32:58 INFO Processing engine constraints for node proxy | 2025/09/02 21:32:59 [007] POST http://host.docker.internal:38157/update_jobs/cli/update_dependency_list proxy...

Some caveats to my issue after further investigation: - My work network policy prevents network requests via 0.0.0.0. - The recommended workaround from the readme does not fix the problem....

@jakecoffman, changing the port with FAKE_API_PORT works, but the FAKE_API_HOST doesn't seem to work. FAKE_API_PORT=8080 FAKE_API_HOST=127.0.0.1 Still results in: ``` proxy | 2025/09/04 16:03:10 [011] POST http://host.docker.internal:8080/update_jobs/cli/update_dependency_list

Setting the `--api-url` to use `127.0.0.1` makes these values consistent, but I think I must be misunderstanding the architecture of the CLI. Especially because I'm realizing that the proxy container...

Thank you, @jakecoffman, for pointing this out. > If you aren't using dockerd, `host.docker.internal` will not work but you are on the right track. This was the key. Using the...

I am also experiencing this. I have tried setting multiple values including the Modes that are described in the docs. I'm now looking at hiding this with custom CSS when...