Spyros Seimenis
Spyros Seimenis
I also have the same issue and haven't been able to properly debug it yet. A workaround that ~~I use is~~ helps **some times**: ``` sudo modprobe -r psmouse sudo...
Thanks for the PR! I am gonna check the features when I find some time and reply back, they look cool at a glance!
Hi @toarm, I checked your PR and I made a few changes [here](https://github.com/sespiros/typed-text/tree/toarm-master): 1. revert commit 16d9228 because a margin is not needed/breaks the layout of the demo in the...
@valentindavid thanks for these changes, they LGTM. I tested this approach in the same context I used https://github.com/canonical/snapd/pull/14236 in and it worked fine. Can you also add a test for...
> Not totally sure what you mean. `TestPartitionUUIDFromMountPointVerity` does test that it works for dm-verity. `TestPartitionUUIDFromMountPointVerity` tests that `PartitionUUIDFromMountPoint` will correctly detect a partition UUID from a mountpoint backed by...
> We create the dev mappers. So we checked the partitions came from the right place. There is no need to verify them again. ~~Not saying the checks are useful...
> Hey @sespiros can you please link this to a Jira card if one exists. Added the link to the description.
@zyga Thanks for the comments! I would like to add some context. Since I added this we had several discussions with @valentindavid about it which first concluded with Valentin opening:...
@alfonsosanchezbeato I rebased on top of the latest master. Since there were several changes to `cmd_initramfs_mounts_test.go` (which this PR splits in multiple files), to deal with the complicated rebase I...
I had to do this once more since it seems there were further changes in `cmd_initramfs_mounts_test.go`. ```bash git diff ba9ef8ebe8960ccd8646e5508cae420bab304cf8 7e66af96655792f82705e9f40cfdd752854f085e -- cmd/snap-bootstrap/cmd_initramfs_mounts_test.go ```