-
Would it be possible to add SBCL to the language pool?
I am aware that SBCL is included on The Computer Language Benchmark Game site but unfortunately the site maintainer is refusing to benchmark c…
-
## Expected Behavior
I was trying to parse the header `llvm/Support/MemoryBuffer.h` of LLVM 13.0.1, in order to expose the `llvm::MemoryBuffer` class. This happens in a library crate. `cargo build`…
-
`tracing` is much more feature-ful than `log` and seems to be where the ecosystem is moving. `tracing` can instrument Artichoke in more ways than just plaintext logs, e.g. timing functions.
Below i…
-
I try to install gifski, but I get the following error:
`> devtools::install_github("r-rust/gifski")
Downloading GitHub repo r-rust/gifski@HEAD
✔ checking for file ‘/tmp/Rtmp7m6ZmX/remotes243a31…
zavud updated
2 years ago
-
# Steps to Reproduce
Modulo:
```idris
map (\d => d `mod` 3) [-3..3]
```
Remainder:
```idris
map (\d => d `rem` 3) [-3..3]
```
# Expected Behavior
Modulo:
```idris
[0, 1, 2, 0, 1, 2, 0]
…
-
BPO | [32956](https://bugs.python.org/issue32956)
--- | :---
Nosy | @tim-one, @mdickinson, @vstinner, @ezio-melotti, @jab, @serhiy-storchaka
*Note: these values reflect the state of the issue at the …
-
**Issue by [edwinb](https://github.com/edwinb)**
_Thursday Jul 18, 2019 at 17:58 GMT_
_Originally opened as https://github.com/edwinb/Idris2-boot/issues/30_
----
If you have a feature request…
-
Every time I make a mistake in my gura file, I get an error and I need to figure out where this damn error is located. Having a line information would be a massive quality of life improvement!
So f…
-
I'm trying to save this struct on db but a get this error everytime.
I tried to save the create_time field as string but I got the same error.
Table:
```
set timezone = 'America/Sao_paulo';
cre…
mrl00 updated
2 years ago
-
**Abstract**
We propose to add alias declarations to the Go language. An alias declaration introduces an alternative name for an object (type, function, etc.) declared elsewhere. Aliases simplify spli…