Skip to content
#

immutable

Here are 707 public repositories matching this topic...

mannyhappenings
mannyhappenings commented Aug 28, 2018

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

js-ipfs
achingbrain
achingbrain commented Apr 28, 2020

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
jonasesr
jonasesr commented Dec 4, 2019

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

phueper
phueper commented Oct 12, 2017

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

FranciscoE-Hudl
FranciscoE-Hudl commented Jul 16, 2016

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.

Improve this page

Add a description, image, and links to the immutable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the immutable topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.