Ben Zuill-Smith
Ben Zuill-Smith
This gruntfile worked with the package.json line commented out. When it was not commented as below, it failed to parse and "Loading..." continued to display in the Grunt console. Note:...
I'm not super knowledgeable on VB6 interop stuff, but my understanding is that if I make a .NET dll and want to expose it to COM in a way that...
Hey, I thought I'd let the LaserWeb team know that Quadratic and Cubic splines are now supported in dxf-parser 0.5.1. This could eventually lead to some kind of support for...
I can sometimes cache the unchanged state of an entity from the db. I tried attaching it to the context just before UpdateChanges but GraphDiff still queries the db. How...
When my model returns nothing for `model.getAccessToken` because the token doesn't exist in the db, I get two responses. The offending lines are here: https://github.com/oauthjs/express-oauth-server/blob/master/index.js#L49-L52 ``` javascript .catch(function(e) { return...
I'm on v3.0.5 and approvals keeps failing for line ending differences. I've done a byte by byte comparison and confirmed it's just a difference of line endings. The reporter does...
### Your question Is there a way to save an auth context before all tests, and then reuse it in all the tests? Using MSTest for example -- [TestInitialize] is...
I think [this technical profile validation step](https://github.com/azure-ad-b2c/user-migration/blob/master/jit-migration-v2/policy/TrustFrameworkExtensions.xml#L90) is missing a precondition. It should not run the REST call if the user is already found in AzureAD. We only want to...
We still need automated tests on the following entities since they are not covered in any form by the current tests: - [ ] 3DFACE - [ ] DIMENSION -...
Could we get the ability to use a shell script as input? It would be equivalent to ``` $ ssh [email protected] < run-this-script.sh ``` I wonder if that would be...