Nigel Thorne
Nigel Thorne
I was running an example. ``` ExUnit.start defmodule CallbacksTest do use ExUnit.Case, async: true setup do IO.puts "This is a setup callback" { :ok, from_setup: :hello } end test "the...
I have a bunch of NEMA 23 style motors that I was give... so I was trying to adjust the plans to with with those. I replaced all calls to...
Thanks for writing this. It's awesome. I'd love to be able to select browser tabs from the list too. Selecting the tab's title should make the windows active and make...
I checked the build script and ran ``` sudo apt-get update && sudo apt-get install -y autoconf bison build-essential curl gettext git libgd-dev libcurl4-openssl-dev libedit-dev libicu-dev libjpeg-dev libmysqlclient-dev libonig-dev libpng-dev...
Errors reported in CommandBindings and InitializeComponents, when no error exists at compile time.
In the following code... ``` Window "JsonPathSandbox.MainWindow" { Title: bind convert (MyViewModel vm) => "JPathPad "+ vm.AppVersion() +" - Your JsonPath sandbox -- powered by Newtonsoft.Json " + vm.ParserVersion() PreviewKeyDown:Window_PreviewKeyDown...
All the vstemplate files seem to have the same templateid. The manifest says as much also... (all mine are 3e546ccb-f877-4e0a-b738-261193aaade2 ) This causing the following warnings in the VIsual Studio...
I can connect a 1.9.2 client and I get a flat world. Destroying blocks doesn't drop anything... is that expected?
Thank you so much for this idea. I had exactly this problem and this works great for me. I told the rest of the team about it, and some users...
...what's the recommended workflow when forced to change my password, when I was already using SGP, and a site asks me to generate a new one. I don't want to...
I want a plugin to use 'parslet'. I have something like this... ```ruby class AutoBuildPlugin include Purugin::Plugin, Purugin::Colors description 'AutoBuild', 0.1 gem "parslet" def on_enable require 'parslet' #... end end...