-
## Latest news on native ARM compatibility
- **(2020-12-26) We currently have 3168 formulas bottled for Apple Silicon in homebrew-core. At this point, the table below is probably not really relevan…
claui updated
3 years ago
-
Output of `curl -s cht.sh/~docker-compose` is too long, because the whole `:list` output is printed. Maybe show just a few lines of context for it?
```
[:list]
...
docker-build
docker-compose
do…
-
[1]
```
// src/main.rs
fn fib(n: i32) -> i32 {
if n == 0 { 0 }
else if n == 1 { 1 }
else { fib(n - 1) + fib(n - 2) }
}
fn main() {
println!("{}", fib(32));
}
```
```
time c…
-
Output of `curl -s cht.sh/~docker-compose` is too long, because the whole `:list` output is printed. Maybe show just a few lines of context for it?
```
[:list]
...
docker-build
docker-compose
do…
-
running this command:
```
cargo run --example basics
```
results in this linking error:
```
dyld: Library not loaded: @rpath/libmklml.dylib
Referenced from: /Users/andrei/code/third_par…
-
I noticed this issue when trying to write an implementation of the negative binomial function. Thought I'd post it for public awareness.
I can narrow down the example and look into fixing it, just …
-
I now get error:
`treemacs-icons-dired--display: Wrong type argument: char-or-string-p, nil [3 times]`
when i try to open ranger or deer.
Updating/reinstalling the module doesn't work (
-
Hello bonsai dev (xclerc?)
I wanted to give a try to the --profile=release switch of dune, thinking it would help reduce the size of the generated js. And it bombs in a strange manner, mixing file …
-
Add support for additional array operations:
```
- append (concatenates two arrays)
- reverse (reverses the order of elements)
- shuffle (randomizes the order of elements)
- dimensions (functio…
-
I've been experiencing a very odd behavior of ocaml-language-server + LanguageClient-neovim.
Messages such as the following appear when merlin has any sort of issue:
![ocaml-langserver-bug](htt…