Pablo Largo Mohedano
Pablo Largo Mohedano
Seems like I'm affected too and I don't have any clue about how to solve this
Ok, now I've registered the routes like this: ```vala app.use(basepath("/admin", new ValaBB.Controller.Admin.IndexController().handle)); app.use(basepath("", new ValaBB.Controller.IndexController().handle)); ``` and the both routers are working. But if I register the routes like this...
I don't know any other way to use gresource with Meson, I thought that `gnome.compile_resources` was the supported method...
In my first attempts I was not passing any `--gresourcedir`. I've modified again my `meson.build` to look a little more like the example you are showing me but with the...
For now, I've started maintaining a package to get the updated data crawled from official sources. I have plans to improve it, maintain it and implement an auto-update method using...
@DavidePastore Hi! I have plans to auto-update my package using Github Actions. For now, I'm waiting on the Italy's devs Slack team to confirm if I rename the belfiore code...
Related to the country, I would pass a 2 letter ISO code but I'm unsure how it would feel the API to the end user
Excuse me, I don't want to sound rude, and I will not pollute the issue section with more comments like this: the request is for documentation, and if I was...
I would like to see if I can get some time for this. What would be the best default option? I personally would find the relative path the best option.
That's what I was figuring. Let's see if I can make a PR this weekend. So, we are limited to passing the base path to calculate a relative one, right?...