-
```
To reproduce, use this code:
a = {
get b(){ return _b+1;},
set b(value){ _b = value;}
};
the correct output in instrumented file must be something like:
LCO…
-
Original [issue 1754](https://code.google.com/p/google-caja/issues/detail?id=1754) created by kpreid.switchb.org on 2013-06-04T00:00:22.000Z:
taming-membrane.js tameRecord should probably cajaVM.cons…
-
Hi all,
first of all, thanks a lot for bioformats. I'm using it for analyzing confocal laser microscopy data and needed the actual physical pixel size to avoid scale invariance. I added some lines af…
helme updated
6 years ago
-
When pulling a dataset, the response object contains the json of the dataset. Would it be attractive to instead return a Dataset object?
The Dataset class would simply contain getter and setter fun…
-
```
Thanks for the Mongodb storage. It looks like we need to json encode and json
decode in mongodb storage setter and getter functions.
I found error when adding a user to the roster, since the dat…
-
```
Thanks for the Mongodb storage. It looks like we need to json encode and json
decode in mongodb storage setter and getter functions.
I found error when adding a user to the roster, since the dat…
-
```
Thanks for the Mongodb storage. It looks like we need to json encode and json
decode in mongodb storage setter and getter functions.
I found error when adding a user to the roster, since the dat…
-
Livepack's output often includes a lot of verbose `Object.defineProperties()` calls like:
```js
Object.defineProperties( obj, {
x: { value: 123, writable: true, configurable: true },
y: { va…
-
### Description
Sometimes it's advantageous to fit a model to observations using non-linear reparameterizations of the fitting parameters. For example, blackbody models have a `scale` parameter whi…
-
Tracking issue for allowing `X` to be `None`.
When parts get ticked off they should be marked with the PR that fixed them.
# TODO:
All of these need tests, some of them may already work.
-…