Paul Joannon

Results 71 comments of Paul Joannon

Part of this issue is fixed by 35a2adb. However, subfiles don't trigger a recompilation when they change for now. I've opened a proposal (godotengine/godot-proposals#2477) to be able to make this...

Nothing looks wrong per se. I'm still not a fan of calling `GetNode` every single frame to retrieve the same node over and over again when it could be stored...

> I think it would be nearly impossible to do properly in inkgd. Resetting `InkRuntime.should_interrupt` will probably be enough, but I'll monitor this. Yes, imho the only right way would...

My two cents on the matter. I second the comment above. Currently most of what's under `~/.config/itch/` would be better off in `~/.local/share/itch/`. Keeping the actual configuration files under `~/.config/itch/`...

Is there a usual way other Electron based application are going about that? Maybe taking a look at well built ones like [itch](https://github.com/itchio/itch) could help.

@electavire that's already pretty cool tbh

Nice! Maybe we should open a new issue to discuss i18n? It's obviously an important topic. My two cents for what would be possible today: there still isn't any way...

`meta` and `title` tags should anyway always be hard defined in the html file, as they're parsed by robots (often) without javascript support.

When you saw that error, what was the status of the ink/json resource? Was it showing as imported correctly?

Sorry about all the CI issues, didn't realize we needed to write `` as `<>`. Fixed the last one, but won't push before there's an answer to that last question...