Per Rovegård
Per Rovegård
Just tried to migrate a project from the original compiler to redux. One of the errors I encountered is this: ``` angular.module("foobar", ["dep1", \ "dep2"]) ``` I get: ``` Syntax...
As noted in #328, a line continuation backslash followed by a windows newline causes the preprocessor to bail out. This isn't unique to array literals, of course, but that's the...
I had an issue with a typographic quote in the title, got: ``` Traceback (most recent call last): File "gh-issues-import.py", line 387, in import_issues(issues) File "gh-issues-import.py", line 356, in import_issues...
I'm trying to create a useful NUnit wrapper for NSpec. I have created an NUnit TestDataSource that discovers all NSpec examples and generates NUnit test cases on the fly. That...
I'm exposing a "type object" that implements `ProxyInstantiable`. I wan't to be able to check if the instance returned from `newInstance` is actually an instance of the type object. Here's...
I'm in the process of migrating code from Nashorn to Graal. My host language is Scala rather than Java. I've encountered a problem with calling a varargs method from JavaScript...
**Describe the issue** We have recently moved origin, and we have ~4000 tags that we want to push to the new origin. The visual effect is that `git push --tags`...
## Expected Behavior A typed parameter in a Nancy route is included without type in a route path in swagger.json. ## Actual Behavior The parameter type remains in the route...
## Expected Behavior Content-type for the _swagger.json_ endpoint is `application/json` (possibly with charset). ## Actual Behavior Content-type for the _swagger.json_ endpoint is `text/plain; charset=utf-8`. ## Steps to Reproduce the Problem...
I had a problem whereby some tests would mysteriously fail every now and then, perhaps 1 time out of 20. I mocked a function to return `true`, but sometimes it...