Quentin Santos
Quentin Santos
Common problem with Algolia, ModernHN (#26) and HNES (#27): all three modify the DOM after loading. All three use a different hierarchy than the original website.
It does not look like fixing this is possible in CSS. This will need to be done in JavaScript
The error message comes from: https://github.com/helsing-ai/buffrs/blob/4a6d0e9084638f40909052aa1894bc20facbc01b/src/package/store.rs#L53 The `core::result::Result` returned by the `Future` is converted into a `miette::Result` but no context message is attached. Would it make sense to require that...
Note, however, that the full function is: https://github.com/helsing-ai/buffrs/blob/4a6d0e9084638f40909052aa1894bc20facbc01b/src/package/store.rs#L51-L56 This function will only return `Ok(false)` if the entry exists but is not a directory. In this case, maybe it would make...
To add my two cents, I have the same observations. My own preference goes strongly to splitting Buffrs into separate crates, especially since there is already a separate crate for...
I encountered something similar, with my password being included in an error message (look for `UUUUUU:PPPPPP`) ``` % krakenw run :gitlabci [12/05/23 11:52:00] INFO Initializing build environment from lock file...
With the camera of the Pixel 4a, I can detect the QR code for `Hello, World!` when using `master`, but not when using `lucasew:20240723-fix-colors`. This is the same when using...
Would it make sense to add some `-i / --invert` option with the current inverted colors, to cover all bases?
> While I think it's generally better this way, it breaks scenarios where consumer wants to wait for something to return a reply. Specifically, it requires them to fully pause...