Shawn Flahave

Results 7 comments of Shawn Flahave

I like Ant Design's TimePicker component as a design guide - it's more compact than Material-UI time picker with it's skeumorphic analog clock design. https://ant.design/components/time-picker/

Here's how I got it to work: ``` document.removeEventListener('mouseover', getEventListeners(document).mouseover[0].listener, false) ```

@marceloverdijk - It looks like GraphQL-Java-Kickstart added support for that spec: https://github.com/graphql-java-kickstart/graphql-java-servlet/pull/102

> @alexplumb Thoughts on the above solution? This PR should solve this issue. Just FYI - I tried @braxex 's PR on a Gatsby site and it seems to have...

I'm seeing the same issue. I'm trying to use a custom marker with the `image` prop, like this: ``` ``` The app is an Expo app with the managed workflow...

Update: It seems that the issue is really that the `@Embedded` properties are defined on an abstract parent Entity, `TransactionPO`, which is annotated with `@MappedSuperclass`. In the example repo, there...

Update: We found that instead of copying the `@Embedded` properties into every subclass, we could just remove the `@Embedded` annotation