Michael Hadley

Results 5 issues of Michael Hadley

Given the following component: ``` js import Component from 'metal-jsx'; import {range} from 'lodash'; class CoolList extends Component { renderMessage(index) { return {`my message ${index}`}; } render() { return (...

bug
jsx

I was trying to add an `initialize` callback to my custom element, but it didn't seem like it was ever being called. After looking at the source [here](https://github.com/NoRedInk/noredink-ui/blob/master/lib/CustomElement.js#L118), it seems...

## Description We currently set `ErrorCode` in `HTTPError` from the `code` field in raw responses from the WorkOS API, but only in certain cases, [like getting a `422`](https://github.com/workos/workos-go/blob/ec9e683bba39ec3b05abc7376c633929fc98376f/pkg/workos_errors/http.go#L47). Otherwise, `ErrorCode`...

I don't know if anyone else has run into this, but I noticed after installing the plugin that the first time I open a `soy` file, all of it's doc...

Hey there! For starters, thanks for making this awesome library! I was having some problems today with `ElmTextSearch.remove`. After calling it to remove a document from an index, I noticed...