-
The no-op `liballocs_dummyweaks.so` library is no longer necessary, for at least the following reasons.
- The BFD linker provides `-z dynamic-undefined-weak`. So we can just make the symbols weak, …
-
**Current situation**
Currently both locksmith and FLUO has copy-pasted Go code for interacting with update engine via D-Bus. It would be nice to actually have a library like `go-updateengine`, whi…
-
We should start thinking about how other go projects will use graft. If you distill what the raft algorithm gives you it's basically an ordered list of strings. Here is how I think we could expose thi…
-
## Description
Right now external configuration in Admin UI is not validated. we need to make sure it's ok validating it right away using the `validator` library we already use in the project.
T…
-
It seems in ApolloOS, that OpenLibrary() and CloseLibrary() invocations of dos.library are unbalanced,
and that the close() method in dos.library is not being reached in many cases.
**To Reproduce…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.23.2 darwin/arm64
### Does this issue reproduce with the latest release?
Yes.
### What operating sys…
aakog updated
15 hours ago
-
#161 is back again, this time on the execution side (and only on mac). From https://github.com/spacemeshos/go-spacemesh/actions/runs/11674170614/job/32506374469?pr=6380:
```
=== FAIL: node TestSpa…
-
## What problem does this address?
Follows #12753
This issue was raised as part of a much earlier issue (#12753) in this comment: https://github.com/WordPress/gutenberg/issues/12753#issuecomment-55…
-
#40 fixes an vulnerability classified as HIGH by trivy found in the go yaml library
-
I'm using LazyVim. I installed the plugin like this:
```lua
return {
"neovim/nvim-lspconfig",
opts = {
servers = {
omnisharp = { enabled = false },
chsarp_ls = {
…