Arshia001
Arshia001
Calling ClearStateAsync on an AdoNetStorageProvider instance for a grain that has no database entry (no call to WriteStateAsync yet) causes an exception: ``` Exc level 0: Orleans.Storage.InconsistentStateException: Version conflict (ClearState):...
The sample uses one model object, one message type and one update function. Even with the sample, simple as it is, it's easy to see how quickly this approach gets...
… entire records instead Injecting records looked like a good idea at first, since assigning names to parameters is a good thing. However, it causes a very big problem: What...
An option to create a ZIP from an existing build will be very helpful, specially when trying to figure out what to include in the ZIP. I did try to...
### Describe the bug** Some libraries generate source files during the build process by using MSBuild targets. These generated files are not scanned for definitions, and any usage of types...
I'd rather not have the users of this library need to install a global tool. For one thing, it's impossible to make a consistent version of the tool available on...
This line: https://github.com/coral-xyz/anchor/blob/2a07d841c65d6f303aa9c2b0c68a6e69c4739aab/avm/src/lib.rs#L115 renames `anchor` to `anchor-`. On windows, the executable is named `anchor.exe`, which is why the installation fails on windows. Here's the output from my attempts to build...
This package is a very cool proof of concept, and it would be very useful for my team if it was ever stabilized. Currently, some features are missing, notably the...
Closes #4222. Note, since `mach` was also being used by `region`, I had to fork and patch `region` too. The patch can be removed once the changes are merged upstream...
This PR introduces two changes: * The unneeded `wasmer/wat` feature is removed from `wasmer-wasix`. * The 64-bit syscalls in wasmer-wasix are removed for the `js` feature.