immutable
Here are 707 public repositories matching this topic...
While reading docs/readme for this repo, I am analysing the repo for usability of boilerplate. To find meaning of a word, I just google it. But for this one, I need to go deep and I can lost my primary reason for searching for this word. You cannot say RTFM to people if manual doesn't use proper language. #19
Flaky preload tests
On Windows with Node 10:
ipfs: preload disabled
ipfs: 1) should not preload if disabled
ipfs: 1807 passing (24m)
ipfs: 95 pending
ipfs: 1 failing
ipfs: 1) preload disabled
ipfs: should not preload if disabled:
ipfs: Uncaught Error: Timed out waiting for CIDs to be preloaded
ipfs: at waitFor (test\utils\wait-for.js:18:21)
ipfs: at process._tick
Currently there is no possibility to set up a custom rounding function. Therefore you are limited to the ones that are implemented by default. For my case I need a rounding function that always rounds up (e.g. 0.002 => 0.01 with precision 2, commercial rounding)
It would be nice to pass a callback or a string that describes the rounding mode. If it is a string and the string matches the suppo
Advanced tutorial
-
Updated
Oct 11, 2019 - JavaScript
The current README isn't great. I'd love to have an actual website for documentation with examples, tutorials, API reference, etc.
I'm leaning towards using https://docusaurus.io/. It looks easy to setup, and it's a Facebook product so dog-fooding is a plus.
We have now MSVC 2017 support, but we should really make sure that it keeps working by adding CI, for example AppVeyor.
-
Updated
Feb 21, 2020 - TypeScript
Currently they wrap them into pvector
which is not as efficient as it could be in Python 3.
Plan biweekly check of code quality with https://codeclimate.com/ and add outputs in the spreadsheet named "immudb codeclimate results" available in the shared drive "CodeNotary Product"
Hi,
I just read your great article http://arqex.com/991/json-editor-react-immutable-data
I'd like to suggest you to make your didactic materials interactive: docs/README/blog posts.
For that purpose, you could use the KLIPSE plugin like one guy did for immutable.js in this [interactive article](http://untangled.io/immutable-js-an-introduction-with-exam
-
Updated
May 16, 2020 - JavaScript
In PR #188 we so aw, that users not familiar with the threeten/joda API consider our overloaded functions (e.g. Year.now0
, Year.nowClock
, ...) to be public API
It is important to us to change the threeten API as little as possible for JS, so we do not consider these public.
While we know that we cannot stop people from using the functions, we want to make it clear, that rather the ove
- My issue is not bikeshedding. (we can bikeshed at
a later proposal stage) - My issue is not a request to add lots of stuff to
the semantics. (we can add things in follow-on proposals) - My issue is appropriate for a stage 0 proposal
Hi, I'm working through the exercises at https://calmm-js.github.io/partial.lenses/exercises.html and am finding them really helpful. However, as I get towards the end I am finding that I'm not sure about what I'm doing exactly, even if I can get the correct answer. For example, I struggled for a while with figuring out the isomorphism example. I ended up with an answer like this that passed the t
-
Updated
May 25, 2020 - C
dropRight operation
This operations will be used to drop elements in the steam on the right of the given element
var elements = []int{10,12,7,41,5,6}
res:=koazee.StreamOf(elements).DropRight(12).Out().Val()
fmt.Println(res)
// [10,12]
There is some immediate backlash about immutable collections by Java users, as their understanding of the concept is either getting a full copy per operation, or receiving an exception on mutating methods.
The persistent
keyword along with some references to Big O perf in the documentation may help spread the understanding of the difference.
-
Updated
Feb 11, 2020 - Java
-
Updated
Aug 22, 2018 - JavaScript
-
Updated
Mar 12, 2019 - Go
-
Updated
Jul 3, 2020 - PHP
Improve this page
Add a description, image, and links to the immutable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the immutable topic, visit your repo's landing page and select "manage topics."
Inverse patches saved after changing Date object result in null value when applied.
Not sure if it's a bug or I'm missing something. I found this in the docs, but I'm not mutating Date object.
Link to repro
https://codesandbox.io/s/immer-sandbox-bnqgf
To Reproduce
Reproduction available i