Agost Biro
Agost Biro
Hi, I'm very excited about this work! I was wondering if `ImagesLoss` with Sinkhorn divergence would be usable (when it's ready) as a reconstruction loss for an image autoencoder for...
Hi, Could you add a license to the repository, please? (More info on licensing here: https://help.github.com/articles/licensing-a-repository/)
Hi, I'm wondering if there is a license for this repo? Best, Agost
Hi, I've noticed that the page https://orientdb.com/docs/last/etl/Import-from-CSV-to-a-Graph.html returns 404. This is the first result in Google for the query "orientdb import from csv". The 3.0.x version can be found here...
Hi, Thanks for what I think is the first Wesolowski VDF implementation in Rust! As I studied up on Wesolowski VDF implementations, I noticed that this repo is vulnerable to...
Currently the library only supports `TransactWriteItems` as `Table.transact_write_items`. Add support for `TransactGetItems` as well in the form of `Table.transact_get_items`. Please give this issue a thumbs up if you need it!
We currently support `Put`, `Update` and `Delete` operations for `Table.transact_write_items`, but not `ConditionCheck`. From the [DynamoDB docs:](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_TransactWriteItems.html#API_TransactWriteItems_Errors) > ConditionCheck — Applies a condition to an item that is not being...
Improve `cross-mint` config related errors: 1. Let the user know about the config path override option if the config directory is not found 2. Report the error in detail for...
- Adds verbose tracing option which includes full stack and memory on the Rust side for https://github.com/NomicFoundation/edr/issues/331 - Adds `isStaticCall` flag to `BeforeMessage` on the Rust side for https://github.com/NomicFoundation/edr/issues/333 -...
**Definition of Done** Some sort of JS API exposed through NAPI that can execute at least one test contract.