-
-
A comment in Gitter ([November 30, 2019 10:35 AM](https://gitter.im/ghdl1/Lobby?at=5de237c5c3d6795b9ff8c77f)) lead to an interesting chat about Digital/Analog simulation with GHDL. There are two relat…
-
Currently cgo support is implemented with cmd/cgo as a separate tool that analyzes cgo-using Go code and transforms it into standard Go code. This proposal is to extract the analysis logic into a sep…
-
An idea that has been kicking around for years, but never written down:
The current definition of `int` (and correspondingly `uint`) is that it is either 32 or 64 bits. This causes a variety of pro…
-
* JASP version: 0.9.1
* OS name and version: Mac Sierra 10.12.6
* Analysis: Connover's post hoc test (for Friedman)
* Bug description: I'm not sure if it's a bug or just something I'm doing w…
-
Hi brms community!
I apologise as I am very new to this package and I really appreciate any help I can get.
I have a brms model with a categorical response variable (`Species`) with the follow…
-
[This was originally in a [comment](https://github.com/python/mypy/issues/2904#issuecomment-946973563) by @Dreamsorcerer]
...
This issue has mostly talked about the redefinition error. But, we s…
-
Font based finger printing is a common, privacy violating pattern, where websites build semi-identifiers based on uncommon fonts a user has installed. This semi-identifier is then combined with other…
-
**Submitting author:** @mprib (Donald Prible)
**Repository:** https://github.com/mprib/caliscope
**Branch with paper.md** (empty if default branch):
**Version:** v0.5.1
**Editor:** @mooniean
**Review…
-
The first let form closes successfully, but the second throws
The code:
```clojure
(let [n (crux/start-node (io/file "resources/config.edn"))]
(crux/sync n)
(.close n))
(let [n (crux/start…