Sean T Canavan

Results 19 comments of Sean T Canavan

@karasz can we just modify the sudoers file to run the command inherently with sudo privileges?

@bmon I was referring specifically to adding the ping command to the sudoers file and not the entire fastping process itself. this would technically constitute least-privilege permissions escalation.

`package.json` lists: ``` "engines": { "node": ">=8.2" }, ```

Any progress here? Would be hugely beneficial. Been almost a year.

I am receiving the same exact error myself. No one else in my company is experiencing this issue so I'm leaning towards the latest macOS update as being the culprit....

Would it be possible to implement this now by using the 'Deleting' hook to perform an update on the document and then bail out of the delete action?

I have a local workaround working. I'll try to push a pull request up here in a little bit.

@tominglis I have the same exact problem. Apparently it involves writing your settings to `/etc/razer.conf` but my mouse, Razer Mamba Tournament Edition, is not listed in the list of mice...

I have the exact same use case. According to https://riptutorial.com/javascript/example/5388/comparing-strings-lexicographically you can use `localeCompare()` for lexicographical comparisons: ``` var a = "hello"; var b = "world"; console.log(a.localeCompare(b)); // -1 ```...

@fredericbarthelet is there any documentation on how to disable content based deduplication with #191? EDIT: The documentation is located here https://github.com/getlift/lift/blob/master/docs/queue.md#extensions and here's the relevant code snippet for anyone else...