-
We have previously discussed why Gren should support ad-hoc polymorphism (#37). This issue explores parameterized modules as a potential mechanism to deliver that feature.
## Modules as a first cla…
-
https://github.com/ailisp/flute/blob/3138f7f7c583602debc3bf252027aa4c8ab16ea4/src/flute.lisp#L133
Without ever having tried your library, which looks very good, I wonder if this macro could get (fr…
-
Currently what you have is
``` javascript
var event = handlerA(handlerB(handlerC(event)))
```
This doesn't allow middleware to stop other handlers from executing, and it also doesn't allow middlewa…
-
variable-seed-test in incanter.stats-tests is sensitive to how (Date.) is providing a seed for the prng for sample-uniform. The assumption in the test is that, providing a seed = deterministic sampli…
joinr updated
4 years ago
-
This is a very interesting project! I'm very interested in all the symbolic manipulation stuff.
I notice however that you are creating a new vector / matrix implementation.
Some of us have noticed t…
-
I was looking for a way to create a dseq for a range of integers, which can be split amongst the mappers.
So far the closest I found was `parkour.io.mem/dseq`, but this only works in local mode.
Is …
-
For documentation purposes, it would be nice if there was a way to add descriptions to queries and mutations so that they appear in GraphQL introspection.
For example, this could be achieved by inc…
-
I'm trying to use multiple auto completes on one page; however, I'm not seeing a way to determine which field was updated.
Using your example codepen,
http://codepen.io/tgaff2x/pen/BWvaqw
At th…
-
Current: N/A
Some discussion here: https://github.com/athensresearch/athens/discussions/954
Three mobile experiences to anticipate/design for:
1. Web browser (mobile)
2. Android
3. iOS
-
I'm not actually sure if this is an issue or a question, but it certainly was unexpected and caused problems in my existing software, so here goes:
We went through our code recently and modified most…