Maximillian Schulte

Results 10 issues of Maximillian Schulte

This maybe be something I am missing in the documentation of bimg or libvips but is there any particular reason for there to be a "MaxSize" Constant? The images I...

When I run the application and I am playing a video on youtube for example, the audio is delayed by few seconds. I do not mind a small amount of...

After considering the ease of implementing "packedLines" and the ambiguity in refactoring "packedPolyline" in #448, I thought it's best to just implement it.

It seems odd that [packedPolyline](https://github.com/thi-ng/umbrella/blob/7b25d0d2639b9eb500a79d5c8353a3601a91b650/packages/hiccup-canvas/src/draw.ts#L82) does not allow for stride options ("origAttribs") to be passed to it. Is it this way because it depends on [packedPoly](https://github.com/thi-ng/umbrella/blob/7b25d0d2639b9eb500a79d5c8353a3601a91b650/packages/hiccup-canvas/src/polyline.ts#L22) or because packed poly...

It seems that continuously updating the state of a `$replace` component that has a `$replace` inside of it causes the inner `$replace` to get into an invalid state because the...

It seems that `setScheduler(new RAFScheduler())` does not behave properly because the number of job objects are out of sync with the DOM objects that are created (more DOM object are...

I struggled to grok how state I was supposed to managed state between lib calls. I realized that state needs to be fully managed between two peers which seems obvious,...

Hey there, not sure if this is much of an issue, but I did run into some sharp edges when trying to unmarshall a function that takes a struct. After...

This might be out of scope for this project, but I have reproduced the dependencies of this project with this [nix flake](https://gist.github.com/maxsei/0267535fa2f05252cbb709de7bf63592).

### What do you want to change? The SQLite docs mentions that ["The ON CONFLICT clauses are checked in the order specified"](https://www.sqlite.org/lang_upsert.html#selector(exact=The%20ON%20CONFLICT%20clauses%20are%20checked%20in%20the%20order%20specified,prefix=operation%20is%20performed%20instead.%0A,suffix=.%20%20If%20the%20last%0AON%20CONFLICT%20claus,type=TextQuoteSelector)), implying that there can be multiple conflict targets...

enhancement
triage