Hari Krishna Dara
Hari Krishna Dara
The below variant works fine: ``` public class Node { protected Node(String tagName, Node[] children=null) { } } public static Node text(String text) { return new Node(text) } print(text("TEST")) ```
> Thankfully there is a pretty straightforward workaround: use explicit arrays or lists instead of varargs. Right, very simple workaround. Thankfully, I already have factory methods that take varargs so...
@hoefling What is the standalone `exists` in the above snippet?
@nicoddemus I am not sure, I added the below imports at the beginning: ``` import os.path from os.path import exists import pytest ``` and got these failures: ``` ___________________________________________________________________________________________________________________ test_exists[foo-True]...
@nicoddemus Yes, that is exactly what I did for that test to get it to pass, but I couldn't make out what change goes into `test_without_mocking`.
One workaround to avoid using mouse is to use browser find to find the chat and then pressing ``.
This happened for me after a restart and now the option is not coming back whether I restart the app or Mac. Is this a regression in the newer versions?
The option is suddenly back today. In the last 2 days whenever it got auto-locked, I had to use password, but today I was pleasantly surprised to see the option...
After using Vrapper primarily for a few weeks now, this is the predominant issue that I stumble across. It basically breaks my workflow every time and slows me down. After...
@keforbes is your change in the unstable update site? I would like to try it out.