-
_Installation details_
Scylla version (or git commit hash): 1.2
Creating one huge sstable is only suitable for size tiered compaction. For level tiered, it is better to guess the level and compact a…
-
**Problem**
When running `cargo publish`, the `Cargo.lock` file can get updated. For binaries I've been advised to include this in the git repo. Because of this update, cargo publish will giv…
-
Hello there!
First of all thanks for your library, used it in my recent open source project!
Now, I want to share my criticism.
I have another project, but there we decided to set remotes' na…
-
In IDEA, push fails because I have unmerged changes even though I am the only person working on this.
Update fails with couldn't save uncomitted changes - Tried to save uncommitted changes in shel…
-
If I set @@dolttest_head to the current branch, all uncomitted changes are lost on the current connection, and it is reset to the head of the current branch until I reconnect.
What Happens:
``…
-
**Problem description**
You should be able to click the "x commits behind" indicator to pull that branch.
I think it's more intutitive when you see the indicator to just click it, rather than having…
-
Meta issue for the global cache.
- [ ] two stage pointer update: 1) only global keyset (timestamps), 2) "real" keyset
- [x] resolver: check if update is needed #2249
- [ ] support other resolvers…
-
Save uncommited input to pervent losing work if something goes wrong when submitting.
-
currently an un-committed entry is marked by min_commit = 0
This complicates finding the active entry when reading the branch current state, which includes uncommitted entries. after reading the firs…
-
## Setup
We set up a simple repo with two .opam files. We add a name to
dune-project but do not commit it.
~~~
> git clone git@github.com:lehy/dune-release-repro.git
[snip]
> cd dune-release…