ABLincoln icon indicating copy to clipboard operation
ABLincoln copied to clipboard

A library for online experiments.

Results 5 ABLincoln issues
Sort by recently updated
recently updated
newest added

fix Undefined const value

https://github.com/vimeo/ABLincoln/blob/56c33c0ee5159720a6dcd4625139693ad0497997/src/Vimeo/ABLincoln/Experiments/AbstractExperiment.php#L171

re: https://github.com/vimeo/ABLincoln/issues/11

bug

Referring to the python reference implementation, it is possible to specify a compound primary_unit (e.g.: [ 'distinct_id', 'country' ] ) when setting up a SimpleNamespace. However, in PHP an exception...

PHPunit fails as the array subscripts are negative numbers when using 32 bit integers and modulo

bug