Wade Mealing
Wade Mealing
Not sure what the issue was, i had to re-install qt@5 with brew. brew install qt@5
As a heads up. The "Creating a terminal application" links to https://www.erlang.org/doc/apps/stdlib/assets/tic-tac-toe.es, which has a problem. The board characters served up the browser seem strangely encoded. But when I use...
Probably a character encoding issue on the server. I think the problem is that its serving this file as: Content-Type: application/ecmascript While it should be: Content-Type: text/html; charset=utf-8
I got tricked for a while, as I had forgotten that the string paths were regular expressions. This post is left for other users who may wonder why pegas is...
I had similar issues with the erlang repl, had to set the project explicity. I had it check for rebar.config, but maybe you could check for squint.edn. ``` (defun my-erlang-set-project-root...
I would find this feature pretty neat, it would simplify my code: https://github.com/wmealing/cellium/blob/master/apps/cellium/src/native_terminal.erl