Aurele Ferotin

Results 48 comments of Aurele Ferotin

This also affects warnings. Ideally, you'd be able to supress warnings using the stdlib, but since those are simply logged from gdal there is no way to do so. The...

I could not fix the bug, however, I found it was possible to redirect the GDAL output elsewhere so as to not pollute my program output. Here is the code...

This would be a great addition to kit. It would be awesome if it was possible to implement this behavior with a `data-sveltekit` attribute so that it could be ~~progressively...

Just facing the same issue. It's a real shame that @pushkine 's work didn't end up pulled, although I completely understand the maintainers reaction considering the size of the PR....

Here's a REPL to replicate the issue: https://svelte.dev/repl/df7aa3512eef4dfc948212a3141c1556?version=3.53.1 The issue seems to be that the `slide` transition function calculating the element's height is called before the second level children have...

I also find that exported const variable, but still assigned by parents would be a really great addition to Svelte. The only alternative is currently to add Typescript' `readonly` prop...

This does not prevent `fixed` from being reassigned, neither from the parent, nor from the child. Seems like a recipe for mistakes, both for the component user (who would not...

> This is a documentation problem. The property name and its documentation should suggest that this is static. Why should we have to add documentation stating that something should not...

I also really think that `pl.row_index()` would be a valuable addition to polars. Using `pl.int_range(pl.len())` is more verbose and do not reflect the intent of `pl.row_index()`. Furthermore, `int_range` returns `pl.Int64`...