Giorgi Kavrelishvili

Results 3 issues of Giorgi Kavrelishvili

For example I have an object defined using the `eval` function like this: ```js const myObject = {id: 1}; ``` I want to add a function to it with a...

I created a framework for the LibUI in crystal lang, it would be nice to include it here 👍

An example like this: ```crystal require "graphql" @[GraphQL::Object] class Wallet < GraphQL::BaseObject @[GraphQL::Field] property id : String def initialize(@id : String) end end @[GraphQL::Object] class User < GraphQL::BaseObject @[GraphQL::Field] property...

bug