-
It is not idiomatic in Rust to have setters and getters. Make the field public instead.
If the type only has a `get_foo` method but not a `set_foo` method, suggest naming it `foo` instead.
-
I am following the Idris2 documentation to install Idris on a MacBook M1 Pro 2021 laptop (macOS Monterey v12.2.1) using `brew install idris2`. I am seeing the following error:
```
eddy@Edwards-Ma…
-
Motivation and previous discussion: https://github.com/dhall-lang/dhall-haskell/issues/1129.
In short, Dhall implementations may want to use internal syntax which contains more information than th…
-
**Snakemake version**
> 5.8.1
**NOTE:** I will go over why I'm not using the latest version in the **additional context** section
**Wrapper version**
> 0.64.0/bio/fastqc
**Describe th…
-
### Problem
I first reported this with rust-analyzer at https://github.com/rust-analyzer/rust-analyzer/issues/10792: when running `cargo metadata` on a read-only file system, it fails saying
```
…
-
This issue collects the current set of issues blocking Servo from building & running on OpenHarmony and Oniro. Until now we have been hoping to use Rockchip (rk3568) board with OpenHarmony 3.2 (maybe …
-
I choose AFM as a client for my smartphone to exchange files with my laptop.
A connection has been created to authenticate with privkey, and when is established, it correctly chroots the folder indic…
-
All of the other settings seem to work fine, but for some reason when I go to the "appereance" section it crashes and exits.
Here are the logs I gathered when launching the settings from terminal:
…
-
Trying out dhall using toolchains web developers are already familiar with, could make dhall even more approachable to other communities/audiences.
E.g. `npx dhall ` would install the package, run …
-
**Describe the bug**
I was trying to write a way to dump my session but found that the "cwd" field for a window described by the ls command doesn't seem to reflect the correct window. foreground_proc…