Artem Baguinski

Results 82 comments of Artem Baguinski

What problem does that line solve?

@bilordigor the solution by @zakiAzfar helps with the plugins as well: plugins have to be imported and configured in the component imported dynamically with ssr disabled.

> In what context is `--pure` being used? Is it really useful since it unsets all the user tools from the PATH? in what context is impure nix-shell useful, as...

I haven't touched it since, the project I needed it for went in a different direction. But it did work for me at the time.

After having read the sources I've found that groups are exclusive (a feature can only be in one group) and are only used to group the features in the dashboard...

I planned it, but haven't gotten back to implementing it yet. I'll probably be able to implement all I need on the application side. My use case is as follows:...

The original code created a local node server that starts the language server in "tcp" mode that connects to this server over TCP. A socket to the local server is...

The first time the container is run it copies the code to /var/www/html which is a persistent volume. That's the version of the application that is running. Whenever the container...

I ended up not using `npm link`, I just embedded the module into the main project. I also don't use `"react-hot-loader/babel"` directly.

We had just experienced the same discrepancy. Could it be that the libraries disagree on the meaning of `"localhost"` ? Sometimes it means "unix socket" in the mysql ecosystem and...