Wes Roberts

Results 22 issues of Wes Roberts

The last line in a column-select often misses the last character on the selection range. ![2019-01-25-175047_235x438](https://user-images.githubusercontent.com/193530/51777204-0de36600-20ca-11e9-8682-e09b9d6850b8.png) It seems Atom counts a character selected when it reaches halfway through the character....

This usually happens when my cursor passes into the file area. Increasingly lighter blocks appear next to the line numbers, and remain until I close the file. ![screen recording 2017-05-01...

Currently this package uses [process.cwd()](https://github.com/unconfident/eslint-import-resolver-babel-plugin-root-import/blob/fd93f998683b6d62bdffa8cbc6f0359ed266ad46/src/index.js#L77) as the starting point when searching for the project root. The logic somewhat resembles: ```bash getProjectRoot() { dir="$(pwd)" while [ -d "$dir" ]; do if...

``` Ubuntu 16.04 VirtualBox 5.2 Vagrant 2.0.3 vagrant-notify-forwarder 0.5.0 ``` Getting this error when attempting a graceful shutdown: ``` `kill': Operation not permitted (Errno::EPERM) ``` The issue seems to be...

I would love to see a way to ignore files, similar to inotifywait's [`--exclude`](https://linux.die.net/man/1/inotifywait) flag. * Avoids hitting the max watch limit * Reduces overall RAM usage, as `inotifywait` uses...

Hey! This repo got me very excited. How do I install it into MusikCube? I didn't see any documentation in either repo.

Will it be possible to use kohya to train Stable Diffusion 3 LoRAs?

Does a Justfile language server exist (e.g. for IntelliSense, IDEA, etc)? When authoring justfiles, I sometimes wish for interactive autocomplete and real-time linting. For example, if I type `set `,...

It would be really nice to develop Haraka plugins in TypeScript. https://github.com/haraka/Haraka/issues/1567 Is there any information I might be missing about this before I attempt to write types for Haraka?