Cecile Tonglet

Results 22 issues of Cecile Tonglet

Hello :wave: Thanks for this GitHub Actions! I'm testing it today but I got super confused by the glob: ![image](https://user-images.githubusercontent.com/3018448/110095133-deb97b80-7d9c-11eb-81d5-0ffc505d2949.png) It's a private repository so I can't really show more...

Hello @dcuddeback :wave: Thanks for the great crate! :heart: I submit this PR that will allow the user to retrieve the "extra" bytes from the configuration descriptor and the interface...

Hello! I found this feature missing: you can set a dialog to be "focusable". This means you can focus on the dialog itself, it will take the title primary color...

I've started discovering and using amp for 2 days now and I have a few suggestions I would like to share. Here is the most important one: ## TL;DR In...

When using `DFT_BYTE_LIMIT=4000000 git diff` I get part of the diff and then: ``` error: difft died of signal 9 fatal: external diff died, stopping at xxxxxx.json ``` I actually...

Hello 👋 Thanks for your work! Is there currently a way to get the Magnification API? Or is there some work to do? Thanks

Related to: https://github.com/rust-disk-partition-management/gptman/pull/82#discussion_r873071638 We noticed that yanked dependencies do not seem to be reported at all. They're not necessarily vulnerabilities but they should be reported at least as outdated. This...

#### Description Quality of life improvement that allows using `Option` inside `html! {}` macros. Example: ```rust fn view() { let inner = some_condition.then(|| { html! { {"Some conditional stuff"} }...

I was wondering if this code could potentially leave a copy of a secret in memory: ```rust let password = SecretString::new(fs::read_to_string(file_path)?); ``` Because the underlying implementation of `read_to_string` might re-allocate...

#### Description TODO #### Checklist - [x] I have reviewed my own code - [x] I have added tests