João Paulo Silva de Souza

Results 86 comments of João Paulo Silva de Souza

I'll answer from my experience from using the library, but bear in mind I'm no core developer so I won't answer everything and the details might be incomplete. First of...

I think #348 should take care of this. The new API method `restart` has landed on master and is documented: https://github.com/final-form/final-form/commit/301a9766f736ec31b83e7b60edf104ceab98f4ed.

It is totally possible to have type-safe access to nested paths, but you'd have to use arrays instead of a string for the path. Here's one example in **monocle-ts**. https://github.com/gcanti/monocle-ts/blob/a728cfc38472a10da24da27b964375634ee3d9d9/src/index.ts#L221...

I investigated this quite a bit since yesterday as it is the same for LESS or any other included files. The problem seems to happen because the referenced files aren't...

I can confirm it works on my end. Great! : - ))

Thank you for taking a look at this. I'm still seeing the behavior in the OP on my end (testing on branch 1.3, using Vim, **not** Neovim).

@ardagnir do you still have the experimental branch? I'm interested in seeing how it went, even if it's unfinished

Seems like the culprit line is https://github.com/cheesecakeufo/komorebi/blob/994725d147674bf7fe9392ccc1460cc41df1f8fb/src/OnScreen/Icon.vala#L176. I'm guessing that, as it opens using the `@"file://` suffix, since .desktop files are text files anyways, it defaults to the text editor....

### I was able to fix the issue! It seems like indeed Komorebi is calling to xdg-open underneath. --- **STEP 1.** Verify that your xdg-mime is correctly detecting the desktop...

I've been thinking of doing something along those lines: having a sidebar with the name of the girls and a "selection screen" beside it that displays the character, similar to...