Daniel Veremchuk

Results 13 issues of Daniel Veremchuk

**Version:** 2.4.2 **OS:** Windows 11 21H2 (OS Build 22000.527) **Issue:** Can't refresh plugins. Version 2.4.1 doesn't have this issue. **Reproduce:** Add VST3 plugin into `C:\Program Files\Common Files\VST3`, hit "Refresh" in...

I currently use `kataw` as a parser to create a lazy transform into a string instead of traversal. Are there plans to continue supporting `kataw` or add documentation on transformation?...

Example Repo: https://github.com/verydanny/preact-nextjs-shenanigans Node Version: `14.17.1` OS: `macOS 11.4` **Steps to reproduce:** 1. Run yarn 2. Edit `pages/index.tsx` fragment return area, for example remove a link, or even change `Test`...

**Device**: - Hexgears Gemini prebuy (stock layout) * **Firmware Origin**: - Hexgears Configurator (updated to latest) and reflashed **OS**: - macOS 10.14.6 (18G1012) - iMac Pro 2018 **Version**: - Below...

**The problem** Our app React state has grown cumbersome, 200kb in size. Even with encoded serving it's still 80kb which is still a burden for 3g devices. **The solution?** I...

Package.json ``` "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.3.0", "@babel/plugin-proposal-object-rest-spread": "^7.3.2", "@babel/plugin-transform-modules-commonjs": "^7.2.0", "@babel/plugin-transform-runtime": "^7.2.0", "@babel/preset-env": "^7.3.1", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "fast-async": "^7", ``` My `babel.config.js`: ```js module.exports = api =>...

I'm not sure if this a memoryFs issue or how 'webpack-isomorphic-dev-middleware' uses require-from-string, but it loses context for dynamic chunks. I realize a lot of people use dynamic-import-node, but I...

After building out basic login, only a few pages, it takes a solid 2-3 seconds for types to appear. I'm trying to figure out if this is my setup. [Pull...

The documentation briefly mentions Cloudflare, but Wrangler was a bit more annoying to set up than I expected. Should I add a documentation section or can I just somehow link...

I really love the functions, but they're quite limited. I understand a lot is for the sake of performance, but flexibility would be nice too. For example, I'd love to...