Amir Abushareb
Amir Abushareb
@stephenmathieson IMHO at this point you would want to use builder directly, it makes it extremely simple :D @matchdav just curios if "expirement-render" renders the expirement, why not have "expirement-boot"...
> I understand that's a better way to do it, but I'm reorganizing another monkey's code and it's kind of a stop-gap TBH. I just don't want the current namespaces...
yeah, one problem that might occur is with `require` though we can prob put it in it's own file...
I'm not sure how to go about adding this, looks like `engine.Set()` is used for gauges :/
so, something like this? ``` type Set struct {} ... func (e *Engine) Unique(value string) { .. } ```
can't really understand the issue, can you add a gist that shows this ?
can you try doing `.translate(x, y)` / `.to(x, y)` instead ?
thanks for reporting, yeah in general you should use defer until the body exists, you can either include the script after the body is loaded or `body.onload` or something. examples...
@hems @Loris1634 can you guys come up with a tiny html file that reproduces it ?