Sean Mackesey
Sean Mackesey
Current dependencies on/for this PR: * master * **PR #9095** 👈 * **PR #8733** * **PR #9013** * **PR #10496** * **PR #10489** * **PR #9113** * **PR #10712** *...
Current dependencies on/for this PR: * master * **PR #9095** * **PR #8733** 👈 * **PR #9013** * **PR #10496** * **PR #10489** * **PR #9113** * **PR #10712** *...
I also have this problem. I tried doing `raise` then `focus` and it didn't work. I did notice that if I already have a window of the target application focused,...
Adding my two cents as a user dealing with this issue for a long time. Given some application `app` and a window of that application `win`, here is what has...
@asmagill Just tried `app:activate() ; hs.timer.usleep(10000) ; win:focus()` and it works just like the `doAfter` code I posted above. Great news that you're working on deeper solutions to this (and...
Agreed -- they're [also unclear](https://guides.emberjs.com/release/models/relationships/#toc_polymorphism) on whether you have to do anything special with JSONAPI: >Note that, for polymorphism to work, Ember Data expects a "type" declaration polymorphic type via...
Thanks @lsegal for the clear and detailed response. The reasoning that the container must be public for the child to be public does make sense. I would have inferred that...
>I'm not sure I'm following here. What's the repro case for this? If you apply @api public to MyClass in a transitive fashion (default behavior), my_method will be marked as...
Yes, that query works-- I understand about the params, but `set_label` still seems broken. In fact this seems related to another issue that I've run into. The general problem is...
After running back through a bunch of versions, I found that Neo4j 3.0.0 produces what I would expect: > testlabel1 > testlabel2 > testlabel2 And throws an exception on the...