d4h0

Results 52 issues of d4h0

Hi, I just discovered `asserthttp`, and this looks pretty useful! Have you thought about adding variants of the `expect_*` methods that don't panic (i.e., return `Result`) ? This would make...

Hi, The [overview page](https://age.apache.org/overview/) states: > Apache AGE® will be compatible with all relational databases in the future development, starting with MariaDB and MySQL. I'm wondering if there is any...

enhancement
Stale

Hi, I'm debugging my [PR for `color_eyre`](https://github.com/yaahc/color-eyre/issues/58) at the moment. For some reason, the source code lines were not printed out. The reason was, that I'm using a workspace and...

There are several issues where users report that srcset is empty – and unfortunately, I had the same problem. The problem was the following code: ``` svelte({ preprocess: svelteImage })...

Thanks for [adding the 'lazy' prop](https://github.com/matyunya/svelte-image/commit/ec98e02085186d1b349771abb499f481859601ef) to the Image component. It would be great if there was a global option to disable lazy loading completely. Or – probably even better...

Hi, Something I often use with "vanilla Tailwind" is to prefix a class with an underscore to disable it temporarily. For example this: ```html ... ``` becomes this: ```html ......

help wanted
feature
good first issue

Hi, would it be possible to add a second PPX that – instead of returning class names – returns an object in the format that React's `style` prop accepts? Using...

information needed

Hi, Rust-Analyzer seems to break incremental compilation in Debug mode, when the target is Wasm (see https://github.com/rust-lang/rust-analyzer/issues/12551). A workaround is, to [create and use a separate build profile](https://doc.rust-lang.org/cargo/reference/profiles.html#custom-profiles), e.g. by...

Hi, I'm using a separate Cargo profile (see https://github.com/DioxusLabs/cli/issues/90), and just noticed that this doesn't seem to work properly. To debug another issue, I executed `cargo clean` in my project,...

Hi, I've read somewhere (can't find the place again) that there is (upcoming?) support for auto-formating RSX macro code, and displaying the documentation of RSX components and elements. I guess,...