Matthew Ma

Results 10 issues of Matthew Ma

I saw that the [useServiceContext](https://github.com/module-federation/module-federation-examples/blob/c52b3293549d4f7fc65196432d4ef9ea7eb1ef91/shared-routing/dashboard/src/DashboardService.js#L4) in the shared-routing is using normal static import. My code has extensive code splitting and stuff and turns out I can even use static import...

question
Implementation Detail
resolved

If the `imageIndex` changed when being visible, the component will flicker. It looks like it's caused by the key change by [this line](https://github.com/jobtoday/react-native-image-viewing/blob/master/src/ImageViewing.tsx#L186). I am wondering why the key is...

I have similar needs as this https://github.com/mistic100/jQuery-QueryBuilder/issues/474 But as it is pointed by the author, changing the select element multiple attributes won't work (without special handling). https://github.com/mistic100/jQuery-QueryBuilder/issues/474#issuecomment-295874269. But we have...

discussion

I wrote a custom Transform class, but it was put inside a girder plugin so when serialized to girder_worker the dynamic python module name controlled by girder is probably not...

Thank you for this library, this is the only library that I found provides easy to use API for "manipulating" ReactElement tree. But this doesn't seem to work with latest...

The plan is to add info viz view of barchart, linechart, scalarplot on top of currently supported geospatial datasets. The data to show is coming from the geospatial datasets. It...

Currently, if custom styling is not applied to a raster layer, legend won't be available to that layer. It would be preferable to have legend support for non-custom styled raster...

enhancement

Minerva currently store styling data onto the dataset model, however, this makes that each dataset can only persist one set of styling. The styling could be persisted with Minerva session...

```html var content1 = ` abc 123 `; var content2 = ` 123 xyz `; $el1 = $(content1); $el2 = $(content2); $target = $('#target'); $el1.appendTo($target); setTimeout(() => { var changes...

There are places in the code base that use Fiona, but why it's not defined in requirements.txt or setup.py?