Jesse Jackson

Results 164 comments of Jesse Jackson

> ``` > uname -r -v > which clip.exe > which powershell.exe > ``` @Nisgrak Will you try those commands using a first-party Microsoft terminal application like `%windir%\system32\cmd.exe` or [Windows...

@Nisgrak That's great to hear. So everything is working now: the tests pass when you run `deno test --allow-run` in the repo directory?

> Maybe you should add a warning or troubleshoot in the readme about that error, or some concrete error if in you kernel version contains "microsoft" and haven't access to...

> I really like this proposal. It encourages fine-grained control over what directories can be read and written to, for example. At the moment, it's inconvenient to get this precise...

> For the strictest security, I would want to be able to explicitly opt-out of reading permissions from the config and instead require all the permissions be provided via flags......

> I'm working on this in #12763. @bartlomieju You linked to this issue 🪞. Did you mean #14520?

Isn't this kind of functionality practically already in place, provided by the [task runner](https://deno.land/[email protected]/tools/task_runner#task-runner) (`deno task`) and configurable through task definitions? IIRC, the task runner was not yet implemented at...

> I have a theory where adding tons of app folders to the PATH would slow down the system A bit of research can help you get the info you...

On the dedicated comparator functions: > ## eq, neq, gt, gte, lt, lte > These functuons are wrapper functions for `compare()` compare the result to 0 with different comparators: `return...