quietjoy
quietjoy
I believe one way to compare dates only with DateTime objects in EF6 is with DbFunctions.TruncateTime().
I am working on this.
I have opened PR #675 to address this issue.
Hi @pgeeh, I noticed this too. I thought I fixed this issue with #663. Can you make sure that you have the latest code pulled down and check again? Are...
For now, I think it would be a really good idea to have at least one 'Test Organization' in the seed data.
Hey @TomasTomecek - I'm interested. Will try review open items and try to make some headway on the milestone you've already outlined in the project.
I couldn't get `npm install zmq` to work on my windows 10 machine with Visual Studio 2015 installed. I had a very similar log file to what @dbraseth posted. I...
One option is to use the `ansible-inventory` command with the `--graph` option to pull out the hostvars and the groupvars for the particular playbook. It may not pull all the...
`I wonder if ansible-inventory has an API that we could utilize.` `ansible-inventory` is part of the main `ansible` codebase. I've been playing around with the ansible python API, and you...
> I think it would be a great addition to be able to say, define a common base container for a group of hosts in the group_vars and then specify...