Dipterix Wang

Results 122 comments of Dipterix Wang

Oh sorry @kevinushey I thought we are not going to fix it so I closed it in case people feel confused. Please feel free to reopen if necessary.

Thanks for insightful explanation. > If I understand correctly, the real issue is that the threads we're creating with tinythread are never being joined on close; is that correct? This...

@conda-forge/staged-recipes, @conda-forge/r , @conda-forge/help-r ready for review

@conda-forge-admin, please rerender

@mfansler My current PR failed because one dependence `r-hdf5r` package wasn't supported on Windows: `Unsatisfiable dependencies for platform win-64: {MatchSpec("r-hdf5r[version='>=1.3.4']")}`. This issue has been fixed with a recent PR (https://github.com/conda-forge/r-hdf5r-feedstock/pull/26)....

@mfansler No, filearray does not depend on any of these. Basically I am the maintainer of packages filearray, ravetools, dipsaus, threeBrain, raveio, ravedash, rpymat, shidashi. I would like to upload...

Congratulations on the new position! I was talking with my PI about your great work yesterday. Yes, basically `rgl` started to support WebGL rendering around 3 years ago so you...

I added code to check whether the elements have been registered with listeners between these two lines https://github.com/ColorlibHQ/AdminLTE/blob/a55ded687ef0ef8c50465d218adcb761ce4b5f9e/build/js/IFrame.js#L286-L287 ```js const initialized = $(this._element).data("setupListeners_initialized"); if(initialized !== undefined){ return; } $(this._element).data("setupListeners_initialized", true);...

@MarcusKlik I have data in other formats, but also have fst format as cache. For description of my current data, think of time series. My data has 1000 columns, each...

That'll be great. On the other hand I was wondering how hard it'll be to use `rows` instead of having `from` and `to` in `read_fst` and support readings non-consecutive but...