Boscop

Results 547 comments of Boscop

@Jerem27000 I'm interested in buying a Numark NS4FX, so I'm curious which of the features / controls are working for you already? Did you try to look in the XML...

@darichey Is this still an issue? I'm curious what's the current status. And I'm curious what y'all are using nowadays. Can you please recommend a build tool that I can...

I noticed the same behavior on my machine, also with the Y combinator: ```js Y = λf ((λx (f (x x))) (λx (f (x x)))) (Main n) = ((Y) (λf...

Yes, this is very annoying indeed, that such a fundamental Cursor feature isn't working on Windows. I ran into it the first time I tried Cursor: ![image](https://github.com/user-attachments/assets/7503190c-6981-4c8a-bdc0-013c92cbffe2) Please prioritize fixing...

Yeah, having EdgeDB as a one-click app would be nice.

@zulvkr @iron3oxide I wrote this yaml based on [postgres.yml](https://github.com/caprover/one-click-apps/blob/master/public/v4/apps/postgres.yml) and [the EdgeDB self-hosting doc](https://docs.edgedb.com/guides/deployment/docker) and then in CapRover/Apps I selected to deploy a One-Click app, then I selected this template:...

Yes 100%, @imtuyethan please prioritize this 🙂 Btw, related (partial dup): https://github.com/janhq/cortex.cpp/issues/1570

@frehberg Good point, gluon is doing a log of things right as a host-extension/scripting language. I think there are many use cases where HVM can be useful as an embedded...

@phillipbaird Would you be interested to become co-maintainer of this crate? :)

Regarding `Backoff`: Spinning (either with `yield_now`, `Backoff`, `spin_loop_hint`, etc.) is an inefficient use of CPU resources, there could be oversubscription, and it also wastes energy / CPU cycles (https://github.com/crossbeam-rs/crossbeam/issues/821). Putting...