Igor Afanasyev

Results 72 comments of Igor Afanasyev

My feeling is that we shouldn't generate terminology terms implicitly. Removing such 'extra' terms will fix that bug automatically.

Hi Friedel, Thanks for your comments — we've ben going through this code together with Taras today, and your explanation aligns with our understanding of this logic. Without doubts, this...

> Was the performance the reason you looked into this? We looked into this because our goal was to implement the ability to use any arbitrary project as a terminology...

goplay.space is hosted on a personal server with a limited capacity, so if you plan to embed multiple instances of it on your web page, I strongly recommend hosting your...

Thanks for the suggestion, Alexey. Unfortunately, `go vet` is a command, not a package one can use directly from external code, so it makes it currently impossible to plug into...

GopherJS is a dependency of Vecty, so there's no need to mention it explicitly, as `go get -u github.com/iafan/goplayspace/...` is supposed to install both Vecty and GopherJS. Not sure why...

I think this is exactly what browser tabs are for. You can open a new browser window for your coding experiments and keep several tabs open, then discard the entire...

I know about Go fonts, and tried using them, but apart from nice nostalgic feel, I find them much less legible than default system monospace fonts and Fira Code font....

You can play around with the server locally with changing just [one line of code](https://github.com/iafan/goplayspace/blob/master/static/style.css#L192) to have "Go Mono" instead of "Fira Code". I'll be happy to add the support...