Results 19 comments of Yun Hao

Despite that the bug has been identified as mentioned above, and that I have no idea what the problem really is, I would like to share some of my own...

> No it's not possible to customize that. You will have to rename those fields. sad to know that. It might be a useful feature though. For example meilisearch allows...

Two not-so-perfect solutions: 1. as mentioned above, use ` -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel` plus a) `-Dsun.java2d.uiScale=2`, OR b) `export GDK_SCALE=2` 2. use https://github.com/kaueraal/run_scaled

Thanks for the information. With `LC_ALL=C.UTF-8`, it works. Then it seems to be a nix problem. It reminds me of a similar problem with hledger https://github.com/simonmichael/hledger/issues/1033#issuecomment-497940396.

``` ~/Documents/emanote ❯ env | grep LC ~/Documents/emanote ❯ env | grep LANG GDM_LANG=en_US.utf8 LANG=en_US.utf8 ```

If no one is working on this, I could make a PR in a few days.

You are right. It's seems impossible to install it into Mason's install dir. Its default dir is `~/.local/share/racket//pkgs`. It's also loaded as an racket library, via `racket --lib racket-langserver`. Libary...

> Think this is good to merge? @jose-elias-alvarez Did we miss anything? I would like to see this to be merged. However, as mention above, > If we can just...

I solve this problem by passing in the following address: ``` mongodb://username:password@mongo:27017?directConnection=true&serverSelectionTimeoutMS=2000 ``` as pointed out [here](https://github.com/rwynn/monstache/issues/459#issuecomment-966936588).

This was an old issue but i would also be happy to see if the ais-instantsearch compoent can emit the state changes.