-
> ### Discord channel for Symbian Devs!
>
> @pent0 [told](https://github.com/mrRosset/Symbian-Archive/issues/13#issuecomment-379447545):
>
> > *I create a Discord sever to chat about Symbian stuf…
ghost updated
2 years ago
-
TypeScript, for all its power, does not give us a simple way to take a complex type (mapped type with additional arguments, for example) and generate a stub class. Thanks to this project, I've be…
-
### Link to the code that reproduces this issue
https://github.com/mikedidomizio/details-element-in-Next-14
### To Reproduce
First sorry that the GitHub link is for Next14, it doesn't matter …
-
### UnoCSS version
any
### Describe the bug
I'm trying to use the eslint plugin for unocss, [the older one](https://github.com/devunt/eslint-plugin-unocss) from devunt doesn't have the options to …
-
?
-
## About the author
I am a Senior Math and Computer Science double major. I've also worked as a math tutor for the past three years. I wouldn't personally consider myself an expert in mathematics, bu…
-
It was brought up that Curve Trees might be more efficient that current merkle trees implementations.
This issue should start with researching current implementations, research the feasibility of i…
-
# Current Limitation
Using `const` to define a component prevents utilization of TypeScript's namespaces to encapsulate runtime entities, only types can be defined with the namespace.
```ts
imp…
-
Imagine we have an API where some types are list of options. It can be done via enums, arrays or objects. Here's a enum example:
```ts
enum color {
red = "red",
green = "green",
};
```
…
-
### Describe the bug
Following the [basic button story example](https://www.npmjs.com/package/@storybook/addon-svelte-csf), gives the following error:
```bash
TypeError: Cannot destructure prop…