Gwen Lg

Results 28 issues of Gwen Lg

**Describe the bug** When firsts frames are short, puffin_http client (example: puffin_viewer) can't get firsts frames. **To Reproduce** Steps to reproduce the behavior: 1. start puffin_viewer 2. start an app...

bug

### Checklist * [x] I have read the [Contributor Guide](../CONTRIBUTING.md) * [x] I have read and agree to the [Code of Conduct](../CODE_OF_CONDUCT.md) * [x] I have added a description of...

### Describe the bug After restoring of a full backup, the previously ignored diagnostics (from backup) are no longer ingored. ### Context - Hardware: *dedicated server* - YunoHost version: 11.2.5...

good first issue
:birthday: feature
:stethoscope: Diagnosis
:ambulance: Backup

### Describe the bug When I have restored a full backup of yunohost on a clean server, the configuration of email management disabled for some subdomain was lost. ### Context...

good first issue
:birthday: feature
:ambulance: Backup
:wrench: Configuration
Domain managment

Hello, I seek it would be nice to have the possibility to generate associated content to a title from Markdown file. This is handled in html by [hgroup](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup). I imagine...

### Describe the bug After restoring a full backup of yunohost with freshrss app installed, fail2ban don't start. ### Context - Hardware: *dedicated server* - YunoHost version: 11.2.5 - I...

### Describe the bug The file indicated for fail2ban is never filled, so it as no impact. `"/var/log/${domain}-access.log"` ### Context - Hardware: *All* - YunoHost version: 11.2.6 - I have...

Hello, @elizagamedev thank you for your work on this. As you seems to not update this project anymore, I have done a fork to continue the project. With [subtile-ocr](https://github.com/gwen-lg/) I...

The additional scope break some clippy lint detection (like `missing_errors_doc`) This Fix #75 WIP: the change affect only when no profiling instrumentation is enabled. But if the puffin (by example)...

Use of #[profiling::function] shouldn't break Clippy lint detection like [`missing_errors_doc`](https://rust-lang.github.io/rust-clippy/master/index.html#missing_errors_doc). Currently, this report no lint ```rust /// This `profiling::function` attribute is equivalent to profiling::scope!(function_name) #[profiling::function] fn some_function() -> Result{ burn_time(5)?;...