polygott
polygott copied to clipboard
Base Docker image for the Repl.it evaluation server
In any Elixir repl, running `elixir --version` to print the version of installed erlang and elixir crashes with the following error: ``` Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10]...
Because some user is saying "help me there is error" without install ffmpeg-static
`.replit`: ``` language = "c" run = "([ $(which sdl-config) ] && make && ./basque) || install-pkg libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev" ``` Everything appears to install correctly: ``` ([...
[HLS](https://github.com/haskell/haskell-language-server) is the project collecting most of the manpower for Haskell IDE backend development. It supports LSP, and I saw that the README.md of this repository mentions LSP server, so...
Since COBOL requires access to the `/usr/share/` folder, would it need more than just a TOML file?
Wakatime is a tracking tool used by many developers/freelancers to check their coding activities also by freelancers to showcase the no of hours they have committed to a single project...
It would be cool if, in the TOML file for a language, there could be an option to specify the repl command (repl as in LISP repl rather than Repl.it...