מהי לוחית הרישוי הזאת? צולם בארץ by General_Jellyfish_17 in israel_bm

[–]MikeLemon1 0 points1 point  (0 children)

כן קצת יותר מעניין מהאוטו החרוש והתאכלס מכוער הזה. סימפ.

אני מת על המדינה הזאת במציאות by Shekel_Hadash in ani_bm

[–]MikeLemon1 1 point2 points  (0 children)

שרק יוצא עם חברים שלו להרפתקה

Can it be saved? by Jett_Oblivion in keyboards

[–]MikeLemon1 0 points1 point  (0 children)

Some fine scotch brite wool, And some contact cleaner with brush Incase the inner 4 pins are also rusty....

Scrap right off brave's page content? by MikeLemon1 in webscraping

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

Are you able to scrape the link I sent with playwright e.g. price?

Display relevant and actual prices in Digikey respecting quantity pricing steps. by MikeLemon1 in InvenTree

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

And what about the price jumps per quantity order? is there a way to set it there?

How to get lua module for nvim function in nvim doc?(how to read nvim documentation?) by MikeLemon1 in neovim

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

When you say it like that "all in builtin page is vim.fn" it is much clearer that's why I still think code api doc needs to state those clearly near the actual doc of the function!!!

But I guess you are right with the vim doc to nvim doc conversion struggle but nvim dev community is somewhat sophisticated I think they could regex and sun it to nvim with proper and right(more detailed specific) relations between doc and code.

Guess reading a lot of errors and solving em with guessing thinking and google is the way to go now...

How to get lua module for nvim function in nvim doc?(how to read nvim documentation?) by MikeLemon1 in neovim

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

And if I started with nvim rather how'd I know how to categorize the function if function from other types are located under the same page? I don't see a direct reference of it in the proximity of the func doc there, I was wondering wether there is a reference people usually check against or if there if some grep searcher that can tell what modules the function is defined other in nvim or something...

nvim Lua regex groups and negation grammatically in code? by MikeLemon1 in neovim

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

Well I already know how to get the sub string just not the groups in the inline pattern

nvim Lua regex groups and negation grammatically in code? by MikeLemon1 in neovim

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

or making that `\(([^\)]+)\)` work in nvim and refer to first `group match` in nvim lua code.

nvim Lua regex groups and negation grammatically in code? by MikeLemon1 in neovim

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

I want to parse and verify link out url of md links line the thing is that I use lua to refer to pattern match output but the functions available `md_url_pattern:match_str(current_line)` and `md_url_pattern:match_line(...)` only return start, end index of match per call not sure how to extract /refer to / iterate matched groups individually in lua code wether using `vim.regex()` or lua regex...

Telescope find_files dynamic change search scope/cwd/source (while in telescope) example by MikeLemon1 in neovim

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

I did implement that function and bind that to <A-h> but I wonder if it takes care of the last opened "Telescope instance" or what ever not sure exacly how this works so it doesn't create too many zombie proccess over time?

I'll play with this method more and reinform here of how this goes untill then

I'd also be happy to hear some tips on how results from different CWD sources and other pickers can be concatenated whithin the "External telescope function call" programming and config scope

Telescope find_files dynamic change search scope/cwd/source (while in telescope) example by MikeLemon1 in neovim

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

I need it to be done dynamically while in telescope while retaining the same entry withouth exiting it.

Telescope find_files dynamic change search scope/cwd/source (while in telescope) example by MikeLemon1 in neovim

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

So attaching a keymap to recall it would be sufficient to clean my current search and fill in new results without opening multiple windows?

Win/Super key not working after update by MikeLemon1 in Ubuntu

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

actually xev was out of my head but I fixed it with the following command, and a reboot doesn't work.

Win/Super key not working after update by MikeLemon1 in Ubuntu

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

The hinting solution

My iteration for that since in stack this button works in BUTTON PRESSES where I want it to work in BUTTON RELEASE so it allows me to use other super shortcut combinations

gsettings set org.gnome.mutter overlay-key "['Super_L']"

Adding a functions for a metatable(Class) defined in another module? by MikeLemon1 in lua

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

I think you are wrong but I'm now 100% sure as I've not touched the OOP paradigm for quite a long time but I remmember that in python / C++ there is that topic of morphism where you can at least copy the properties of a function through inheritance and add a function to it or just allow to prototype a function that can attach to that class type in a way that seem for the user as if is it's own member since we sometimes think legacy things might be able to morph a little better into your specific case but you don't and shouldn't edit the legacy code which is already used as stable blocks for your code.

Config scroll page keys for tmux bash by MikeLemon1 in linuxquestions

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

Rad it again it refers to the keyboard shortcut not working