-
The Orchard library is closely linked to cider-nrepl and is unlikely to collide with the project deps.
Not inlining it make it easier for users of cider-nrepl to interactively extend some features …
-
[Feature request]
Have the linter work with (load).
Currently it issues warnings if the symbols/functions/multimethods don't exist in the current file. This is particularly frustrating when tryi…
-
EDIT 2020-03-09: This thread discusses the introduction of a `:default-handler` option – please share your feedback/experiences if you've used it.
---
Hi all,
We’re currently looking into ada…
-
Backends based on special stores like `konserve-pg` or `konserve-ddb-s3` should not require any changes to Datahike to be developed. For the kind of changes that are still necessary see https://github…
whilo updated
4 years ago
-
In Heptapod by @arigo on May 31, 2008, 06:43
**From (bugs.pypy.org)**
-
In Heptapod by @cfbolz on Dec 6, 2007, 20:09
**From (bugs.pypy.org)**
-
In Heptapod by @arigo on Mar 2, 2007, 15:38
**From (bugs.pypy.org)**
-
We probably want to avoid having to write _with_ to separate operators that have the same name but have different signatures. There are several ways to fix this using [singledispatch](https://docs.pyt…
-
When you run tests via `kaocha`, unit tests are correctly counted in the summary at the end, but `midje` tests are not.
for instance, using the `midje` test runner on a project with both `midje` an…
-
Multi-method wrongly dispatches to parent type, when child type should be called.
Forum discussion: https://forum.nim-lang.org/t/5532
CC @mratsim
### Example
```nim
type
Token* = ref ob…