-
### Issue Description
I just migrated to nativescript 8.5.0. In the chrome devtools I was always able to analyse network packages in the network tab. I think on ios the feature was broken throughout …
-
The visualization of the network is much better than the current Keras model.summary(). Can we make the visualization component into a widget that can be used to visualize Keras model within jupyter n…
-
hi, thank you for this nice project
I am trying to integrate one of the following plugins:
Leaflet GeoSearch
Leaflet Control OSM Geocoder
Leaflet Control Geocoder
into ngx-leaflet
would …
-
Hello,
I wanted to know if there is a plugin update for the ojs-3.3.0-13 version, unfortunately I get a blank box with only the "Keyword" header. I tried to search using the classic search and it w…
-
Hello together,
I am currently trying to debug an issue in my app which seems to be related to an older iOS version being used, seems like ngOnInit is not called for an angular component in my app. H…
-
The current count scale implies many colors you won't actually see, due to the gradient fill. This example heat map (with "enhance") only has 8 colors. Does it make sense to turn the gradient fill…
-
We need a graph visualizer for our Odyssey Hackathon project (see #1 for overview). Let's use this thread to spec it out.
I imagine the graph visualizer displaying a subset of nodes in a SourceCred…
-
- [x] Use npm, don't have static dependencies
- [ ] Upgrade versions of dependencies (most important are probably `webpack` and `karma`, many others will follow with these)
- [ ] don't use `require`…
-
I am working on implementing the molecular viewer "LiteMol" on my html webpage. The plugin is working great when loading a pdb file from a predefined library (see second code example below), but I wan…
-
Currently I can create a slider like this
```
var slider = d3.slider().min(0).max(10);
d3.select("#slider").call(slider)
```
This creates a slider. Is there a way to update the position of the slide…