Ketchetwahmeegwun T. Southall
Ketchetwahmeegwun T. Southall
The following code produces `cannot use as in argument to switchTo`: ```go package main import ( "github.com/cosmos72/gomacro/fast" ) func main() { interp := fast.New() interp.Eval(` import "fmt" type Scene interface...
Unless I have missed something critical, a conference room's subject is unable to be changed through the UI. It would be nice to allow subject/topic changes through either the conference...
Would it be possible to have HTML output generate data attributes so that elements can have a custom data attribute that provides the line and/or column? The reason for this...
In relation to PR #20, `HasTags` has ended up being one of the heaviest function calls in resolv. In terms of optimizing this, would it be possible to introduce using...
I'm currently optimizing a particle effects subsystem and am running into some performance issues with a large amount of particles (1000+). Although I'm not expecting there to be that many...
I upgraded a project from 23a0d19a6b1e to 3d21d22d88e2 and am now having troubles converting a struct to an interface. The exact problem stems from converting a struct with an embedded...
The manual URL ranking system, wherein you list the submissions in a manner such as: ``` 1 https://user.itch.io/game 2 https://some_account.itch.io/game ``` does not support URLs that contain underscores. Some accounts,...