Philipp Hug
Philipp Hug
As most Linux file systems are case-sensitive on reading, fix those case-mismatches to be able to build on Linux.
Please add the Georgian language. ISO 639-1 code is `ka` https://en.wikipedia.org/wiki/Georgian_language ``` + { languageCode: 'ka', fullName: 'Georgian' }, ``` Google Translate is supported, but text to speech is not.
what would the best way be to add stored procedure support? It seems we'd need `call procedure0()` `call procedure1(arg1)` ... like for functions, which are already supported, but instead of...
The green screen app should be started and restarted automatically, when its not running. I guess this means finding the chromecast using mdns and sending a http request to launch...
Currently there are 2 options to configure jwtproxy: a) preshared or b) with a keyregistry which is only implemented by dex. This PR adds another option to automatically fetch the...
When using jwtproxy as a generic oauth2-proxy which verifies access tokens, a client will reuse the same access token it received from the IdP as long as it remains valid....
I implemented JSON logging in our forked php container. This has the advantage that the fields of the log are nicely presented in kibana. Would this be of general interest?...
## Abstract When bridging between ethereum and polygon, 2 separate transactions are recorded, one on ethereum with send and one on polygon with receive ## Motivation Correctly detect briding between...
currently the xmlsec1 binary is invoked for every signature create and verification. for production code this should be replaced by a native go library or a by using the C...
An SP doesn't necessarily need to sign the SAML requests.