-
Currently our GitHub Actions tests don't include transpiling TypeScript to JavaScript, which is problematic because then no type checking is done on pull requests.
To make this happen, several mino…
-
I'm encountering a TypeScript error when trying to extend/narrow an enum type in a generic schema context. While TypeScript normally allows narrowing of enum types, this doesn't seem to work properly …
-
### Check that this is really a bug
- [X] I confirm
### Reproduction link
https://stackblitz.com/edit/konsta-react-5jawzd?file=App.tsx
### Bug description
Almost all konsta components forward ref…
-
Found a bug? Please fill out the sections below. 👍
Just use the repo
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
### Actua…
-
The `ARIAMixin` currently uses `string | null` for each aria property type. The reason it’s just `string` rather than a union of valid values is to allow for future, yet unknown, valid values.
Howeve…
-
### 📋 Explain your issue
First, sorry if I choose the wrong template... `Incorrect Content Report` didn't seem to fit so...
As discussed during Talking & Doc'ing yesterday (at least for me, the …
-
It would be nice to allow usage of TypeScript files in this project similar to how it was introduced in Auspice: https://github.com/nextstrain/auspice/pull/1450
This would affect the way the site i…
-
Currently there is JavaScript plugin for the Vue Component (Yay!) Just wondering if there will be the typescript implementations for that as well
Thanks for the hard work on this plugin!
-
In my src/functions.ts, I have a class that starts like this:
```ts
/**
* Represents a basic calculator with arithmetic operations.
*/
export class Calculator {
private accumulator: Big | …
-
Hey, love the work on SCIP. I've been playing around with it in Rust, I was wondering if the TypeScript bindings are published on npm? If not, is that possible?