evbo

Results 191 comments of evbo

one problem with the Plotly forum is it requires separate login, whereas Discord offers federated login through Github. Honestly... too many web accounts is enough of a hurdle to prevent...

@alessandroblaco thank you! That example is definitely a fine addition to the javascript plotly docs. Are you familiar with `pappa`? It is a fast csv writer. I'm wondering if it...

@Xbox-Series-X-User I found a recent reddit posting that seems similar to what you're suggesting to get dosbox-x booting and running win98 games. Is this what you did?: https://www.reddit.com/r/dosbox/comments/l71k2r/comment/h4vgaru/?utm_source=share&utm_medium=web2x&context=3 I've successfully...

@Xbox-Series-X-User agreed. I just used `dosbox x` to create and install a windows 95 HDD img. I install directx, S3 Trio 64V+VLB drivers, voodoo drivers. I run an example Windows...

@Xbox-Series-X-User That's exactly what I did, except I didn't choose PCI for the display. Now I've tried your steps but same results: It works installing s3, and it says I'm...

`dosbox-core` (latest 2022 release) is a very convenient Retroarch Core that supports windows 95 wonderfully and does not suffer from the above issue when run via Retroarch on **Linux**!: https://github.com/realnc/dosbox-core/issues/41#issuecomment-1046067731...

@gwenn I exported that env var and it worked. I tried adding that env var to my cargo.toml and this didn't work (would be great to codify that env var...

@thomcc that would be awesome - especially since `[env]` config in my cargo.toml doesn't seem to trigger them being included. @gwenn that's odd, because the _library_ (*.so) that I compile...

@gwenn thank you for sharing. I have `rust-postgres` code that performs `FromSql` for `&str` and `Option`, so I did not know `get_ref()` existed. This is a total game changer, thank...

Hi, would love a way to debug print rows without having to individually `.get` each column when rapid prototyping. Any chance this is getting merged in or is there a...