Marlon Lückert

Results 12 issues of Marlon Lückert

If you set the attribute `data-aabb-collider-dynamic` on the target, it is not recognized as dynamic. **Solution:** Write any value to the attribute. `` **Reason for that behavior:** `el.dataset.aabbColliderDynamic`equals `''` which...

Functions with a pole are not rendered correctly. Like: https://xr-graph.now.sh/?function=(pow(2,x)+3)/(pow(2,x+y)-9)&xMin=0&xMax=10&yMin=0&yMax=10 ToDo: Check in shader after math operation, if result is a number and not infinite.

bug
help wanted
hacktoberfest

Very large or very small intervals should be scaled to a certain size to fit in the UI

enhancement

I would also love to have a parameter for the maps, to see the map of a specific date. _Originally posted by @CodeBrauer in https://github.com/marlon360/rki-covid-api/issues/51#issuecomment-753542673_

enhancement

![Bildschirmfoto 2021-11-01 um 11 59 34](https://user-images.githubusercontent.com/11810704/139661845-6e468053-3f43-48a8-b251-a184a418a3eb.png) This chart shows the CPU usage and the memory consumption on the server. The dotted line marks a server restart. The memory consumption increases...

bug
help wanted

To improve performance we should try migrating to fastify.

enhancement

V2 is great achievement, only missing point IMHO is the weekIncidence difference to yesterday in the delta block of states and districts. I'm aware about the possibility to calculate it,...

enhancement

Hello, in the `BarList` component the `item.value` is used as the key prop. https://github.com/tremorlabs/tremor/blob/a5c979959bedf558b7a7e4fed2eb9f58beca7676/src/components/vis-elements/BarList/BarList.tsx#L63 This causes issues with data that has duplicate values in the list: > Warning: Encountered two...

bug