-
### Summary
A beginner friendly section/chapter on maintaining a good git hygiene.
### What needs to be done?
Discuss the importance of small and regular commits, how pre-commit can help catc…
-
-
With the risk of coming across as an arrogant ass, I've been peeking at the commit history of RethinkDB and find it to be somewhat messy in places. I think some basic guidelines in `CONTRIBUTING.md` a…
-
Add the `.gitignore` file.
Something like this must be added into the `.gitignore` file:
```
# IDE stuff
**/.idea/**
**/target/**
# Compiled class file
*.class
# Log file
*.log
# Blu…
-
### Describe the Bug
`wasm_bindgen` attribute doesn't work for extern blocks in 2024 edition.
### Steps to Reproduce
1. Use `rustc 1.84.0-nightly` and configure project to use 2024 edition.
…
-
How do we feel about git hygiene when merging? I personally tend to squash-and-merge PRs, except if git history is particularly clean (this happens very rarely for me). Any thoughts?
When people …
-
When running `create-piece` the CLI just overwrites existing files without warning. It seems like a warning here would be a reasonable poke yoke, to prevent a user from potentially losing work.
I h…
-
### Pitch
I've just gotten my first instance running in the house, to try and get a feel for how the server works before I set up a real instance. One of the things I'm looking at is "single user mod…
-
This is implicit from the algorithms in the spec, but this is such a foundational question for any kind of distributed database (even distributed among tabs on a user's machine) that it'd probably be …
-
Consider a trivial app:
```ocaml
open Solvuu_build.Std
let app = Project.app
~file:"app.ml"
"test_app"
let () = Project.basic1 ~project_name:"test" ~version:"dev" [app]
```
```…