Jakub Okoński

Results 51 issues of Jakub Okoński

Hello, I'm interested in using mustache.go, but I'm curious about it's performance against the library made by creators of Go. Are there any benchmarks or have you tested it already?

I noticed that the discard threshold when opening folders of bookmarks is hardcoded. Would it be possible to add an option to increase it?

It would be very interesting to have relations of versioned models. When modifications include id of an object, then it can be modified later, so it fails when we are...

This is an early draft but is usable and I made specs test it too. We could more easily generate introspection data from this notation. Adding `__typename` under every `Object`...

This fixes the two test cases related to typename. Should we make `__typename` and other type-system related information explicit and required for `object` schemas? I also had to change this...

Hi, Has the work on introspection started yet? I would like to help if you can give me some pointers. I want to use this with elm-graphql, but it requires...

GitHub supports parameters like `?type=public` so that would be interesting. Maybe Fetchers could scope to provide pretty syntax like ``` Fetchers::User.with(type: 'public').repositories ``` Could use [Ropet](https://github.com/farnoy/ropet), but there's no boolean...

`Repository` and `User` are almost done, so there's need to do more.

All classess are a mess right now and need serious cleaning up and rethinking design.

feature-request

The GLSL config is missing some file extensions for new shader stages. https://github.com/github/linguist/blob/8011321f1394b5c3fc1f8ef242775af640df8f7d/lib/linguist/languages.yml#L1801-L1806 The up to date list of stages is as follows: ``` .vert for a vertex shader .tesc...

Improvement