Robin Zimmermann
Robin Zimmermann
From the [collaborators API doc](https://developer.github.com/v3/repos/collaborators/#list-collaborators): > Note: The Nested Teams API is currently available for developers to preview. See the blog post for full details. To access the API, you...
My installation used to work fine, until I upgraded my Mac to Sierra. Now I get errors like the following when I'm in a directory that is a git repo:...
### Describe the bug Screenshot of error in the app and in the Javascript console: Reproduces almost immediately: 1. Clone the [Vitesse Nuxt repo](https://github.com/antfu/vitesse-nuxt3.git). 2. Run `pnpm install`. 3. Run...
Comments in the JavaScript code seem to cause confusion. If I take this code: ``` javascript var handleProtocolClick = function(event) { protocol = getProtocolFromId(event.target.id); var index = $.inArray(protocol, state.protocols); if...
The following markdown does not render correctly: ==== BEGIN example markdown ==== 1. Run the following commands to achieve extreme success: ```bash $ cd .. $ echo "extreme success!" $...
There are times when you want the form to clear if successful, but not if it fails. For example: - Fill in the register new user form. - But make...