Enrico Borba
Enrico Borba
I'm also having similar behavior, I also get the same error on files that have more than one hardlink. These files do seem copyable over `scp` though.
A similar error happens with swift as well, and I also had to use a type alias in `lib.rs` and had to refer to that alias in the UDL to...
The list of hardcoded hosts are here, some of which support ssl: https://github.com/ddclient/ddclient/blob/215d4679e4640c5975dd3983d3e2c0ebe7b0e140/ddclient.in#L107-L121 you can switch to them by doing, using freedns as an example, ``` ssl=yes use=web web=freedns ```...
It seems that I just did the same thing, and I quit at the confirmation prompt `Press [enter] to confirm and continue:`. When booting back into linux, grub goes into...
Is this still working? If so why hasn't this been merged? I think this should also change the cli for those who use it.
I'm having the same issue. I've written a my own `Table` that dynamically assigns column lengths based on the data, but I'm having a hard time making it ergonomic specifically...
I ended up solving this by having my struct implement `Widget` and `StatefulWidget`. Ownership of the constraints doesn't matter as much because rendering destroys the table. Maybe this will help...
Here's a simplified version of what I did. I have a custom `MyTable` structure: ``` pub struct MyTable {...} ``` with all of the data required to compute the table...
Indeed still a bug with v4.1.2, the fix still works as well.
There were some questions about reproduction, and I can still reproduce this today:  In case it matters (for cache invalidation propagation or something) I'm in Honolulu Hawaii.