Thomas van Doornmalen
Thomas van Doornmalen
There seem to be some import/export errors. I did get the basic example to work by changing `...getters` to `...getters.default` in src/vfjs-global-mixin/vfjs-validation/index.js and then rebuilding with `npm run dev`.
Looks like the NODE_ENV is interpreted literally in the command and Windows doesn't understand it. I know too little about Windows to help with that, sorry. I did run into...
Hi, The only reason it's not supported yet is because I don't own any Apple devices to test if things work. I'm definitely open to adding support, I expect very...
The problem with using `which` is that it only works if julia is installed in a default location, I personally install it in my home directory and that would break...
I have a small FYI: I'm using v0.8 as a development branch (so the master branch matches the most recently released version) and changed jl-sys to use whitelisting rather than...
No worries and no hurry. Compilation was painfully slow on Windows and Linux due to blacklisting, and you might have run into the same issue.
Thanks, that's great to hear! The main reason behind that check is that I haven't been able yet to get the async runtime to work on Windows, if that does...
No, I mean Github Actions: https://github.com/Taaitaaiger/jlrs/blob/master/.github/workflows/main.yml I originally used Travis for Linux and Appveyor for Windows, but migrated Travis to GA after their free-tier was limited.
That's quite alright, if you make a pull request that will provide support for MacOS I'll be happy to merge it, but I don't think it's right to say jlrs...
@nikhilmitrax That would be wonderful! It can be treated as an experimental feature for now until CI is enabled. And yes, It should be documented that running tests requires `--test-threads=1`...