douglarek

Results 38 comments of douglarek

`go1.16` has reverted this feature(https://github.com/golang/tools/commit/21398c4d1a19761d59d39decd0e7e8ed1984bc83), really sucks.

fzf has supported(https://github.com/junegunn/fzf/commit/7ceb58b2aadfcf0f5e99da83626cf88d282159b2) floating window(popup) in both vim and neovim.

@yegor256 maybe it was not expressed clearly, https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization

> A thread can be flagged as a “daemon thread”. The significance of this flag is that the entire Python program exits when only daemon threads are left. The initial...

@justdoit0823 yeah, correct; Python interpreter will join non daemon threads before shutting down; ```python t = _pickSomeNonDaemonThread() while t: t.join() t = _pickSomeNonDaemonThread() ```

@redline6561 Thanks

Retries are handled by libbeat and not the output itself, this is true for all outputs.

> The "return_direct" function working in python langchain tools, is accomplished in langchaingo? If sure, where is it? If not, how can I use the similar function? Simply determine whether...

> But it is fixable and ultimately milvus can be successfully compiled if #30149 is applied for milvus code itself. At least, I was able to compile milvus using gcc-13....