Nick Gravgaard
Nick Gravgaard
I wanted to have a go at doing the dojo, but I noticed the code is currently using dotnet 5 which reached its end-of-support date last week (10th of May)....
I was just working through the dojo, but I ran into problems because [metaweather.com](http://metaweather.com) is down. I have no idea if it's ever going to come back online, but I...
I'm trying to write a program which shows different bits of text at various coordinates in the window depending on what the user types into it. In some ways what...
This PR addresses issue https://github.com/fsprojects/FAKE/issues/2701 of sqlpackage not existing in the same place on MacOS and Linux distros by following the canonical Unix practice of searching the directories specified by...
Currently the path for sqlpackage is hard-coded as `/usr/local/bin/sqlpackage` if the user is using MacOS, Linux or other Unix-like operating systems. This works for MacOS, but results in the error...
Here's the output from a `roc repl` session which shows it listing the function `Str.strToNum` as one which is available to the user, but the `Str` module does not expose...
I think it will be useful to have a mode for files which contain tab-separated-values where the width of columns is constant throughout the file regardless of how many tabs...
This is not a proper implementation of my invention. The whole point of elastic tabstops is that it works by moving tabstops rather than modifying the contents of the buffer...