-
## Search Terms
paths
tsconfig.json
compilerOptions
ts-node
node
cannot find module
## Suggestion
Per #10866, module path maps are not resolved in emitted code. This means that if you at…
-
Issue https://github.com/golang/go/issues/29934 proposes a way of inspecting errors by traversing a linked chain of errors.
A significant part of the implementation of this is about to land in Go 1.1…
-
Currently types are defined using Typescript e.g.
```typescript
/**
* A person (alive, dead, undead, or fictional).
*
* @see {@link https://schema.org/Person}
*/
@type('schema:Person')
e…
-
## Feature description
With @honnibal & @ines we have been discussing adding an Entity Linking module to spaCy. This module would run on top of NER results and disambiguate & link tagged mentions to …
-
In other words, the desugaring of `a?.b` should be `a == null ? a : a.b` (instead of `a == null ? undefined : a.b` as currently specced).
I gave the following justification for having `a?.b === und…
-
I'd be willing to work on this locale. Other projects, like the [Sponge docs](https://docs.spongepowered.org/master/en-PT/about/index.html) have Pirate English as a locale.
Requested by me matey, pun…
-
I've been using Outlook for a bit, and I find the 'common replacements' feature to be fairly useful. I think we should have it as an option, defaulting to on. What this feature does is replace common …
vadi2 updated
5 years ago
-
EXAMPLE IN ENGLISH (with paragraph spacing):
Welcome to the acoustic memory game Match-Match Animal Individuals!
After clicking on a card you will hear a call from an individual animal. Your task …
-
As we have known from our first engagement with this work, dates come in many different formats in OHM.
Our code those far has assumed YYYY-MM-DD, and ideally the community would settle on a single…
-
While be very perfect if support also static file (and http cache handcheck), in that way they can be used as autonomous container behing nginx/proxy loadbalancer in kubernetes environement...