Daniel Choudhury
Daniel Choudhury
Thanks for the reply Richard. I nearly got it to work by simply adding Alfred.swift into the project, but XCode doesn't seem to like compiling it. I also tried through...
Hi, It's a private repository on github.com - originally I had a remote called upstream setup as this issue mentions: https://github.com/philschatz/atom-pull-requests/issues/8. Just tried it with with a pull request to...
> @dac09 Did you manage to find a solution? I'm stuck at the similar problem. I'm afraid not - oddly I'm not using nodejs modules on the renderer side (but...
Maybe try something like @Psycokwet https://github.com/akabekobeko/npm-icon-gen or https://github.com/aaroniker/figma-icns-ico-generator
As an aside, I think what would be really helpful is if we could customise the webpack configuration i.e. add our own plugins, and nextron can merge the configs.
Confirming that this happens when using aperture-node 6.0.1, but not a problem on 5.2.0. Behaviour is inconsistent however, no problems on one machine, always fails with this error on another.
+1 - I'm trying to get around this as well.
Hey wanted to mention that this would be an important feature to use swc to build libraries. It's sort of fine to pollute the global scope when you're using SWC...
> @dac09 Didn't we just update this function to only return a boolean, or throw an error? Was that in the TS strict stuff? Yeah we changed the template -...