Marais Rossouw

Results 34 issues of Marais Rossouw

If you have any ideas on how to get this library supported in deno, please help me raise a PR.

good first issue

As abit of background, `diary` has been largely inspired by the logging in "backend" world—such as `go` or `rust`. With the idea that you simply run `log.debug` with some message...

I absolutely love this!! Ever since [@tj](https://twitter.com/tjholowaychuk/status/1263879183899426817?s=20) tweeted about using this, it never really occurred to me about using such a theme. However; I use JetBrains - and would love...

## Description of the feature With the new Relay Rust compiler — it'll post queries during compile time. Would be great to offer an endpoint here to receive those FormData...

enhancement

I'm currently developing a component that I'm needing to emulate inside of the iOS simulator. To combat some iOS specific issues. Anyway - so Im using the preview mode, but...

feature request

![image](https://user-images.githubusercontent.com/599459/82633678-09d44380-9c3f-11ea-9e01-87e3a0612369.png)

With wrangler 2 the `route` property is like; `route = { pattern = "https://example.com/*", zone_id = ""}` thus this following line fails with like `http://[object Object]`; > `[mf:err] TypeError: Invalid...

bug

> Logging here so I don't forget. --- for the query: ```graphql query BlogArticleQuery($isAmp: Boolean!) { article(slug: "example") { title(amp: $isAmp) { value } } } ``` should ideally generate...

bug

for the definition: ```graphql type PostNotFound implements Node { id: ID!; } type PostMoved implements Node { id: ID!; target: Post!; } type Post implements Node { id: ID!; body:...

Relay has the ability to query for an `__id` on anything to get back its internal store type. However, this isnt we put in our SDL. So was wondering if...

feature
area:frameworks