Artem Sokolov

Results 4 issues of Artem Sokolov

My understanding is that pronouns `..1`, `..2`, etc. are a generalization of `.x` and `.y` for functions that operate on more than two arguments. However, I noticed that there's a...

After performing a local build, I noticed that the following R packages were required, but not specified on the ["Local Development Configuration" wiki](https://github.com/RcppCore/rcpp-gallery/wiki/Local-Development-Configuration): * RcppXPtrUtils * Rcereal * nanotime *...

Consider the current output: ``` $ head cypository-exemplar-001.h5ad.csv ,AF488_cellMask,AF555_cellMask,AF647_cellMask,A488_background_cellMask,A555_background_cellMask,A647_background_cellMask,FDX1_cellMask,CD357_cellMask,CD1D_cellMask,X_centroid,Y_centroid,column_centroid,row_centroid,Area,MajorAxisLength,MinorAxisLength,Eccentricity,Solidity,Extent,Orientation,imageid,kmeans,leiden,phenograph,spatial_kmeans,CellID 0,846.05176,288.43134,476.46503,428.3086,205.03967,285.73148,2754.5383,1089.092,1058.5363,1028.131211902056,727.5707201157144,1028.131211902056,727.5707201157144,9679,132.05573030808247,98.18806423608744,0.6686969621466566,0.9605041182891734,0.8553375751148816,-0.2592671963653887,cypository-exemplar-001,0,3,-1,0,cypository-exemplar-001_1 1,959.65137,282.12805,647.0247,402.80188,193.81958,282.0482,2748.0044,1267.6809,1293.8766,1132.0340742412277,731.4640640866523,1132.0340742412277,731.4640640866523,8863,120.23914883936597,96.5745405770947,0.5957267701516564,0.9686338797814208,0.8469182990922122,-0.0853236162103316,cypository-exemplar-001,7,3,-1,0,cypository-exemplar-001_2 ... ``` A few minor suggestions: 1. There's a leading unnamed column of row indices. This has the potential...

On ultrawide screens, the calculated zoom level leads to the bounding box highlighting the region of interest being cut off. Example: ![ultrawide](https://user-images.githubusercontent.com/1377144/87700376-3b135080-c764-11ea-81d3-49fe3a669dc8.png)

bug