Maciej Malecki

Results 4 comments of Maciej Malecki

@yordis, no options were renamed. I've just sorted the list alphabetically for better readability.

👍 for this. We have a similar CI check as a shell script: ```shell #!/bin/sh set -e cp -R sorbet sorbet.checked # ... bundle exec rails rails_rbi:helpers bundle exec rails...

@alexlyp check what is a `cwd` in the runtime while trying to load a native package. It is probably the root of the host instead of the application's directory. I'm...

In my case, all files from the `dist` are copied directly into the electron's application directory (as the asar package). Unfortunately the cwd of the process is `/` of the...