Johnny Jarecsni

Results 6 issues of Johnny Jarecsni

Would it be possible to extend this plugin to support something like babel-plugin-import-glob? Unfortunately that plugin doesn't work with React Native. Importing modules matching a pattern is very powerful tool,...

question

I tried both Mocha configuration and framework-agnostic (manual) ones. Doesn't seem to work, as __dirname points to '/' which is not possible to write to (permission). Any idea how to...

There has been a conversation around this problem on different thread, please see: https://github.com/facebook/react-native/issues/6391#issuecomment-329048372 The problem is essentially that as of now it is not possible to import or require...

Just installed AgnosticUI in a SvelteKit project, and I'm getting tons of warnings in the terminal console: ``` ... 08:00:42 [vite-plugin-svelte] /Users/janos/dev/nodeviz-testapp/node_modules/agnostic-svelte/components/Avatar/AvatarGroup.svelte:92:0 Unused CSS selector ".avatar-group .avatar" 08:00:44 [vite-plugin-svelte] /Users/janos/dev/nodeviz-testapp/node_modules/agnostic-svelte/components/Table/Table.svelte:148:0...

low priority

I get this exception: 1) should render: Error: ENOENT: no such file or directory, mkdir 'C:\dev\repos\myproject\.tmp\mocha-webpack\1515177733503\__snapshots__' at Error (native) at Object.fs.mkdirSync (fs.js:922:18) at module.exports (node_modules\mocha-snapshots\src\getExistingSnaps.js:9:8) at module.exports (node_modules\mocha-snapshots\src\matchSnapshot.js:18:28) at Assertion....

Due to this module depending on an old version of less-loader. Does anyone know of a fork supporting webpack 4 as this project seems to be defunct?