Daniel Rodríguez Rivero
Daniel Rodríguez Rivero
Hello, thank you for this plugin, it really helps with vim plugin development. I think it will be great if you make more use of generics, so the types will...
Buddy, very good work! This is awesome. In a place that feels like the wild wild west, full of badly documented actions, crappy ones, actions that do not work or...
**Describe the problem or limitation you are having** I work in quite large codebases, and certain tasks require just a specific subset of files open. Currently this extension only allows...
There are arrow functions whose body is a JSXExpression, like this: ```ts const bla = (name: string) => hello {name} ``` That function will return false if you run `ArrowFunctionExpression.check(path)`...
Hello, thanks for this great tool and its types. Just found a situation that I don't understand fully. Seems that ASTPath is not compatible with ASTPath, which is weird because...
I originally opened this issue on the jscodeshift project (facebook/jscodeshift#464), but I'm pretty sure it is originating on this library. Basically when you try to remove a type property of...
Hello, thanks for this great plugin. I was wondering if it is possible to have both the file list and the buffer list but have the buffer list always expanded...
Hello, Thank you for such a nice benchmarking tool. I tried to use artillery before, but I found it a bit complex. Your approach seems simpler and easier to use....
Hello, This project claims that it is a benchmark solution for both http and https. Would you be so kind to provide an example including authorization ? I'm trying to...
Hello, Sometimes there are some hooks that I would like to run for every request on the stream (for example, for include certain common header). Currently there is no way...