LeSnake

Results 147 comments of LeSnake

Can you please send me a linux build please so I can test it. I am on arch and cant get the old version of vala working.

From your Readme: > valac (any 0.48.x version -- any later version will result in segfaults -- earlier versions have issues with libarchive) I can confirm this with vala 56.3...

I think its way better as well, but the alpha should be even lower IMO Also I just got an idea about headings: Maybe you can workaround the issue with...

@chenyukang > For the code, even compiler suggest use `try_into()`, the type is also need to be updated: something like: > > ```rust > let foobar: Result = 4.try_into(); >...

I think it should also work if you don't take a result. Also, I did a minimal example. Normally you would use something like this: (Consider `foo` a struct that...

`.into()` being an alias to `.try_from().unwrap()` would also be quite useful. I also had that idea. Maybe its best best to do that and show a warning that the call...

may try moving ~/.calenders and ~./.vdirsyncer away from home (so you can restore them later if needed) and regenerate the directories with: vdirsyncer discover vdirsyncer metasync vdirsyncer sync It helped...

> What's the plan for letting users run `hydroxide auth`? Use `su`? I think it would make sense to make a user service instead an root service.

It doesn't crash for me.