-
Hi
Currently hitting a wall for the use of Ionic webcomponents in Svelte
I would like to use JSdoc type annotations to have typesafety and completion in the Ide
I reckon these are there but can you…
-
My nanogenmo submission with @chrisamaphone is based off of our ProcJam submission, which procedurally generates interaction-based stories every hour using the logic programming language Celf and then…
-
## Problem
At my work we need to have the language files in JSON because they are inserted in some tool by the translation team. Manually converting this is quite a pain and repetitive work.
## Id…
-
When using search filters it can be annoying to write the Javascript filter code because not all the ES6+ features are supported. Additionally we don't have the usual IDE support in the form of autoco…
-
Free typesafety for C++ users.
-
when specifying a route in e.g. `onAuthFailedRedirectTo` it would be cool if we could put routes' identifier instead of a string (e.g. LoginRoute instead of "/login") -> that way we'd have type safety
-
Is there anyway to declare documentation for components in JS (or TS) rather than markdown?
Having free-text (md) feels quite chaotic - writing the documentation in JS would enable us to do lintin…
-
I would like to be assigned to create a select which can be used as a single compenet with props and typesafety [GSSoC'2023]
-
Functions like `timeout`, `retry` and `delay`, checks for positive number values at run time and adds unnecessary code. Do with TypeScript using helpers like `NonNegativeInteger` from [type-fest](http…
-
We don't need to add this to our package, but we can tell our users how to ensure they have typesafety and autocomplete for our data attributes.
```ts
declare global {
namespace React.JSX {
…