Clay Diffrient
Clay Diffrient
After my work upgraded our gerrit installation. This is logging out when I do `gerrit up`: ```bash WARNING: deprecated topic syntax. Use %topic=TOPIC instead ```
Perhaps we should consider standardizing on a set of "lifecycle" callbacks. We have some of these such as `onAfterOpen` and `onRequestClose`. I'm thinking we should deprecate/remove them in favor of...
When doing a few recent contributions, I was unable to build the project on my normal M1 Macbook and instead had to use an older Intel Mac to run the...
Turning on HTML 5 mode via `$locationProvider.html5Mode(true);` in the `app.js` causes Angular routes to be completely unavailable. Is there a work around for this?
### Bug Description ## Bug description The documentation https://posthog.com/docs/libraries/js#setting-user-properties indicates that there is a method `setPersonProperties` that can be called. However, that doesn't appear to be a valid method on...
The existing regex would prevent valid custom elements from being detected appropriately. The [spec](https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name) indicates that a valid custom name must start with a lowercase a-z but the next word...