-
after running npm i to install weave, I get the error module not found when I try to import it
![Image](https://github.com/user-attachments/assets/85479903-8b6b-471f-9659-003f63ec53e3)
Not sure if t…
-
The underlying type of `CFStringRef` is `struct __CFString`, and that's what ffigen is using as-is. Since it starts with `_`, it's private to the generated file, so it can't be used, even though it's …
-
I want to be able to declare parameters as string | null, so I can handle them with case statements and "or" statements.
Workaround is to pass additional parameters like ignoreCursor and pass a fake …
-
Created a .lex file and a .y file.
Ran the following commands to generate the C files and compile them:
```
flex test.l
bison -d test.y
gcc lex.yy.c test.tab.c -o test…
-
Currently, Veryl compiler does not check type of connected interface.
Following code includes type mismatch between connected interface and port declaration but no error is raised.
```systemverilo…
-
It would sometimes be nice to regenerate the declarations since not all tools (e.g. ember-template-lint) automatically remove unnecessary declarations to be removed.
-
```
"hono": "^4.6.11",
"hono-openapi": "^0.1.5",
"zod": "^3.23.8"
```
Env
- Node v20
tsconfig.json
```
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs…
-
Flang failed to compile the following code
```
character cv3*(3)(3)
end
>flang-new -ffree-form ch1.f
error: Could not parse ch1.f
./ch1.f:1:18: error: expected end of statement
c…
-
**Is your feature request specific to Fourmolu?**
- [x] Yes, this feature is not relevant to Ormolu
**Describe the current + desired formatting**
`record-brace-space` only applies to single-lin…
-
I think it should be possible to remove this duplication, and thus remove the need for the `virtual void serialise(KvStoreMockSerialiser& s)` overload. I think that consumers of `kv_type…