Peter

Results 96 comments of Peter
trafficstars

I'll think this can actually be done, can't remember what plugin did it but there is some way to intercept the response before it's sent to the client. That would...

While I'm clearly biased for this change as I created the issue I think this would be great. But like you said I don't see any way to do this...

I'm not 100% sure but https://github.com/safing/scanblock/tree/master seems to do what we need, but sadly it lacks any options to only bock certain types of requests, currently it counts all 4XX....

I did the following ``` secrets: google_oauth: file: "./oauth/secrets/google_oauth.secret" container: environment: - CONFIG=/config secrets: - source: google_oauth target: /config ``` google_oauth.secret: ``` providers.google.client-id= providers.google.client-secret= secret= whitelist= whitelist= ```

It seems the whitelist is ignored so I don't know if its supported in the ini files. @thomseddon Did I configure something incorrectly or is whitelist not supported in a...

Seems like this was a catching issue forcing a restart of the homeassistant app solved the issue, is there any way to force it to refetch the areas without restarting?

We just upgraded from node 20 to node 22, and now we need `-- --` instead of `--` to pass additional arguments. Will this be fixed mid 22 and break...

@HareIM doesn't https://turfjs.org/docs/#nearestPointOnLine do what you are asking for?

Yes typescript is a life saver, sadly jsts is unusable in a typescript environment without correct typings.

There seems to be a xml format of the git documentation see if we can use it to bootstrap part of the dictionary! make user-manual.xml ```yml documentation: name: documentation needs:...