ncaq

Results 147 comments of ncaq

Data URLに変換すると読み込まれることがあるらしいので試してみるべき

これIndexedDBに保存するデータもEitherにするべきだと思ってましたが、 保存するのは `T | undefined` のままでも良いかもしれません。 別にエラーの理由は保存されてもそんなに嬉しくないので。

> The problem here is that ~/.local/bin isn't Haskell specific and this could interfere with other tools. Perhaps it would be better to make a new directory for Haskell global...

My workaround in Dockerfile. ```dockerfile ENV LANG=C.UTF-8 ENV LC_ALL=C.UTF-8 ```

I write git hook. ~~~sh #!/usr/bin/env bash set -eu [[ $(git config user.name) == $(git config --global user.name) && $(git config user.email) == $(git config --global user.email) ]] || (echo...

Isn't it good that you are specifying here? https://github.com/mdgriffith/elm-ui/blob/acae8857a02e600cc4b4737ca2f70607228b4489/src/Internal/Style.elm#L1116

要素に合わせて自在に縮尺したいなら、画像はその要素のbackground-imageで指定する方が楽ですね

I try https://github.com/microsoft/wslg/issues/173#issuecomment-910172263 solution. I write to .profile. ``` wsl.exe --user root --system bash -c "echo '[keyboard]' >> /home/wslg/.config/weston.ini" wsl.exe --user root --system bash -c "echo 'keymap_layout=us' >> /home/wslg/.config/weston.ini" wsl.exe...

This is not a direct solution, but I will post my workaround. I decided to use [Keyhac](https://sites.google.com/site/craftware/keyhac-en) to solve this problem. This is a keymapper that allows you to write...

@abdelmounim-dev I am sure this is the case. In the end, the rewrite method didn't work because it reset the system. ``` wsl.exe --user root --system bash -c 'echo [keyboard]...