Tamas Foldi

Results 65 comments of Tamas Foldi

first of all, thanks for the patch: dbeam is used in production with S3 targets at one of my large client. Is there anything I can help with to get...

> Technically, I wanted to add a e2e test to see that iy actually works. > If you can add such one, it would simplify things a lot. @tfoldi I...

How about this: https://github.com/rulle-io/dbeam/pull/1/commits/6647bb84e1dd9362ed9e2542ac496cc93ac53eb9 ?

I started to build a custom view for showing OSM/Mapbox maps, I can craft a PR if someone is interested ![image](https://github.com/rerun-io/rerun/assets/82426/10d622b6-988b-4b55-92f0-8cc2270c60c9)

here it is: #6561 It uses `walkers` map crate (an egui based slippy map) to show map tiles in rerun space view.

Just to note myself, if I want to deploy this on IIS, I need to add a `web.config` as: ```xml ```

what was you public url in package.conf? did you test in developer or production mode?

sorry, the file name is `package.json` and you need to add `homepage` value as defined here: https://create-react-app.dev/docs/deployment/#building-for-relative-paths Few questions so I can help you: * Where do you want to...

are you using my branch for testing? can you share your webserver configuration? without configuring your web server for react routing it will not work.

you should something like this in your Nginx config: ``` location / { try_files $uri /index.html; } ``` depending on your configuration you might need something like `/export-all/index.html` in `try_files`...