Stephen von Takach
Stephen von Takach
I should note that it did lead to a few un-named classed - due to the anonymous union ``` c typedef struct { const void *key; lcb_SIZE nkey; lcb_U64 value;...
also finding this an issue working with GCP's hosted postgres compatible database and new connections take upwards of 2 seconds to connect meaning we really need to rely on the...
Yeah uni sucks, I struggled with calculus, failed that a few times before getting a 50% exactly, I assume someone felt pity - was a tough slog, relatively speaking Hope...
Our app is IO bound so more threads mean we can do processing while waiting for IO to complete I'm thinking the issue might be related to database connections and...
Also uninitialized constant OmniAuth::Strategies::SAML::ValidationError
as of net-ldap 0.16 `{ method: :ssl }` option no longer works... The `:encryption` hash is now required as per the deprecation warning in older versions of net-ldap Currently omniauth-ldap...
It's outlined in the readme: https://github.com/crystal-community/jwt#usage Just change the algorithm in the example to RS256
@kalinon if I'm reading this correctly there is a desire to have a helper class that can construct and decode the JWKS structure into something a little more useful? plus,...
It seems scheme is HTTPS until a request is made. i.e. calling `fog.directories` will change settings to HTTP
not sure if this is the best issue to add this too, however I'm seeing some very weird behaviour with static builds This is coming out of STDERR ``` WARNING:...