-
In this issue I'd like to post a wishlist of sorts that I've had in mind during the last year working with the tools. Of course this is just my perspective after using the tools for my purposes, so yo…
-
So now that Relay and GraphQL are out in the open, we should start a conversation about how this relates to Redux. Anyone have thoughts on Relay will effect both the core Redux library, and what ecosy…
-
Hi - firstly, thanks for this example app and the documentation. I've been picking it apart as I learn about SwiftRex and rebuilding it as part of the process and hit upon a rather interesting complie…
-
**What is the feature or improvement you would like to see?**
Detect if two graphs are the same, i.e. have the same vertex and edge sets. This is not the same as isomorphism.
`1-2-3` and `1-3-2`…
-
With extensive inputs from @myitcv
We propose a couple of small additions to the language, as well as a sharpening of the language specification, to solve a myriad of shortcomings related to specif…
-
After a while, I revisited miser, trying to recall what I found so interesting about it. The main theme of my thought was however why oMiser defines so many rules? Can't the number be somehow made sma…
-
From the readme:
> if they have the same values stored and **inserted in the same order**, they will be considered strictly equal
This is surprising to me. Contrast [python dicts](https://repl.i…
-
See [**LATEST Proposal**](https://github.com/dotnet/corefxlab/blob/master/docs/specs/priority-queue.md) in corefxlab repo.
# Second Proposal options
Proposal from https://github.com/dotnet/coref…
-
## Background and Motivation
Adding a priority queue has been a feature [long requested by the community](https://github.com/dotnet/runtime/issues/14032), however so far we've fallen short of final…
-