Results 29 issues of David Jeske

How do you build this javascript into an app? I'd like to make some patches, but i'm not familiar with this type of app.. is this built with Electron? Something...

It would be great if it would show common summoners too... without this, I still have to have websites open when quickly grabing a setup for an unfamiliar champ

It would be great to have a way to rename/reorder local pages inside RuneBook. ----- P.S. i'm glad for your efforts on this... We desperately need per champion rune page...

This is to use as an open discussion thread.

discussion

...or at least support compute shaders as an alternative... ...because (a) it'll work on Metal / Mac, and (b) the [performance of geometry shaders sucks](http://www.joshbarczak.com/blog/?p=667) https://forum.unity.com/threads/ios-11-metal2-has-no-geometry-shader.499676/#post-3315734 https://stackoverflow.com/questions/50557224/metal-emulate-geometry-shaders-using-compute-shaders

discussion

We have a need for two related capabilities: * ...a way to make a copy of an open polymorphic record * ...a way to make a new record which differs...

This allows macros of the following forms: ```scheme (defmacro access_field (access_field a) -> a.field) ;; test record creation in macros (defmacro create_record (create_record a) -> {field=a}) ```

here is my stupidly simple first commit. :)

Irken should use #[1 2 3] for creating vectors instead of #(1 2 3). This will be more congruent with using x[y] to access vector elements.

Invalid infinite type constructions should be a compiler error. In order for a recursive type construction to be finite, the recursion needs to be optional... that is, there needs to...