James Allen

Results 6 issues of James Allen

Attempting to install wdm to get Guard working on Windows but get this even though I do have the Ruby DevKit installed: ``` Installing wdm (0.1.0) Gem::Installer::ExtensionBuildError: ERROR: Failed to...

I'm trying to use `rewiremock` after converting from using `rewire` in a typescript project. ```typescript // ./rewiremock.ts import rewiremock, {addPlugin, plugins} from 'rewiremock' rewiremock.overrideEntryPoint(module) // this is important. This command...

Just wondered if others would find this useful... I'd like to see a `new` command so when using the command line I can do ``` shell sql-migrate new udf-ParseDate ```...

I'm on day one of using OmniSharp but once I got it running in Spacemacs (via [omnisharp-emacs](https://github.com/OmniSharp/omnisharp-emacs)), the result of a refactor (`omnisharp-run-code-action-refactoring`) was not what I was expecting. Given...

I've only just landed on this and I need to be able to read tags but also set them. My use case is for an admin tool for a church...

I want to define a column which is an array of enum values, but whilst I can create the table and execute an INSERT, I can’t select the record back...