-
Hi,
We're testing a couple of different distributed file systems, and overall I'm *very* impressed with LizardFS, both in terms of flexibility, features and documentation - good work!
However, …
-
Right now it is unclear what kind of errors a contract (or even a function) can fail with. It would be nice to have a standardized way of declaring contract errors, something like this:
```rust
#[…
-
Hi!
## The Use Case
As written before I want to migrate some uses of an existing mutable object tree to a deep immutable object
tree.
## The Strategy
1. extract common "read-only" interfaces
2. intr…
-
This is something @hsanjuan and I have been working on for a while now.
@whyrusleeping @Kubuxu @Stebalien @lgierth @jbenet -- feedback appreciated
@flyingzumwalt -- feedback appreciated particularly…
-
Hi All,
I am new to Spark and Scala. I have the source code for Spark SQL Performance Tests and dsdgen .
Can anyone tell me how to proceed next ? I am done with building by giving command bin/run…
-
### Context
2.1.0-rc2 (and probably 2.0.* as well)
### Summary
See #4693 for details, but tracking that down found that `SetLevelInContext` is never invoked by the /bytes api therefore when the j…
-
Hello! The sixel glitches I'm seeing so far are here. Attached are two files:
* The jexer jar that produced the output. Rename it to jexer.jar, then run via `java -jar jexer.jar`: [jexer.zip](…
-
The `CredentialsContainer` interface is used internally by the framework to clear the user's credentials after a successful authentication. However, there is no mention in the reference docs about thi…
-
As a (paranoid) user, I want `backup` to capture SHA256 checksum of files I back up. I also want `restore` to fail if the file checksum after restore does not match the checksum captured during backup…
-
Not sure if here is the right place, but there are some ideas for filling const generic params with runtime values in ZSTs, that enables dependent types for "proof as program" style things.
## Gho…