latot

Results 244 comments of latot

Hi! I think I pick the wrong focus on this, I have data, in different dimensions, here the issue, for one dimension, have ordered data helps a lot to look...

!!? Actually, what I wrote above is similar to your example: ```R foo() %>% bar() ``` What ```lintr``` request to have is: ```R foo() %>% bar() ``` This seems to...

@edzer sorry for the time, I was very busy, I reinstalled from source, restarted R, and I got the same result. I upgraded the reprex above to also shows how...

mm, I has this ones: ``` sf::sf_extSoftVersion() GEOS GDAL proj.4 GDAL_with_GEOS USE_PROJ_H "3.12.1" "3.9.1" "9.2.1" "true" "true" PROJ "9.2.1" ``` We have GDAL and PROJ with different versions. Also I...

Hi! thx for the suggestion, I was using a lot of data, so I moved from R to Postgis and simplify all the workflow..... I did not found any other...

A simpler one: ```rust let a: usize = vec![1, 2, 3]; // Ideally here, to show after the "_" the signature like "_ (usize)" or something like that let b:...

D: no way! I personally, like the idea of see the code and see everything that we need, specially if there is several ```_```, some code have a lot of...

that is right... is ignoring it.

mm, In some cases the time works, when there is a server that does not works (from the start there is a retry) this happens. Sadly I can't know by...

:O Thx! That can helps to validate some structures, there is two aspect I'm still wondering. How can I make it fail with: ```html Title Hexilee 20 true other thing...