Edward Bordin

Results 4 issues of Edward Bordin

As per: https://simplejson.readthedocs.io/en/latest/ ```simplejson.dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, cls=None, indent=None, separators=None, encoding='utf-8', default=None, use_decimal=True, namedtuple_as_object=True, tuple_as_array=True, bigint_as_string=False, sort_keys=False, item_sort_key=None, for_json=None, ignore_nan=False, int_as_string_bitcount=None, iterable_as_array=False, **kw)``` From the docs: "If ignore_nan...

For users writing JS, having javascript definitions for the values of an enum would be quite useful. For users of ndts/typescript - it seems that you currently cannot bind any...

I was wondering why I was getting the error "ReferenceError: FS is not defined" when my code tried to access the virtual filesystem. After digging into `node_modules/nbind/src/nbind.gypi` I found `"-s",...

I am attempting to port some of DCMTK - a fairly complex lib for working with DICOM files - to asm.js using nbind. One of the main reasons I decided...