Sergei Azarkin
Sergei Azarkin
Hello! Thanks for awesome library. I am trying to write tests for my bot, and not sure how to do it right. I've searched the docs but found nothing. Do...
Can we add a bindings for process.on() ? https://nodejs.org/api/process.html Something like this: ``` [@bs.send.pipe: Node.Process.t] external on : ( [@bs.string] [ | `unhandledRejection(string => unit) | `SIGINT(unit => unit) |...
Addressing this issue https://github.com/timche/docker-csgo/issues/39 This is minimal proposition to support current state of CS2 server. We can add new tag for cs2, so older csgo tags are not affected. Added...
This is POC for similarity search inspired by this PR https://github.com/photoprism/photoprism/pull/2005 What it does: - Uses TensorFlow CLIP (ViT-B-16) model to create embeddings ([512]float32) vector and stores it db -...
### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...
Can we have ability to go to previous command in interactive mode with ?