daladim

Results 42 issues of daladim

Currently, we have ``` EventTraceProperties { etw_trace_properties, trace_name: [0; 1024], log_file_name: [0; 1024], }; ``` We could avoid using two arrays of 1024 bytes to store a string that's probably...

In ferrisetw 0.1, `UserTrace::enable` should be used to add a Provider to a trace. But, IIRC, this has no effect on a trace that has started already (the provider is...

`EventFilter::ByPids` are only effective on kernel mode logger session. see https://learn.microsoft.com/en-us/windows/win32/api/evntprov/ns-evntprov-event_filter_descriptor: > The PIDs based filter-blob is only valid for a kernel mode logger session because the private logger session...

## Summary Currently, there is no way to know if a card has a "comment" or a "description" without clicking on it. That would be super neat to have an...

Triage
Enhancement

My iTunes library is coming from Windows and its case-insensitive file system, and hence its library is happily mixing `Artist/First Song.mp3` with `artist/Second Song.mp3`. Rhythmbox on the other hand sees...

I'm building on #26 , and I'm adding support for "case insensitive" paths (my iTunes library was coming from Windows and its case-insensitive file system, and hence the library was...

### Steps to reproduce 1. Open Activity app 2. Click on "other's activity" ("L'activité des autres" in French) ### Expected behaviour The page that load should display the most recent...

Kraken is lacking a `lock` command that re-creates the environment specified in the lockfile This would make this workflow possible: * clone a kraken-managed repo * `kraken lock` # or...

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug
0. Needs triage
28-feedback

Not sure why this plugin explicitly un-escaped `è` from `%C3%A8` to `è` (while leaving every other non-ASCII character as-is). If we un-escape it, the relocation works, but then Rhythmbox would...