Kodi Arfer
Kodi Arfer
@webknjaz Does anything need to happen here to get this merged? It's a three-year-old, three-line change that fixes a showstopping bug.
Cool, thank you.
@julianz- That file is part of [pyOpenSSL](https://github.com/pyca/pyopenssl), so you should probably open a pull request there.
Sorry. Done.
There is additional rounding in internal functions, leading to further loss of precision when e.g. you call `weathermetrics::heat.index(t = (suffolk$TemperatureF - 32) * (5/9), temperature.metric = "celsius", rh = suffolk$Relative.Humidity,...
I tried adding a symlink to my Stardew Valley save directory (`~/.wine32/drive_c/users/hippo/Application Data/StardewValley`) to `~/.wine/drive_c/users/hippo/Application Data/StardewValley`, but that didn't make a difference. Is there a way to manually set the...
As an outsider, I think transforming (via `_safe_name`) the name the user requested, without confirmation, is in general a bad idea. You can't really undo a PyPI upload. It would...
This bit me recently when I was using `pblapply` to show progress for a loop in which I was writing Parquet files with `arrow::read_parquet`. Collection of the return values that...
Looks like it works. It indeed doesn't waste memory like `pblapply` does in my use case. I don't see the value in returning the input (like `purrr::walk`) rather than `NULL`...
Memory usage still looks good with 395656b0a0bd5984a6e892989b4478f41609841e.