Jonne Haß
Jonne Haß
+1 to use the ABI version, which also would play nicely with rubygems `--user-install` install option.
Wild idea... can we tag a specific password to be allowed for cleartext auth and refuse to use passwords without the tag for it? something like making the password `{allowCleartext}myActualNotSoSecretPassword`
It pretty much forces it to a user choice. I can easily imagine an application only exposing a host user and password parameter, but not one to give the full...
I probably won't find time for it but I'll happily accept a pull request porting to an highlight.js alternative. IIRC they stated they won't be supporting any new languages anymore....
Sure, make one 😉 I'd prefer something general though, less so something crystal specific.
I guess we could go with a cogwheel, though it feels quite generic tbh. This particular one I think might be a bit too detailed, especially for a favicon, don't...
Given playground examples are all single file and mostly self contained and small (way below 200LOC on average) and given the playground is a demonstration and not a development tool,...
Curious, seems to be up for me: ``` $ curl -6 https://play.crystal-lang.org/runs/157a {"run":{"id":"157a","language":"crystal","version":"0.18.7","code":"require \"json\"\n\njson = %({\"a_key\": {\"value\": \"the value\"}})\n\nmodule ValueConverter\n def self.from_json(pull)\n value = nil\n pull.read_object do |key|\n value =...
No, I didn't change anything. The data for the select is dynamically loaded the same way the data for run results is loaded, so both breaking at the same time...
Do you connect over IPv4 or IPv6?