Zsolt Ero

Results 297 comments of Zsolt Ero

No, monaco definitely works fine on it's own. My testing cron setup was to run monaco once per hour and planet once per day. It was very obvious that monaco...

No, I made sure that they are not running at the same time. I might just move back Monaco to a conflicting time, but my worry is what if the...

I looked into it, both yarn and pnpm is broken. The only way to make it work at the moment is to specify npm like this: ``` uses: withastro/action@v3 with:...

Sorry, I changed to building by Cloudflare Pages, so I don't have this file anymore.

Hi, Basically the page: https://openfreemap.org/quick_start/ describes how to use the public instance. What you need is this URL: ![image](https://github.com/user-attachments/assets/36769eac-803b-4566-a0a7-5a6a8a39d473) I don't know how to use it with geo-tree. If you...

PNG is raster tiles, PBF is vector tiles. These are two different technologies, and they are not compatible with each other. I recommend asking the geo-three community if PBF vector...

This is super nice! One small point, the help is missing / incomplete for the venv part. I had to read here and try my best guess that I can...

I'm always setting up a venv for every single one of my projects, and I think it's a best practice among Python devs. It's great to hear that I can...

But I'm not getting something. I don't want to init and add, that's the easy part. I want a reproducible dev environment, which cleans up and sets everything up for...

OK, I spent an hour console.logging the source code of babel-plugin, and I managed to figure out that the right alias syntax it needs is the following, with * on...