Danny Navarro

Results 15 comments of Danny Navarro

Ideally, it'd be great to have something along how cargo deals with configuration overrides, see [platform specific dependencies](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies). In the case of kodiak it could look like this: ```toml ['pr_predicate(number_commits...

Getting back to this project is something that's been in the back of my mind in the last few years. There were so many things left to be done, with...

With concrete value types for GraphQL, consumer code will have to provide a function to convert a custom type to a GraphQL data type. This function would have to be...

@jmatsushita Actually there are many things in `datagraph` that would be useful for this project. Actually I get asked frequently why not do something similar to [`servant`](https://haskell-servant.github.io/) so that we...

This approach is very interesting and I think it's worth pursuing, but this would deviate too much from the initial intention of this project, which is just a Haskell port...

Mapping the GraphQL type system to Haskell's one is something that has come up before. It would really neat, but my position on this to have it working first at...

I haven't checked elm-graphql but now that you mention it, I'll try to look it up when I can, because it sounds really interesting. There was some discussion a while...

String literals need to be actually taken care of, right now the `stringValue` combinator parser is just a stub. If you are feeling adventurous you can try to include a...

There is [copy-clone bug](https://github.com/openzfs/zfs/issues/15526) in ZFS that may be related. In my case, setting `package-import-method=hardlink` fixes the issue.