Robert Herber

Results 47 issues of Robert Herber

I just noticed that the web app link in the readme is broken, I guess it should be https://mfrachet.github.io/rn-placeholder/ :)

It'd be better to be able to automatically open a PR than just an issue. Maybe not as easy to do in one step as open an issue - but...

It would be great to be able to integrate RunJS with Github Gists. It feels like just the right kind of place to save/load RunJS code to.

enhancement

It would be great to be able to specify whether "store" saves the response globally for the machine or just for the working directory. This is especially useful for templates...

I often find myself specifying handlers that just returns a value. In those cases I would like to be able to specify that value directly, and not have to declare...

enhancement

I'm really happy to have started using ts-pattern, thanks @gvergnaud for creating it! Today I ran into a typing issue when using `P.when` with potentially undefined values, see this example:...

I'm really missing a way to see which `hook_id` triggered a webhook request. Not sure if this is a question regarding `@octokit/webhooks` or how Github webhooks work in general (didn't...

Type: Support

When using the MongoDB plugin together with external tools I often run into issues because the schema is missing the directive definitions. My current solution is to keep a `schema-directives.graphql`...

### Describe the bug I love codegen and the MongoDB plugin - having full typesafety from Database to Client is just awesome. But I'm running into issues time and time...

I'm using flowtype-errors in a monorepo setup, with this folder structure: - MyProject - moduleA - .eslintrc - .flowconfig - moduleB - .eslintrc - .flowconfig - etc.. It's working great...