Laurent Sorber
Laurent Sorber
@ale-rinaldi The JSON specification doesn’t limit the number of digits a number consists of, so you don’t have to lose any precision.
I'm not experienced enough with this library to be able to contribute, unfortunately. In fact, I submitted this feature precisely because we would benefit from an example or docs to...
See also: https://www.reddit.com/r/zsh/comments/v08lsx/zshautocomplete_vs_zshautosuggestions_vs_fig/
There is an open issue with combining `zsh-autosuggestions` and `zsh-autocomplete`: https://github.com/zsh-users/zsh-autosuggestions/issues/751
@olivertowers May I ask if you have an idea on the timeline for bringing [vCore out of preview](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-09-15-preview/mongoCluster.json#L4)? The reason I ask is that [this is blocking for getting vCore...
Probably because the return value is castable to `str`.
> @xuefeng-xu @lsorber would you be ok with that (https://github.com/scipy/scipy/issues/19016#issuecomment-1887982497)? Yes, I'm OK with the solution not being `xmax`, but no I do not think that overflow prevention is fully...
> That's fine @lsorber. You just need to convince @xuefeng-xu, @lorentzenchr, and then the SciPy mailing list that we need another parameter now rather than https://github.com/scipy/scipy/issues/19016#issuecomment-1887982497 that find control over...
Concrete suggestion: 1. Change this to `ymax = np.finfo(dtype).max / 100` (this is to use the available range more efficiently): https://github.com/scipy/scipy/blob/af8374b97c349e55c82087233b3137311728859b/scipy/stats/_morestats.py#L1258 2. Change this to `mask = abs(special.boxcox(100 * x_treme,...
Hi @xuefeng-xu, I just submitted a follow-up PR #19802 to the original PR #18852 that adds exact bounds for lambda to avoid under- and overflow. @mdhaber asked me to coordinate...