Amin Ya

Results 1114 comments of Amin Ya

> What is the use-case for this? I'm a bit hesitant to add more public facing APIs in general, and in this case I don't understand what this would be...

You should change username with your username: ssh username@localhost -p2222

I fixed the issue by using a custom `babel.config.js`: ```js // base config used in all situations const config = { presets: ["babel-preset-solid"], plugins: [] } module.exports = (api) =>...

I made it working with babel. https://github.com/aminya/solid-simple-table/actions/runs/838498775 Here is my config: ```js // base config used in all situations const config = { presets: ["babel-preset-solid"], plugins: [], } module.exports =...

There is also an esbuild-jest package. If we can use that instead, that would be much faster! I couldn't configure esbuild-jest, but you may be able to do this with...

@ryansolid Could you merge this? Solid-jest doesn't work with the latest Jest unless this is merged.

I have also faced the same problem with Solid Start. The bundle size is increased by 35 Kb and 560 ms of startup time because of this option.

v6 was released. Please try again with the latest version, and report back if the issue still persists. https://github.com/zeromq/zeromq.js/releases/tag/v6.0.0

v4 is no longer supported. v6 was released. Please try again with the latest version, and report back if the issue still persists. https://github.com/zeromq/zeromq.js/releases/tag/v6.0.0

@mccauleyp Did you try with the prebuilds?