alev000

Results 3 comments of alev000

Another relatively simple workaround using the "default" argument of `json.dumps` in combination with `JsonRef.__subject__`: ```python3 import jsonref import json json_data = '{"x": {"$ref": "#/y"}, "y": "abc"}' def default_for_jsonref(o): if isinstance(o,...

@williambrandler -- Thanks for the reply. Are you referring to the difference between the score-logistic p-values and firth-logistic p-values? If so, I'm aware that score-logistic is designed to be a...

Same for [the useDebouncedEffect demo](https://react-hookz.github.io/web/?path=/docs/lifecycle-usedebouncedeffect--example) Relevant code search link: https://github.com/search?q=repo%3Areact-hookz%2Fweb+%2F%5C%2Fg%5Cb%2F&type=code