Ronald T. Casili

Results 7 comments of Ronald T. Casili

I have encountered [this error](https://github.com/FooSoft/anki-connect/pull/317) as well. You may most likely have a malformed JSON body, or you failed to serialize your request body properly.

@1over137 Oh, to be clear, I'm not using mpvacious or VocabSieve. I'm making an app that uses anki-connect, and I encountered the UnboundLocalError. I'll check the link anyway and see...

`rlPushMatrix` and others are defined in `rlgl.h`, and [rlgl.go](https://github.com/gen2brain/raylib-go/blob/master/raylib/rlgl.go) already uses `rlgl.h`, so it's only a matter of adding wrapper functions for them. The functions might be low-level, but they...

Yeah, it applies to all view engines, although I've only looked and modified the app.render code, so I may not be entirely sure. ~~It's basically an alias for the app.locals.~~...

The document is indeed lacking, and you have to do a bit of source digging to find what you are looking for. The list of views available can be found...

Weirdly enough, I encountered the same exact problem you have and thought of the same solution you had. Is this being actively worked on? I can start working on this...

Not a pure commandline solution, but there is a test result summary in HTML in the build output: build/reports/tests/test/index.html Edit: You can choose what tests to run by with the...