Thomas Brouard

Results 83 comments of Thomas Brouard

I'm really sorry if you lost data because of Abricotine. It is obviously a bug with auto save, I didn't know about it. I don't think you can recover your...

![image](https://github.com/brrd/electron-tabs/assets/7335302/46e9fd34-a1ea-4a51-9b14-b4450d66da58) The class name is `.tabs`, but it will focus the whole bar including its children (the tabs), so I guess you won't be able to drag tabs anymore. I...

We can't help you unless you give some precise code sample where we can see the actual file tree, in a separate repo for example. I also need to know...

Please look at this thread where it was already discussed: https://github.com/brrd/electron-tabs/issues/152#issuecomment-1138388788 This change would require a whole rewriting of electron-tabs. Unfortunately I don't have the time to do this. I'm...

> Maybe archive the repository given your sad announcement about ending development? Yes.

I can't reproduce this issue. What is your Windows version?

This function changed in 1.1.3, but not in 1.1.4. @funkycram Are you sure this was working with version 1.1.3?

This regression probably comes from 5648d4b8168cb6df327e01ee022cbbab2fd79750 [shell.openPath(path)](https://www.electronjs.org/docs/latest/api/shell#shellopenpathpath) is supposed to open `path` in the desktop's default manner. I assume your desktop doesn't route http(s) links to the browser. @funkycram What...

Ok, thanks. I don't understand what happens. This needs further investigation.

I can't find where this comes from. Maybe I can use a [custom dependency list in electron-builder](https://www.electron.build/configuration/linux.html#linuxtargetspecificoptions-apk-freebsd-pacman-p5p-and-rpm-options) in order to remove this one from rpm packages. But first I want...