Stephen Lacy
Stephen Lacy
I implemented a basic version of using kubernetes secrets as a fallback method here: https://github.com/stevelacy/doppler-cli/commit/56e6cd100cf3e188017d5b90ea212e9d3d55ec06 Usage in a docker container: ``` ENTRYPOINT doppler run --kubernetes-secrets-fallback --kubernetes-namespace app -- "/app/bin/$PACKAGE" ```...
Stemming from https://github.com/stevelacy/bump-regex/issues/17 I noticed that providing the dot-separated identifiers as the `preid` did not update the version correctly. My understanding is if a preid of `alpha.beta` is passed to...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Ideally github actions would retain the SHAs for the continued future, but as it deletes the logs based on repo retention settings we don't have the ability to access the...
Receiving a panic when using a plugin that errors out. - buf 1.9.0 - rust 1.65 (only matters for the plugin) Toggle Error stack ```sh panic: runtime error: slice bounds...
Builds fail When running in XCode CI because the environment has `CI=TRUE`
I have a rather basic app with partykit and partysocket/react which randomly exits with `Segmentation fault: 11` after a few minutes when idle or sending messages. Is there a detailed...
This only appears in local dev. `usePartySocket` changes the clientId when I save a file that causes a HMR update. (partysocket/react is only affected, server works fine) Repro: https://github.com/stephenlacy/partykit-repro-2 ```...
**Describe the bug** A panic occurs when the cli is operational and my laptop suspends over an extended period of time. **Screenshots / Stack trace dump** ``` panic: runtime error:...
This fixes an issue when the `c.conn` is accessed when it has been removed. ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2...