Anthony

Results 8 comments of Anthony

Oh look, another Angular issue many years out of date due to them implementing features such as `ControlValueAccessor` but not actually completing it. Have no idea how they made something...

guys this repo hasn't had a commit in 3 years... The new fork is over here. https://github.com/yshui/picom

Seems similar to [this](https://community.monogame.net/t/displaying-isometric-maps-with-extended/15922). Possibly need to adjust the blend state in the `Draw` method. `GraphicsDevice.BlendState = BlendState.AlphaBlend` I don't seem to get this problem with isometric maps myself. I've...

@dbsdenis can just be `import apexchart from "vue-apexcharts"` considering you are importing the default export, you can call it whatever you want

Wouldn't you just specify the model dynamically from where ever you render your fields and forms?

I have this problem too. Is there no way to specify the initialize function you wish to call yet?

Also I get this error sometimes. ``` Error: Cannot find module 'node:fs' Require stack: - /home/emobe/projects/pixijs/node_modules/@kayahr/jest-electron-runner/lib/main/electron/runTest.js - /home/emobe/projects/pixijs/node_modules/@kayahr/jest-electron-runner/lib/main/electron/rpc/JestWorkerRPC.js - /home/emobe/projects/pixijs/node_modules/@kayahr/jest-electron-runner/lib/main/electron/electron_process_injected_code.js - /home/emobe/projects/pixijs/node_modules/electron/dist/resources/default_app.asar/main.js - at Module._resolveFilename (internal/modules/cjs/loader.js:887:15) at Function.n._resolveFilename (electron/js2c/browser_init.js:261:1128) at...