Duy K. Bui

Results 15 issues of Duy K. Bui

Let's say I have a `which` command, I want to ``` $ which code C:\Program Files (x86)\Microsoft VS Code\bin\code.cmd $ echo "Here is your path to code: $(which code)" Here...

I want to integrate atuin with [nushell/nushell](https://github.com/nushell/nushell) but I couldn't find documentation on how to do so. I can read the existing shell integration and guess the most of it,...

hi Ellie, first of all thanks a lot for the awesome tool! I'm having problems browsing my history (with up key) when the command lines are longer than the terminal...

I can try to help too if someone can guide me how to write language specs for this extension.

Hi all, I'm trying to run a container built upon this base image on a platform where `chown` is not permitted. Is there a way to suppress all these calls,...

Besides feeding a string `url` directly to the breadcrumb item, we should have an option to provide an Aurelia router routing config. The item should look something like this: ```ts...

enhancement

#### Problem I use `compress gzip` buffer (built-in, no plugin) and `compress_request true` with this http output plugin. Fluentd attempts to gunzip the buffer from disk, which is then recompressed...

Similar to how a browser profile can be specified when launching a console, I would also like to specify a browser profile to open the authentication links. The main use...

I have `service.on('created', (message, context) => console.log(context && context.data ? context.data.method : context));` set up both in server and client codes. When a custom method is invoked, on the server...