Michael Webb

Results 25 issues of Michael Webb

It would be nice to throw an error on startup when type usage is without resolution methods. For example, the following would be invalid and throw an error: ```gql type...

breaking
enhancement

### Link to the code that reproduces this issue https://github.com/mjfwebb/nextjs-neo4j-graphql-error ### To Reproduce To reproduce the error just run the repository code with `npm run dev` and open http://localhost:3000/api/graphql in...

template: bug
area: Edge

Hello! A super nitpicky issue, but I just noticed it and thought I'd report it anyway: The error thrown here uses the word "exists" when it should be "exist" https://github.com/graphql-compose/graphql-compose/blob/0ab3caf08fae78ac4c346b3a30c08737f4545911/src/TypeStorage.ts#L39

Here's a basic example which shows the issue: https://codesandbox.io/s/nifty-river-olt52e?file=/src/App.tsx When we add a styles prop to a Breakpoint we get a Typescript error: ```ts No overload matches this call. Overload...

The library is throwing an error if the validate argument is not an array. We should be able to handle both an array of arguments and a single non-array argument:...

confirmed
bug report

# Description Removes unused scripts mainly, and does a little cleanup. ## Complexity Low

We can connect to OBS Studio through the websocket (if the user enables the websocket server in OBS itself). This will enable us to perform OBS related actions triggered by...

enhancement

When a user adds a new emote to their emote source listen to these updates and subsequently update the emotes loaded into the bot. Reference: https://github.com/FrankerFaceZ/FrankerFaceZ/blob/master/src/socket.js

enhancement

Currently, you can enable text drop shadow with the Chat dashboard UI. The browser's text-shadow CSS allows multiple rules to be stacked together to make more interesting (thicker) shadows, but...

enhancement