Marcus Buffett
Marcus Buffett
Played with sleep time, even 1500ms doesn't seem to do it. I am using neovim, does this plugin work with neovim?
Also very curious to know what the status of this is. I've got a wired split keyboard with two sea picros, in theory would I be able to use this...
I get this when trying to run just a bare Solid Start project, with Bun 1.0.1. It seems to launch the server, but because of the Streams error, it doesn't...
@birkskyum I believe the worker thing isn't the main problem, it's the `globalThis` `TypeError` thing that's really breaking things – if I comment out that object assign, it serves pages
I think there could be significant gains by changing how the chessboard is stored. I remember trying to improve the performance of this, and most of the time is spent...
Oh also definitely some sort of pruning, maybe alpha-beta: https://en.wikipedia.org/wiki/Alpha%E2%80%93beta_pruning . Right now there's no pruning at all, which breaks down hard past 3 or 4 moves deep.
Yeah of course, this would be awesome. I've upgraded to the latest of brain.js now, just let me know if you need anything more from me.
@ellie I'd love to take a crack at this as it would be very useful, any high level pointers you can give me? Would you accept a PR for this?
Ah yeah sure, I’ll try to get around to this, if I forget feel free to ping again.For now here’s an official “you can do anything you want with this...
I keep shooting myself in the foot with this issue - sea-orm-cli will overwrite the change to my users.rs file, which includes `save_as = "citext"`, then I accidentally deploy the...