mariari

Results 107 comments of mariari

I'm rewriting this now, I know how I want to do this and remain fast. After I rewrite this, I'm going to implement the functionality in Smalltalk and make some...

Started the work here: https://github.com/anoma/anoma-typescript-client/pull/1

@m1dnight managed to do this

minimal reproducible example: This example requires: 1. a gh token 2. permissions for read org, and read projects The issue is on the `nodes` section ```st githubAccessKeyFile := FileLocator home...

> @mariari: This is a first iteration. Currently, it requires `__typename` to be part of the query. I will appreciate more testing and reports. > The code works as expected...

Also as another issue in the field view is that with or without __typename there `GtGQLValueUnion` lacks a field `gtFieldsFor:` ![lacking-field](https://pomf2.lain.la/f/7lhxi28d.png) However putting a `#_typename` does seem to correct the...

if we put the following in an graphql snippit: ```st query WhatsCooking($board: Int!, $organization: String!){ organization(login: $organization) { login name url projectV2 (number: $board) { __typename title number id items(first:...

do we have an example of doing this?

Please reroll we should do this properly rather than disable it.