-
```
What steps will reproduce the problem?
1. Define a table with BLOB coloum.
SQL:
create table images(id int, img BLOB)
2. Read data.
CODE:
func getImg(conn *sqlite.Conn) []byte…
-
Currently all code is put inside one long file which introduces the following issues:
1. Visually noisy and distracting
2. Hard to find the code one wants to work on
3. Error prone on editing
Th…
-
When you disagree with the effect system, we only support using a sledgehammer (`unchecked_cast (exp as _ \ target effect`). Often when you want to modify the effect of an expression you either want t…
-
**Summary**
I would like to add unit tests for Github workflows for `openhands-resolver`.
**Motivation**
The workflow definitions are the entry points for `openhands-resolver`, making it the larg…
-
The [recent `0.29.0` release](https://github.com/stephenafamo/bob/releases/tag/v0.29.0) made some pretty substantial changes to the generated code's API (and I hope for the good), one of which was the…
-
https://errorprone.info/bugpattern/FutureReturnValueIgnored
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/d48bd556-2296-495c-99ee-cc63e7285c85.png)
Currently, appointments do not have a minimum length, allowing users to se…
-
https://review.gerrithub.io/c/cue-labs/oci/+/1176886 implemented tag immutability in the ocimem package, but it defaults to tags being mutable due to backwards compatibility, which I think is a mistak…
mvdan updated
5 months ago
-
Masking of instructions requires us to know that a constant is a pointer to a relocatable section. The issue is that in many RISCy architectures the pattern for loading a pointer will be split across …
-
Hi,
First, thanks @maxfadson for publishing Libwebsockets.jl!
The current implementation of Libwebsockets.jl contains numerous manual `ccall` bindings to the C library. This approach is both maint…