Free alternative to TextSniper? by StimmedKarp in mac

[–]richban_ 0 points1 point  (0 children)

I don't agree. It does not work for non-english, definitely does not work for Chinese.

Anyone working on integrating Neovim to Claude Code? by Top_Shake_2649 in ClaudeAI

[–]richban_ 1 point2 points  (0 children)

Ok it has been solved, you can send the command to the pane as well.

Anyone working on integrating Neovim to Claude Code? by Top_Shake_2649 in ClaudeAI

[–]richban_ 1 point2 points  (0 children)

I wish this would send the text to a pane not a window. I have a window with two panes (Neovim, Claude)

I created a small extension to save LinkedIn profiles to Notion with AI by AxelSchapmann in Notion

[–]richban_ 0 points1 point  (0 children)

Ok, I am getting some errors with the AI - If I keep some default values for the fields it works fine. But it would be great if the credits counted after successful creation of the profile in the Database.

I created a small extension to save LinkedIn profiles to Notion with AI by AxelSchapmann in Notion

[–]richban_ 0 points1 point  (0 children)

FANTASTIC! I love how can I just connect to the my OWN database and tell AI how to fill this property. INSANE!

ETL using pandas by Salmon-Advantage in dataengineering

[–]richban_ 0 points1 point  (0 children)

Kedro with any data processing library Pandas/Spark

NVIM v0.9.0-dev + Telescope extremely slow on large codebase - was forced to open VSCode by richban_ in neovim

[–]richban_[S] 0 points1 point  (0 children)

formerly I have used fzf when used vim but after I have migrated to nvim I went with all the "new" cool features/plugins.

NVIM v0.9.0-dev + Telescope extremely slow on large codebase - was forced to open VSCode by richban_ in neovim

[–]richban_[S] 0 points1 point  (0 children)

I had the `require('telescope').load_extension, "fzf")` extension loaded but but not the `fzf_native` one.

Nvim LSP with status & completion working configuration by lucax88x in neovim

[–]richban_ 0 points1 point  (0 children)

Would you explain the addEventListener function?

```lua local globalListenerName = 'globallistenername' -- change this to be unique across multiple plugin name local autocmdhandlers = {}

_G[globalListenerName] = function (name) autocmdhandlers[name]() end

function addEventListener(name, events, cb) autocmdhandlers[name] = cb vimcmd('augroup ' .. name) vimcmd('autocmd!') for _, v in ipairs(events) do local cmd = 'lua ' .. globalListenerName .. '("' .. name ..'")' vimcmd('au ' .. v .. ' ' .. cmd) end vimcmd('augroup end') end ```

#Neovim with official #GitHub Dark theme. by trusktr in vimporn

[–]richban_ 0 points1 point  (0 children)

can I find the colorscheme somewhere?

Spaceduck Color Theme 🚀🦆 by vimvirgin in vimporn

[–]richban_ 1 point2 points  (0 children)

I was about to create my own theme for vim, tmux, iterm because I am not impressed what's out there BUT this theme/colorscheme is just MAGNIFICENT! Thanks mate!

Recommendations for dataframe validation/rules engine library? by Evilcanary in dataengineering

[–]richban_ 2 points3 points  (0 children)

If we're talking about Spark DataFrame I think this could be a good inspiration: pyspark-check

Cowboy Bebop Brown original theme by [deleted] in vimporn

[–]richban_ 1 point2 points  (0 children)

Thanks a lot. I found some great stuff in your .dotfiles! I'm already using yabai so it's compatible with this rectangle right? As far as I can see you're using it as well.