Olivier Patry

Results 29 issues of Olivier Patry

### Steps to reproduce 1. Clean your output (`rm -rf output/ tmp/`) 2. Compile your site with diff support (`bundle exec nanoc compile --diff`) ### Expected behavior `output.diff` file generated...

type:enhancement :sparkles:

I had an error while searching, having a retry button state. Then starting another search left error state visible while displaying search results. ![Screenshot_20221105-203837.png](https://user-images.githubusercontent.com/362710/200137979-bf311384-ef0a-45b2-9cb5-131eb5fb7e77.png) ![Screenshot_20221105-203433.png](https://user-images.githubusercontent.com/362710/200137933-fc982523-0b20-46df-a9bb-449d1560f6ac.png)

When using custom emoji alias in profile name, it's easy to have a name longer than allowed 30 characters. When using `"Foo bar :someEmojiAlias:"`, `:someEmojiAlias:` should count for 1 character...

See https://ftp.gnu.org/gnu/aspell/dict/0index.html - [ ] Check license is compatible

- [ ] Drop any `words_[a-z]{2}_[\d]+.txt` in app's data dir (esp. for Desktop) - [ ] Add a button to open a file picker in `DictionaryPicker` (would need `CompositionLocalProvider` for...

enhancement
compose

When transitioning from dictionary picker to loading to game to "how to play", there are several freezes. - Should we do more work in background? - Should we optimize recomposition...

bug
compose

- [ ] We should honor system's dark mode choice. - [ ] Status bar & navigation bar should follow the theme chosen is app settings.

bug
compose
android