Gabriel Simões

Results 8 issues of Gabriel Simões

After dragging a word to the left, the cursor doesn't move to the word. This fixes this behaviour.

I think it would be really nice to support .rar, .7z, .bzip,... filetypes in addition to .zip files (already supported)

feature request

It would be nice to be able to change file and folder permissions and ownership, using root to do this if necessary.

feature request

Title says it all. Atom's [whitespace plugin](https://github.com/atom/whitespace) does this and I really like it. I could try implementing the feature myself, if it is on the scope of this project.

enhancement

Please report this at https://github.com/google/error-prone/issues/new and include the following: error-prone version: 2.15.0 BugPattern: NullAway Stack Trace: java.lang.NullPointerException: castToNonNull failed! at com.uber.nullaway.NullabilityUtil.castToNonNull(NullabilityUtil.java:352) at com.uber.nullaway.dataflow.AccessPathNullnessPropagation$1.valueOfSubNode(AccessPathNullnessPropagation.java:179) at com.uber.nullaway.dataflow.AccessPathNullnessPropagation.visitAssignment(AccessPathNullnessPropagation.java:516) at com.uber.nullaway.dataflow.AccessPathNullnessPropagation.visitAssignment(AccessPathNullnessPropagation.java:134) at org.checkerframework.nullaway.dataflow.cfg.node.AssignmentNode.accept(AssignmentNode.java:65) at...

Under `jngen/doc/math.md`, into function `isPrime`, the docs say "exact benchmark here", but there is no link to the benchmarks (at least I haven't found any).

### Neovim version (nvim -v) 0.9.5 ### Operating system/version Arch ### Output of :checkhealth haskell-tools ```console ============================================================================== haskell-tools: require("haskell-tools.health").check() Checking for Lua dependencies ~ - OK [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) installed. Checking external...

bug

It seems the parsing utilities in `Text.Megaparsec.Char.Lexer` do not support parsing hexadecimal floats out of the box: ``` 0x0.1E 0xA23p-4 0X1.921FB54442D18P ``` Given how complex these are to parse efficiently...

feature-request