Egon Elbre

Results 222 comments of Egon Elbre

Found it: ``` javascript uki("#tbl List").bind("selection", function(){ console.log("selection changed"); }) ``` Maybe it should be included in the Table example.

Currently it doesn't seem to support properly, but here's a simple example: ``` type test struct { value string } func (t *test) get() func() string { return func() string...

Not really, it may make sense using in javascript but in a translator it's better to use the method receiver instead. You need the method receiver anyway so renaming the...

Here's a quick-hack-substitute for the previous style function: ``` (defn style [m] (letfn [(px? [k] (#{:height :width :top :left :bottom :right :margin :margin-left :margin-top :margin-right :margin-bottom :padding :padding-left :padding-top :padding-right...

Also, noticed that `golang.org/x/net/trace` dependency makes binaries about ~1MB larger.

Sure, I can work on this. Also, I just realized that there could also be a nicer solution, that doesn't use lock files per se. The download path could: 1....

Yes, that should work fine on the same machine and even on multiple docker images mounted the same cache. In principle it's still a file-lock, but it's using the file...

I have no previous experience with apex/up, but as far as I'm able to deduce it seems that `hooks.build` is a way to override with arbitrary build command? So it...

@eliasnaur I took a look at the `renderMaterials`, but doesn't this imply it'll create a texture for every gradient? For example in https://github.com/egonelbre/expgio/blob/master/box-shadows/surface.go, it currently creates 8*3 = 24 gradients...

There are a few ideas how to implement this: ## Reupload the range Of course, this is a relatively slow approach and consumes a lot of bandwidth. However, we wouldn't...