Harry Vangberg

Results 12 issues of Harry Vangberg

Reloading in development mode would be really nice. The process of disconnecting/reconnecting gets really boring. Kthx.

It should be easy to test your Isaac bots.

Right now Isaac is blocking on events. We need async handling. One easy solution would be to switch to EventMachine. What others?

I'm working with binary data, and it would be nice if assert.response let you specify the encoding, otherwise the results are wrong.

`send_data "divert_events on\n\n"` in `Outbound#post_init`

https://github.com/phiresky/sql.js-httpvfs Could this be used, instead of loading the whole database?

autocomplete

Often I know the German word, but I am not 100% sure on spelling or if the meaning is as I remember. Would be nice to be able to look...

autocomplete

What is the best way to extract structured responses from GPT-3, such as a [list of grammar corrections](https://twitter.com/ichverstehe/status/1586078234802016256)?

linter

With this simple script: ``` var merlin = require("merlin"); var fs = require("fs"); fs.readFile("test/fixtures/matador.jpg", function(err, data) { var img = new merlin.MerlinImage(data); var newImg = img.resize(200, 200); }) ``` I...

### Describe the bug UI components (e.g. `mo.ui.button`) behave inconsistently when rendered in a `marimo.ui.table`, depending on whether it is stored within a Python dict/list or a Pandas DataFrame. In...

bug