4lph4-Ph4un

Results 10 issues of 4lph4-Ph4un

Here's a trace when attempting to run the config: ``` MOCHA Testing... RUNTIME EXCEPTION Exception occurred while loading your tests Error: Cannot find module 'D:\Projects\JavaScript\JS\MasterClass\node_modules\nightmare\package.json' at webpackEmptyContext (D:\Projects\JavaScript\JS\MasterClass\public\scripts\bundle.js:35022:10) at Object....

Hi! I've had a bit of a break from using Reactotron (and React Native in general) and decided to come back to it, this time integrating ImmutableJS into the chain....

Hi! I'm wondering how to use this plugin with webpack-dev-server? I get this to work beautifully when applying production builds using `webpack -p build` command, but when I try to...

needmore

Hi! I've been trying to setup irony, company-irony and irony-flycheck to work with a project with structure like this: ``` ├── build ├── include ├── lib ├── obj ├── src...

### Expected behaviour ```mermaid graph LR D(Dispatcher)-->S1(Saga) D(Dispatcher)-->R(Reducer) S1(Saga)-->G(Generator) R(Reducer)-->S2(Store) G(Generator)-->R(Reducer) ``` ### Actual behaviour ![vscmpissue](https://user-images.githubusercontent.com/25401310/58378963-4a09d300-7fa5-11e9-943f-24ea5dc028e0.png)

Windows

Hi! Just learning some Common Lisp with usocket. I've been trying different TCP and UDP tutorials and while making different connections on TCP I have had significant issues in recreating...

Since Raylib has been updated to magic number 4.20, should these bindings be updated as well? 😆

Hi! Updated to 0.8.3 and started getting this when initializing a new project: ``` D:\Projects\Lisps\Clojure\hello-world>powershell -command clj -A:dev:windows native 2019-09-05 01:52:18.098:INFO::main: Logging initialized @3952ms [LWJGL] Failed to load a library....

Hi! Attempting to play around with Fraggle and some your youtube videos. I've attempted to load fraggle via `(ql:quickload :fraggle)` and have received a following error: ```lisp Unable to load...

The newer versions of ESLint read configurations from `eslint.config.js`-files and many new JavaScript/TypeScript-projects already define their configurations this way. This file should be added to the files lsp-mode searches for...