-
I have been using syntax highlighting for several years now, but recently moved from Classic Editor to Gutenberg Blocks. Now I can't get syntax highlighting block to work - it just displays plain tex…
-
In places where FastText wrapped into spaCy is no use, [Stanza](https://stanfordnlp.github.io/stanza/index.html) comes in handy - it can give us the necessary POS-es and lemmatization. It is, at least…
-
In order to use es6 modules in the browser, you need a .js file extension. However output doesn't add it.
In ts:
`import { ModalBackground } from './ModalBackground';`
In ES2015 output:
`import …
-
**Mod Version**
3.3.3
**Describe the bug**
See the title
**To Reproduce**
1. Get a forge server (I'm on forge-1.12.2-14.23.5.2854.jar)
2. Throw the AoA3-3.3.3.jar into mods
3. Start the ser…
-
TypeScript: 2.0.0
I have a `fixtures` folder which contains `.ts` files. In my `tsconfig.json` I set `rootDir` to `src` which does contain all my source code (including test).
The fixtures files are…
-
From #700 open issues:
> What extended ISO string representation should be used when the time zone is an offset, not an IANA name? Should the offset be in brackets?
Example:
```js
Temporal.…
-
every morning since I upgraded to v0.16.0 and even on v0.16.1, when I unlock my PC and then go to move any window that is not where it was when I locked my PC the fancyzone grid shows then freezes th…
-
**Describe the bug**
Space Racer is an interesting game to test because of the music in the intro and the voice sample at the beginning of a race. Those actually work on dosbox-staging! :D Though it …
-
**Issue by [RunningLight](https://github.com/RunningLight)**
_Thu Apr 16 22:16:44 2015_
_Originally opened as https://github.com/machinekit/machinekit/issues/563_
----
This isn't a "sky is falling"…
-
It appears that fields with selection dependencies are greedily selected early if merging visits their service prior to collecting their dependencies. Logistically we'd need to visit their service but…