Christian Stewart
Christian Stewart
Apparently there are some critical fixes in newer versions of the deps, can we update electrify with newer deps?
- Repository: https://github.com/aperturerobotics/starpc - Go.dev: https://pkg.go.dev/github.com/aperturerobotics/starpc - goreportcard: https://goreportcard.com/report/github.com/aperturerobotics/starpc - [X] The package has been added to the list in alphabetical order. - [X] The package has an appropriate description...
Similar to #338 #339 #337 Includes fixes from @lwfinger Includes fix for new proc_ops struct (instead of file_operations)
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade long from 5.2.0 to 5.2.1. :information_source: Keep your dependencies up-to-date....
### Description When upgrading to dockerd `v23.0.0` the daemon stopped working due to timeouts contacting containerd via gRPC. After unsetting the `--containerd` flag the old behavior is restored: the dockerd...
How can I determine the path to the root directory of a npm package with esbuild based on an import? For example if I am resolving "import react" in a...
There no logs printed for `Resolve` on `PluginBuild` within `OnResolve` with the Go API even if LogLevel is set to verbose. For example: entry.js: ``` const out = require("react"); ```...
This is a suggestion to improve dependency upgrade PRs for bubbletea. The provided renovate.json configuration batches updates into a single PR that the bot keeps up to date with the...
Supports GOOS=js GOARCH=wasm go build containerd-console now has a shim for js as well: https://github.com/containerd/console/pull/60 Update that dependency.
I would like to implement a read/write filesystem in pure-Go and in memory, (not exposing an os fs). The writable `fs.FS` proposal for Go was declined for the time being:...