Hiromi Ishii
Hiromi Ishii
I use Mighttpd2's reverse proxy functionality to assign subdomains to web services. I'm currently developing service using WebSockets, but it seems that mighty doesn't support websockets connection over the reverse...
### Your environment Which OS do you use: Ubuntu 20.04.2 LTS Which LSP client (editor/plugin) do you use: VSCode + vscode-haskell Describe your project (alternative: link to the project): plain...
I've been using the Eval Plugin of HLS, which provides us with a pleasant alternative for REPL. That plugin provides a way to evaluate (or execute some simple ghci-like commands...
When I generate HTML page from TeX source, I sometime have to convert TikZ diagrams to external `svg` or`png` files, and replace it with `` or `` tags. Currently, I...
Hi, First of all, thank you for your great library and great expositions! This library is really cool indeed. ## Feature Request: Pure interface for Gen Currently, there is an...
## Overview Creating an empty file makes LSP client stop working and demands reload of an entire workspace (not restarting LSP). Editing existing (well-formed) dhall file and leave it ill-formed...
### Summary When Multiple Component Support enabled, HLS won't update the state even when any `*.cabal` file update. ### Your environment Which OS do you use? macOS Which version of...
### Your environment Which OS do you use? macOS Sonoma 14.5 (23F79) Which version of GHC do you use and how did you install it? GHC 9.4.8 and 9.8.2, via...
It seems that Schema Store recently changes their API endpoint to www.schemastore.org, instead of old json.schemastore.org for some reason. For example, although I could not find any actual discussion or...
`FUN r` has only a data Functor instance, but it can be given Control Monad structure provided that `r` is `Dupable`. This PR just adds that instance.