Per Rovegård
Per Rovegård
Sounds good! Since it works in Nashorn, I'd also say that it's important from a migration perspective.
@woess thank you, that worked well! An addition to `ProxyInstantiable` would be cleaner, though.
It works if I call `items` with 3 arguments. Thus, the problem is the case when a single argument is passed for the `rest` array. I found a workaround: ```scala...
Hi! Not sure what you mean by "specifying that remote explicitly by name". I tried: git push --tags origin master But the same thing happened. Fetching before also did nothing;...
I don't have a `.lfsconfig` file. I ran `git for-each-ref | grep refs/remotes/origin` and get about 250 branches (there's a lot of old branches that need to be removed). Not...
Update: I temporarily disabled Git-LFS, pushed tags, then enabled it again - and now pushing tags works as expected. Feel free to close this issue.
I solved it by wrapping vue2-jest and converting the source map to a comment: `vue-preprocessor.js`: ``` const inner = require("@vue/vue2-jest") const convert = require("convert-source-map") module.exports = { getCacheKey: inner.getCacheKey, process(src,...
Hm, is the idea to manually deduce this from the repo output, under "Expectations set"?
Sure! However, in my particular case I realized just after posting the issue that I could just look in the "Expectations set" list to find out which the call was....
So, an object (mock) centric view? In case of a failure, here's what I would like to know: - For a missing call, what the expected call was and where...