-
interface A {}
interface B {}
interface Response {
data: A | B
}
export const api_call = api(
{ expose: true, auth: true, method: "GET", path: "/api/creatives" }, async (): Promise =>…
-
**Describe the bug**
Using the AstalTray-Library, the trayItem-properties are null.
I get the following error, when I try to use the `gicon` property:
```
(gjs:130264): astal-CRITICAL **: 13:55:35…
-
-
If I am using Rust 1.82.0 and run a `cargo update` then I get this error:
```
$ yarn build
...
[INFO]: ⬇️ Installing wasm-bindgen...
[INFO]: Optimizing wasm binaries with `wasm-opt`...
[wasm-…
-
A template for typescript backend similar to javascript template
Could you assign this under gssoc'24?
-
Hi,
I have written types for myself to improve Svelecte usage in my own wrapper.
I though maybe I could share so you could see yourself if maybe this would be a great addition to be embedded int…
-
No overload matches this call.
Overload 1 of 2, '(props: Settings): Slider', gave the following error.
Type 'Element[] | undefined' is not assignable to type 'ReactNode'.
Type 'Element[…
-
Any plans to add TypeScript declarations? Was surprised to find no issues about this. Happy to take a crack at it myself
-
When using typescript, there are some issues with Provide / Inject here. Basically, the inject complains that bootstrap is of type unknown. I can't find the correct way to properly type bootstrap to g…
-
I noticed that several errors appeared in my TypeScript files. Initially, I thought they were TypeScript or WebStorm errors, but after some tests, I identified that the problem was with Biome.
It s…