Patrick Wyatt

Results 10 issues of Patrick Wyatt

For C# nullable types, e.g. `string?`, this change aims to avoid this warning: `warning CS8669: The annotation for nullable reference types should only be used in code within a '#nullable'...

While trying to fix #93 I discovered that ark can leave a server in an unconfigured state if Chef halts during convergence. Here is the abbreviated code for the "dump"...

Hello. I've created this PR to download the Growl installer from Brian Dunnington's Github repository instead of the www.growlforwindows.com, as the installer is no longer available. I've tested this locally...

Hi, and thanks for creating the fressian-cljs library. I've made a trivial change to the library to fix a warning message that occurs during the shadow-cljs build process: ```` ------...

Your article ["Docker with shell script or Makefile"](https://ypereirareis.github.io/blog/2015/05/04/docker-with-shell-script-or-makefile/) has a link to a missing file "[do.sh](https://github.com/ypereirareis/ypereirareis.github.io/blob/master/do.sh)". Great article otherwise! Edit: I found a copy [here](https://github.com/ypereirareis/ypereirareis.github.io/blob/ca216f6d7b2607db5c16ab18f5c4ef81ec144998/do.sh); apparently it got deleted at...

Updated package config and project files to use Newtonsoft.JSON v6.0.2 instead of 5.0.3

Hello Stephen, This pull request includes support for Elixir, a Ruby-like language built on the Erlang BEAM virtual machine. ![two-queues-3](https://f.cloud.github.com/assets/970958/239361/082230d6-8885-11e2-990a-81afea54d1c7.png) [note: updated image based on results from message-send optimization checked...

Fix warnings that appear on Mono, and use a shell script to perform post-build step so it works with both Visual Studio and MonoDevelop. I've been using your library on...

I just ran into an issue where Github failed to serve up a file properly, and that prevented all future runs of my cookbook from converging successfully. The `github_asset` resource...

Bug