nardoor

Results 19 comments of nardoor

Hello @pacoworks, Could you provide some more information ? * Could you confirm that if you open your WSL on another terminal emulator you don't observe this issue ? *...

@pakoito I couldn't reproduce so far, could you provide details about these two topics ? * If you don't use `startship.rs` (but `bash` or `zsh` instead) is the issue still...

What's your WSL version ? Mine is `5.10.16.3-microsoft-standard-WSL2` and I am not able to reproduce the issue

Hello @kamelbouchair A quick question, is the content of `~/.hyper.js` exactly as you described? Or did you forget to include the top part (represented below)? ```javascript "use strict"; // Future...

> I am getting exact same error on Ubuntu 22.04. Default .hyper.js config file. > > unexpected token default error reading configuration 'config' key missing Hello @ubuntupunk, Could you provide...

@its-darsh currently not working on it We could say dead for now, but if you have suggestions I'd take it. I could try updating the dependencies to see if the...

I opened a discussion there https://github.com/nardoor/glimmer/discussions/1 Are you able to access it ?

Hello, Thanks taking the time to fill an issue! I am sorry for my late response. I am thinking that [`crates/core/src/blob/tree.rs:691`](https://github.com/rustic-rs/rustic_core/blob/8c19c93c53e9df05481e1b4beee183de9b295f9d/crates/core/src/blob/tree.rs#L691) caused this. But I'd like to understand better what...

This is something I wouldn't mind doing at all. For context, `rustic_core` error management was totally refactored recently. Once it is stable we can probably start there.

Hello, First of all, thanks for using rustic and for reporting this bug. A first look at the report file shows a `panic` inside `std::io` which makes me think (without...