Demetrio92

Results 9 issues of Demetrio92

## Issue When plotting with `pd.NA`, axis ordering get reversed into **descending**. ## Workaround `np.nan` does not produce this issue ## Expected Behavior NAs should be excluded without reversing axis...

upstream
mod:core
internals

Adding minutes to a date around daylight saving creates NAs ```R tsp_initial = ymd_hms('2019-03-09 07:22:03') %>% force_tz('US/Pacific') tsp_initial + minutes(1160) ## NA ``` Bug or Feature? It definitely broke my...

bug
timechange :clock11:
clock

Recently (2 month ago or so) my SublimePythionIDE stopped working (I did not have time to investigate until now). I am on the latest sublime build `3143`, and I just...

## Overview Setting rotation of tick labels on a grid coming from an `sns.catplot` makes them disappear. Must be a combination of factors. Reproducible example below. ## Reproducible Example: ```python...

I am on a laptop with a dual GPU. `nvidia-smi` is being run every few seconds even if I am using integrated graphics only. As the `nvidia-smi` then fails after...

Some weird behavior here. The theme doesn't apply to sublime-text3 unless you set disable gtk window decorations, e.g. in the settings add: ```json "gtk_client_side_window_decorations": false, ``` Might be sublime's material...

* use `lwgeom::geohash` * `devtools::install_github("ironholds/geohash")` -- don't. The package is not maintained ----- _Just leaving it here for everyone facing the same issue._

### Overview While building a custom robotic simulation tool on top of OIGE we discovered that testing policies with `headless=False` was different from `headless=True`. The issue can be easily reproduced...

I managed to cause an unhandled error in weightedcals by feeding it a large dataframe with large weights that caused a float roundoff in numpy.cumsum. ### Reproducible Example: ```python import...