Jan Ph. H.

Results 467 comments of Jan Ph. H.
trafficstars

> isn't Tarjan's algorithm DFS? Yes. https://www.geeksforgeeks.org/tarjan-algorithm-find-strongly-connected-components/ > (sane) code structure that can get you a >1000 diameter From https://abhinavmehndiratta.github.io/2020-06-11/parallel-scc "Most real graphs have a single large SCC, this causes...

> So my proposal is to add a menu when this error is encountered, so that the above can be done automatically. This kind of hacky stuff belongs into shell...

@TamaMcGlinn Your best bet is to use telescope-project and[shell out the check if `:lcd` switched to a worktree](https://stackoverflow.com/a/15802301) and setting it accordingly via script inside git-worktree. This could require a...

Can you rephrase this into a readable sentence?

As workaround/more clean test environment, you can add tests/minimal.lua with ```lua vim.opt.rtp:append(".") vim.opt.rtp:append("../plenary.nvim") vim.cmd.runtime { "plugin/plenary.vim", bang = true } ``` and use `nvim --headless --noplugin -u tests/minimal.lua -c "PlenaryBustedDirectory...

Probably the same problem appears on using ```lua local add_cmd = vim.api.nvim_create_user_command add_cmd('CheckLua', function() local os_env_path = os.getenv 'PATH' local tests_run = plenary.job:new({ command = 'nvim', args = { '--headless',...

A simpler reproduction only with rg: ```lua local job = Job:new { command = "rg", args = { "test" }, -- does not work } job:sync() ``` Must run this...

A few questions from my side - 1. Could this be simplified as to not requiring new keywords, say if we use the same keywords as "pdep" and "pext" (`@extractBits/@depositBits`)...

> Some of the fastest implementations of this operation on targets like AVX2 involve giant lookup tables of tiny lookup tables. Do you have any numbers or can you link...

~~Still no feedback yet. :(~~ Got feedback, but it was unconclusive regarding how to debug the neovim behavior. Anyhow, I have a more minimal reproducible and it looks like "Disable...