-
-
We need to add a node/express/typescript backend inside the `packages` directory.
Just make sure some basic API boilerplate is in place. Probably could copy the [eth-tech-tree-backend] and put it …
-
- VSCode Version: 1.18.1
- OS Version: Windows 10 FU
### Explain:
There are certain extensions that play well together, and it would be useful to be able to set a config file to enable and dis…
-
This is currently not an issue, just creating for reference
## Type
Feature request
## Problem
Given there are two independent components. One for rendering a list of items (q-comp), the o…
-
Is less verbosity the only main benefit of typeclasses over just inputting a set of functions?
Typeclasses can do where `bar` is a member of `Function`:
```
foo(x: A) where Function
bar(x)
…
-
https://github.com/facebook/dataloader
1. Caching resolving the same data
2. Instead of normal resolving:
```ts
@FieldResolver()
author(@Root() recipe: Recipe) {
return this.userRepository.fin…
-
LiveScript is an amazing language and I keep in mind that making some suggestion and implementing them will take valuable time from the developers.
However I though I should still provide some sugge…
-
I was thinking it could be useful to have a way to specify that a class should not be subclassed, so that the compiler would warn the user on compilation if it sees another class extending the origina…
-
As someone who was firmly in the F# and partial application camp, I'm very interested in the teeny section at the end of the readme called [Tacit unary function application](https://github.com/tc39/pr…
mmkal updated
3 years ago
-
I have spent some months updating and refining an approach to an FRP driven pattern that I'm calling "flimflam". Main points:
- Very easy to nest child components in parent components; child component…