sephv

Results 12 issues of sephv

I'm using zsh-autosuggestions and it allows me to use its completion with tab and shift+tab. I like it's completion. But I also want to use autocomplete. The problem is that...

enhancement

NVIM v0.8.0-dev I'm on packer.nvim commit 4dedd3b (5 weeks ago) Given only this use call ``` use { "catppuccin/nvim", as = "catppuccin", ft = "lua" } ``` I expect catppuccin...

bug

`tonic-build`: 0.5.2 Trying to use googleapi. Google api proto files are in their own directory within the project `projectname/protos`. `projectname/` `projectname/protos` `projectname/src` `projectname/src/speech` `projectname/build.rs` `projectname/target` etc ```rust // build.rs fn...

C-enhancement
E-help-wanted
A-build
E-medium

**Describe the bug** Shell hangs for ~20seconds when zplug load is called if `hook-build` option is set **To Reproduce** Steps to reproduce the behavior: 1. ``` zplug "zsh-users/zsh-history-substring-search", as:plugin, hook-build:"echo...

How can this library be converted to javascript code that node can run using clojurescript?

I thought disabling HISTORY_SUBSTRING_SEARCH_FUZZY would also disable search pattern `*abc*` but that's not the case. `local search_pattern="*${(j:*:)_history_substring_search_query_parts[@]//(#m)[\][()|\\*?#~^]/\\$MATCH}*"` Pattern always starts with a `*`. Fuzzy searching as I imagined would leave...

feature request

I would like to test that `my client` will not send data to the server until it opens. Is there a way to sequence `attemptConnection` -> `open` -> `send` on...

``` #![allow(warnings)] #![feature(async_await)] use std::io; use futures::prelude::*; use futures::StreamExt; use futures::executor::{self, ThreadPool}; use futures::io::AsyncWriteExt; use futures::io::AsyncReadExt; use futures::task::{SpawnExt}; use hyper::server::*; use hyper::server::conn::*; use hyper::service::service_fn_ok; use hyper::{Body, Request, Response}; use romio::tcp::{TcpListener,...

I realize it's not correct syntax, but the splatter of panic errors on IDE integrations are intrusive. ``` use std::str; // line 3 col 6 below str.f ``` `racer complete...

bug