Óscar

Results 12 comments of Óscar

> if a theme includes custom translations that it wants to use via the `trans` template, these have to be included by the parent `config.toml` and can't be included directly...

I'm having the same issue, even when installing from `master`, unrelated to Shaarli (maybe we should update the issue title?). The emails I get to moderate comments are missing a...

> Could you please confirm in your database that the thread uris start with slashes? For me they do not: ```sql sqlite> SELECT * FROM threads; 1|post-name|post-name ``` Perhaps it's...

After some further investigation, I've come to the conclusion that the issue might not necessarily lie within Isso. Instead, the problem seems to be with how I was setting the...

Came here ready to open an issue for this. Can confirm the fix is working for me too. Just to share my use-case: I use [gitmoji](https://gitmoji.dev/) with conventional commits. A...

That's a good idea! It took me a while to figure out the regex, and I know I'm not the only one combining conventional commits and gitmoji.

Hey @greendolphindance I hope I can help a bit, as I managed to sync the theme switching between the site and the theme. There are two important parts: - The...

Maybe it's possible to grab the bit depth in some other way to output the proper information?

Hey Tim, Thanks for the detailed bug report. Upon reviewing the issue and attempting some fixes, I'd like to discuss the constraints we have when it comes to resolving this...

Thanks for your input! If there was ever a good reason to use JavaScript, it's definitely to make a site more accessible. > We leave the structure of the language...