Johannes Dröge
Johannes Dröge
Updating to 1.16.3 again somehow fixed the issue, as reported by @HALKRON. So the issue is resolved for me, but the root cause is still unclear and may hit others....
1.16.4 stopped working, again with `Failed to load module "xapp-gtk3-module"` and reverting back to any version does not fix it. According to [this](https://forums.linuxmint.com/viewtopic.php?t=401477) Linuxmint is shipping with a defective flatpak...
@jszwedko, that's exactly the way I'm looking at it. I was referring to the x86_64 architecture, but I assume that the picture is similar for others. I was also comparing...
> Our internal build with just a few sinks and stuff is about 20 MB with LTO @paolobarbolini, if you could share a tiny recipe about how you achieved that,...
If there was meant to be a fix in 0.18.1, it does not seem to work. locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8"...
I ran into this trying to model a field for UUIDs, which can either be represented by a 16 byte binary or int128. Of course I can do a variable...
I think you can work around this by putting the table into a separate edgeless document and embedding it with a suitable zoom factor, but that seems awkward to just...
> > For example, gzip.open returns a file object with a fileno() function. But that returns the file descriptor of the underlying compressed file, which is unusable. > > Oh...
I'm also looking forward to having a simple way to use (sync) file object wrappers to read and write messages. This is important for integration with other Python functionality for...
As a dirty workaround (not sure if it really works), watch the workspace folder and make copies of the storage.db file. This can be automated locally. Even a Git repo...