Steven Frew
Steven Frew
"Install the dependencies listed in [https://github.com/luarocks/luarocks-site/blob/master/BoxFile](https://github.com/luarocks/luarocks-site/blob/master/BoxFile) with LuaRocks." Link to `Boxfile` is dead.
1) Selection-change callbacks are now made outside of the setState hook. They were previously being called from within a setState Dispatch function, which (I think) meant that if the callback...
Hi, The onSelect and onOpenClose callbacks are currently called from within a setState() hook. If I have some code in my callback function to modify my app state (which, in...
C# test code attached. Validation fails. If I change the "oneOf" to "anyOf", validation passes. I've tried this with Newtonsoft & AJV, and they report either case as valid, which...
When the `unauth_action` parameter is set to `pass` or `deny`, the `authenticate()` method will return a non-nil value for `err` in certain circumstances (e.g. no existing authentication, or expired refresh...
In my TypeScript project, this code works ok ... ``` import Aedes from "aedes" const aedes: Aedes = new Aedes(); ``` ... until I add `"type": "module"` to my `package.json`....
### Name and Version bitnami/keycloak 21.0.3 ### What architecture are you using? None ### What steps will reproduce the bug? Set `httpRelativePath` to a value with no trailing slash, e.g....
If I serialize an integral double value (e.g `1.0`), it becomes a string. EDIT: From debugging, it looks like `NumericRegex` in `JsonEventEmitter.cs` is wrong. It does not match against single-digit...
Running on Manjaro Linux, and following the suggested steps: ```bash nvm install 16.14.2 npx create-conjoon@latest conjoon ... dev mode ... accepted defaults ... etc ... cd conjoon npm i npm...
I have a Helm chart containing a `CrdbCluster` resource. This Helm chart creates certificate secrets (CA, node, root) then uses the names of those secrets in the `nodeTLSSecret` and `clientTLSSecrets`...