-
Something like `BEEMO_ARGS` and `BEEMO_TOOL`. This allows drivers like Webpack to hook into them still.
-
Most drivers don't need this, but some would benefit from it, like Babel. A possible use case/example: `beemo babel --react --flow --parallel="--cjs" --parallel="--esm"`. This would run the `babel` co…
-
## Please describe the **minimum necessary steps** to reproduce this issue:
```
mm.isMatch('bar', '(foo|bar)'); // false
mm.isMatch('baz', 'b(oo|az)'); // false
```
Using v3.1.10.
## What …
-
Provide a mechanism in which the configuration module can define scripts, like `scripts/init.js`, which could then be executed with Beemo, like `beemo run-script init`.
-
Okay, so I was once again thinking about an easy way to share configurations. I reviewed the [last discussion we had on the topic](https://github.com/hollowverse/common/pull/25). Based on that discuss…
-
Hello,
Is it possible to add a in view port check to improve performance ?
like in this project:
https://github.com/erikengervall/parallax-vanilla/blob/master/src/js/translate.js
Would you s…
-
```
% bundle install --binstubs --path .bundle
Fetching gem metadata from https://rubygems.org/
Fetching version metadata from https://rubygems.org/
Could not find gem 'utopia (~> 1.6.6)' in any of th…
-
-
OS: mac osx 10.11.3
======= error log ======
[error] script [ /Users/Beemo/Sites/kancolle-auto/kancolle_auto.sikuli ] stopped with error in line 431
[error] AttributeError ( 'NoneType' object has no …
-
When trying to render this mesh, openscad crashes. It might be a bug with my code so I will check it but I thought I'd add it here just in case it's an actual issue..
https://github.com/ioquatix/zone…