Mathieu CAROFF
Mathieu CAROFF
# 🐛 bug report I'm trying to build my web page on Linux and I get a SIGSEGV error. The error does not occur on Windows. ## 🎛 Configuration (.babelrc,...
this was necessary to get compilation with nearley 2.19.1 to work -- at least when run in node. Without it here's what I get: ```txt ./node_modules/nearley/lib/compile.js:37 opts.args[0] ? require('path').dirname(opts.args[0]) :...
### Current behavior Currently, when a key is bound multiple times, the last binding operation overrides the previous ones. ### Expected behavior When a key or mouse event is bound...
I was working on https://github.com/go-yaml/yaml/issues/626 and when I started writing tests, I observed unexpected values for the `end_mark` field on the "yaml document node". So I went to libyaml to...
I've been a Breevy user for the past 2 years or so. I discovered Beeftext yesterday, and tried migrating my abbreviations today. The thing is, Beeftext doesn't support any of...
It happens both on Windows 10 and WSL Ubuntu 18.04. It also happens no matter whether I use `npm i -g`, `yarn global add` or `npx` to install and run...
I have a .po file whose translations are handled with `Poedit` and I get _obsolete entries_ in my `.po` files. The parser fails when it encounters them. ## Reproduction `en.po`...
When we want to use `useSteps` in a component inside a `` element, we get the following console error: ```Warning: validateDOMNesting(...): cannot appear as a descendant of .``` See it...
The documentation is still a bit messy and it's hard to find where concepts are documented. For instance, I was trying to find information about slide fragments, but nothing showed...
The current shortcuts (left) and (right) only switch to the next or previous Step, which can be e.g. a text fading in. ### Description When there are a lot of...