-
I'm proposing the fantasy-land community contributes more actively in the ECMAScript language design process. There's been some discussion on gitter, and we have at least 1 proposal idea.
I think …
-
In [a recent meeting](https://github.com/tc39/notes/blob/main/meetings/2023-03/mar-22.md#type-annotations-proposal-update), the TC39 delegates got together to discuss whether or not the built-in type …
-
This proposal introduces an API for defining custom attributes for both built-ins and custom elements, and design discussion for an API that can be used to define more complex enhancements that involv…
-
It would be nice to have a watcher task as preLaunchTask in launch.json. At the moment this is not possible because the launch task will not start before the preLaunchTask ends.
A long running preLaun…
-
# Code review
This is a code review for the code of the whole project on main branch at commit [fdae25e1b1](https://github.com/HumanLearning2021/HumanLearningApp/tree/fdae25e1b1d470c51258ce533ef…
-
In continuation to Angular 2 discussion in #1591, I would like to try and set some baseline agreement and proposal for the future of MEAN.JS:
## Action Items
Please steer the discussion towards t…
-
**Edit:** Missed a difference...
This has come up before (#393), but I feel it could get resurrected again, since the syntax appears to be stabilizing. TypeScript would be much easier to use with mac…
-
Error that i facing was :
```
❯ npm run dev
> express-typescript-boilerplate@1.0.11 dev
> tsx watch --clear-screen=false src/index.ts | pino-pretty
================================
Invali…
-
Hi there!
Thanks for a great library :)
Question regarding Typescript:
We have a Typescript solution using this library. However, we have not been able to find a way to make the translation-ke…
-
This is a bit rambling, sorry about that. Feel free to edit this to clean it up and add more to it.
Jest currently has 51(!!) configuration options, many of which overlaps or intentionally override…