dguayrobotiq

Results 7 issues of dguayrobotiq

Is there a way to have a custom GUI while `makeself` package is uncompressing? I already run `makeself` with `--nox11`.

**Is this a BUG or a FEATURE REQUEST?:** BUG **What happened:** When running `fs.readdir` for a certain directory path, let's say `/example/dir`, if I run the nexe application from under...

bug

I see in the doc that [.sizeBy](https://github.com/sindresorhus/p-queue#sizebyoptions) can return the size of the queue by priority. How can I get the priority of the function that is currently running? The...

### Expected Behavior Environment variables should not be cached. ### Actual Behavior Environment #### Is an error being thrown? No ### Steps to Reproduce 1. Add an environment variable in...

Is there a way to use `failOnMissingKey` option in a CI build so it takes `process.env` variables into account? If not, that could be an option like `systemvars` in [dotenv-webpack...

Reading through the Sentry doc and their forum, sometimes it's mandatory to upload files with `~` instead of the full path with host and protocol. So instead of uploading the...

Is there a way to skip CircleCI build with the [`[ci skip]` tag from CircleCI](https://circleci.com/docs/2.0/skip-build/#skipping-a-build)? That could be an option we pass to `ember release`?