-
## Version **3.7.0** of [webpack](https://github.com/webpack/webpack) was just published.
Branch
Build failing 🚨
Dependency
webpa…
-
## Version **2.18.1** of [webpack-hot-middleware](https://github.com/glenjamin/webpack-hot-middleware) just got published.
Branch
Build failing 🚨
…
-
_(I’d be surprised if this has not been proposed before, but I was not able to find anything)_
## Pain point
It is very very common to use classes with a shared prefix as to specify key-value pa…
-
When trying to upload this Turtle file (`example.ttl`):
```
a .
```
with curl:
```
curl --request "POST" --header "Content-Type:text/turtle" --upload-file "example.ttl" "http://oxigraph?…
-
When we have a right recursion we have to do something like this:
``` javascript
Statements
= head:Statement tail:(__ Statement)* {
var result = [head];
for (var i = 0; i < tail.length;…
-
## The devDependency [webpack](https://github.com/webpack/webpack) was updated from `4.39.3` to `4.40.0`.
🚨 [View failing branch](https://github.com/adilzeshan/adil/compare/master...adilzeshan:green…
-
**Is your feature request related to a problem? Please describe.**
Translations are largely an unsolved problem. There are good libraries out there, like [svelte-i18n](https://github.com/kaisermann/s…
-
## Version **3.3.0** of [webpack](https://github.com/webpack/webpack) just got published.
Branch
Build failing 🚨
Dependency
webpa…
-
As discussed on discord, would the team please consider generating ebook versions of the documentation as an additional artifact of the site build?
I've tested manual conversion with `pandoc` which…
-
Inverting this profile is pretty slow: https://share.firefox.dev/3yivFDy
Currently, we go from stacks to inverted stacks to funcStacks.
It might be better to go from stacks to funcStacks, i.e. have …