-
Quite regularly, people with an existing tor installation are asking if Bisq (and with extension netlayer) could run using their own tor installation, and not by starting a new tor instance.
PS: so…
-
In the last week my slack bot has started to disconnect from our Slack team. There are no logs of disconnect, or stack traces. I've started running the bot in debug-mode, and the last thing it logged …
-
## Description
When doing the command: `npm run build` I get the error:
```
clean-webpack-plugin: /Users/waz/Sites/MMX Group/MMint-MicroSite/internals/webpack/build has been removed.
Hash: e3…
coxw1 updated
5 years ago
-
Hey there,
As a way to improve build, why don't we replace laravel-mix with a pure webpack config? Even if the config itself would be a bit bigger, it would remove dependencies on unused laravel-sp…
-
In order to prevent issues such as #286 it will be great to add a continuos integration server (travis-ci will be a good one and its free for open source projects) that test the binaries are correctly…
-
Currently we have a mixed JavaScript architecture between "legacy" ES5 and "modern" ES6 TypeScript Plugins. TS Plugins are bundled with Webpack that has some painful performance problems. Also we don'…
-
Hey there, I'm considering dropping my existing build system in favor of `create-react-app`, but there are a few features that I would need. At some point, I'll likely need to fork, but until then, I'…
-
I've written code that will pass all tests, but during benchmarking it will intermittently segfault. The code that rarely will segfault has this logic. *It's Rust code called from Ruby*
* 1) get t…
-
``` js
{
let a = 1;
}
```
=>
``` js
{
var a = 1;
}
```
Since it doesn't use module syntax, it's not wrapped in an IIFE, and including this code in a script tag cause a global `a` variable b…
-
**Do you want to request a _feature_ or report a _bug_?**
_feature_
**What is the current behavior?**
Not passing `--pure-lockfile` for `install` command confuses me because it modifies the lock fi…