Eric Moyer
Eric Moyer
You can also link to items within that repository without making a gist. This is useful to people with commit access to the repository. Go to the source tab, navigate...
It would be nice to have an annotation specifically to make Tap ignore variables, e.g., `@tap_ignore`. Since `ClassVar` would be less common, asking users to use both might be sufficient....
@hzeller I was able to use ```starlark http_archive( name = "com_google_googletest", sha256 = "199e68f9dff997b30d420bf23cd9a0d3f66bfee4460e2cd95084a2c45ee00f1a", strip_prefix = "googletest-5376968f6948923e2411081fd9372e71a59d8e77", urls = ["https://github.com/google/googletest/archive/5376968f6948923e2411081fd9372e71a59d8e77.zip"], ) ``` in my `WORKSPACE` file. If you're using Abseil,...
[The React 17 Release Candidate was published on 10 Aug 2020](https://reactjs.org/blog/2020/08/10/react-v17-rc.html). So this issue is getting more urgent.
@Chellapandi I'm not using this anymore, so I have no idea if this advice will make any difference, but you could try adding a dependency on this branch: https://github.com/google/re2/tree/abseil (based...
That adds `abseil` (Google's general-purpose library); the error message says to add `re2` (its library for regular expressions). I suspect you need to add the branch I linked, which is...
This PR fixes #32 (I won't be submitting a PR now.)
Because of RSI, I use an eye-tracker and foot mouse buttons to minimize hand use. The eye-tracker only works with a single-monitor setup. Even though I have the widest monitor...
My current workaround is to go into responsive design mode. (CTRL+ SHIFT + M on Firefox) I set the resolution to 768x847. The "responsive design mode" toggle toggles the sidebar.