Daniel Hauser

Results 13 comments of Daniel Hauser

@Boris-Scharinger Sorry for missing this, I assume this is not relevant anymore. Closing the issue

Can you provide an example?

Closing, no example provided and seems like the problem is not related to _react-organizational-chart_.

This error is related to https://github.com/emotion-js/emotion/issues/2801 and will happen in SSR only. The best way to mitigate it until fixed will render null in the server (i.e. `{ window ?...

I worked on it for a while, but stopped since I wanted the categories to be dynamically calculated and not frozen in time. The reason I need it is because...

According to [section 3.1](https://tools.ietf.org/html/rfc7946#section-3.1): > GeoJSON processors MAY interpret Geometry objects with empty "coordinates" arrays as null objects Given that the `polygon` function does not support `null` as input and...

You can use [docker volumes](https://docs.docker.com/storage/volumes/) to persist files on the host. For example (from the back of my head) `docker run --rm -v /some/path:/app/output --env-file ".env" ghcr.io/daniel-hauser/moneyman:latest`

Can you add the timeout message?

I don't know why it happens. You will need to dedug the israeli-banks-scrapers logs (`DEBUG=israeli-banks-scrapers`). You can also try running with `showBrowser:true` [here](https://github.com/daniel-hauser/moneyman/blob/d980ba220f610ed7e4468eb99858cb69f6ba8db7/src/data/scrape.ts#L18) and see how the website looks.

I will appreciate if you can post the problem here if you find it