Simon
Simon
please stop pinging me now. I get to it when I get to it.
I think for others it was because of an other extension blocking something. You could try to deactivate all other extensions. Also sometimes it can just take a few seconds...
> If this is due to establishing connection, I believe it would be nicer UX if the popup would open and the connection would happen async (not blocking the UI)....
shipped in v0.5.5
Common denominator I see is: "The file extension defines what kind of file it is." Some definitions I have found: - [Wikipedia](https://en.wikipedia.org/wiki/Filename_extension): A filename extension, file name extension or file...
I get what you are saying. But even on Linux, that will depend on the implementation. E.g. `xdg-open` will happily ignore the file extension. But common GUI file browsers will...
I think *ideal* behavior would be, that if you are trying to create a suffix with whitespace, throw an error. If you are trying to access a suffix, if there...
> It's what existing users have come to expect I respectfully disagree. I'd argue based on the `with_suffix` example above, this is unexpected. At least it was for me, so...
So repo restructure is mostly a matter of file organizations not how it's packaged and shipped. The frontend should still be packaged together with the backend in the same container....