-
### Current Behavior
We've noticed that if we send SIGKILL to an Nx process sometimes it can crash from within the Rust Nx code and hang indefinitely. This issue is much more prevalent on our priva…
-
Hi!
First of all, thank you for your work developing this type generator! It makes it possible to catch errors across a large codebase much easier, especially in CI/CD workflows.
The documentati…
-
-
I like not having additional build steps. However, developing the rkgk frontend is quite a pain without access to type annotations, so I've been considering ways on how to add support for TypeScript i…
-
First off, great framework! As someone who hasn't worked a lot with data interchange formats, I was surprised that the first formats I ran into didn't have both strict support for non-nullable types a…
-
/bounty 100
definition of done:
- at the end of the day i can go to screenpipe and ask for a loom of a specific time range
- it should be a nextjs pipe
- minimum version is taking a time ra…
-
tsConfig baseUrl path alias doesn't work when importing stylex variables
```ts
// colors.stylex.js
import * as stylex from '@stylexjs/stylex';
export const colors = stylex.defineVars({
primar…
-
When `MultiPassBox.get_identity(...)` is exported to typescript, the return type is `Promise`
We want `any` to be typed. (In rust it's a `Vec`).
Furthermore, consider splitting `.get_identity(...…
-
### Describe the bug
By taking an example from here : https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-9.html#a-nameauto-accessors-in-classes-auto-accessors-in-classes
I get…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
This should be showing function arguments, return types, etc. Appears to work for other lang…