Kovács Ádám

Results 8 comments of Kovács Ádám

Is there any reason it is not merged yet? I can confirm it does work.

What about imageName from exif table and the current UUID? So something like originalName-UUID.originalExt for file name. Names collisions cant happen and every data is present currently so migration is...

Sorry, I didn't had any time finish this.

It`s working, thank you!

Is there an ETA on this? This is one of the most important thing missing for me to switch to nushell. Managing config files in 3rd party tools (part of...

It was quit a long time ago, so I'm not sure what was the specific reason I needed this. I think of 2 things: 1) A property that needs high...

I have the same issue. What about an Autocmd with the bufnr and pinned/unpinned as arguments?

Here is a PR for this: https://github.com/axkirillov/hbac.nvim/pull/29 To use it: ```lua vim.api.nvim_create_autocmd("User", { callback = function(opts) local bufnr = opts.data.bufnr local state = opts.data.state vim.api.nvim_buf_set_var(bufnr, "ignore_early_retirement", state == "pinned") end,...