-
### Feature Request
| Q | A
|------------ | ------
| New Feature | yes
| RFC | no
| BC Break | no
#### Summary
Do you have plans on allowing typed collections m…
-
When generating enumerations for C++, is it possible to generate typed enumerations?
I mean to generate:
enum Color : uint8_t
{
BLUE = 0,
GREEN = 1,
...
}
instead of
enum Color
…
-
In [juniper-from-schema] we have a feature called [`QueryTrail`](https://docs.rs/juniper-from-schema/0.5.0/juniper_from_schema/index.html#query-trails). That is basically a type safe look ahead that g…
-
getName : https://github.com/TypeStrong/atom-typescript/blob/master/lib/main/lang/utils.ts#L300-L308
```
var nameExtractorRegex = /return (.*);/;
/** Get the name using a lambda so that you don't hav…
-
Multihash (and multikey) follow the form:
```
```
Where
- `` is from some table mapping `(, )` tuples.
- `` is the length of ``
- `` is the raw value we wish to transmit.
In retrospect, this seems…
-
Today we reviewed the current typed Actor API for Scala. We tried to improve a few things:
* make the naming of the factory messages more intuitive
* don't require `msg match` everywhere (which …
-
As discussed in the Racketfest 2019 presentation, I would like to consider adding predicate typing to function and variable declarations.
This would necessitate changes in three places: `def`, `def…
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Conduct]…
-
@samth reported on Slack that breaking Typed Racket now breaks Racket Mode.
For example "go to the typed-racket/main.rkt and add an extra `(`".
> It breaks it because racket-mode now (transitive…
-
> Updated proposal:
>
> ```rust
> div![
> A.class("foo"),
> A.disabled(disabled),
> A.autocomplete().on(),
> A.autofocus(true),
> A.custom("data-columns", "3"),
> A.c…