Yaroslav Vorobev
Yaroslav Vorobev
Why this is hardcoded? https://github.com/webpack/webpack-dev-server/blob/95e26fea168440c0f694c16478aae672091d06a3/lib/servers/SockJSServer.js#L46 In our project this is failing because we have a different from `__webpack_dev_server__` path.
Hello, I meet some bug, as title said. I used cling from [0.6](https://github.com/root-project/cling/releases/tag/v0.6) release, VS2017 for compiling. Here's example code which is "bugged": test.cpp: ```cpp #include int main(void) { std::cout
RawGit is going to be shut down in future > If you're currently using RawGit, please stop using it as soon as you can. > -- [says RawGit website](https://rawgit.com/) I'd...
this will allow to use reverse proxies with different base path e.g. use nginx and serve laplace from domain.tld/laplace/
Hello, I'm using rollup and has mixed sources. CommonJS + module. I have following problems: * `plugin:node/recommended` **MUST** respect nearest `package.json` `"type": "..."` * `plugin:node/recommended` **SHOULD** respect environments instead of...
Hi! Is it possible to use this module for not standard IO streams? My use case: [dartssh2](https://github.com/TerminalStudio/dartssh2/blob/master/example/dartsshd.dart#L102-L115) SSH server. I'd like to use this module for emulating terminal session.
For now it's hard to find out what fails the build if it's not javascript: - SCSS: error stacktrace omitted - Templates: just pain error (e.g. Syntax Error `
For new I just included `scss` files into project from https://github.com/Zekfad/scss-utils When the upstream issue will be resolved we can move it into submodule, in order to mitigate manual updating...
I'm debugging my app on web via VS Code and I not properly formatted stacktraces: Example of assertion ```dart ══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════ The following assertion was thrown...
**Is your feature request related to a problem? Please describe.** It would be very cool to have in constructor parameters refactor menu an option to add a `final` field to...