-
**Describe the bug**
I have an abstract species and I create two subspecies.
```
species Animal {
action my_action virtual: true;
}
species Cat parent: Animal{
action my_action {
}
}
sp…
-
ComboBoxDisplay appears to have an initial layout problem when its value exceeds its range. Selecting another choice and then switching back fixes the layout, hence "initial".
The problem also mig…
-
Hey Markus,
As a feature request, any chance you'll be bringing this into the package?
https://developers.google.com/chart/interactive/docs/gallery/wordtree
It looks pretty awesome!
-
I know a similar issue is posted in the known issues thread but it does not seem to help me. I keep getting this error no matter what I try, so perhaps I can get answers here. My model is supposed to…
-
My first question :)
I have some users on my Plex server that had bad internet access. The server can transcode but thats no the problem, looking the logs I find they always ended at 1.5mbps SD. Plex…
-
I'd like to start a discussion about the possible next-gen API based on [react hooks](https://reactjs.org/docs/hooks-intro.html) for `react-apollo`.
I think this API brings a perfect opportunity for …
-
This issue is here to allow us to discuss the future of this app. Since there are things that changed regarding licensing of images from the unsplash-service, there may be features which may not be po…
-
Hi,
I'm currently trying to generate heatmap using grad-cam from my InceptionV3 model but I'm getting weird results:
![capture](https://user-images.githubusercontent.com/15847892/37389169-9189dc3c-2…
-
Hi, @varunagrawal @abhshkdz @mcogswell @Ramprasaath @vrama91
As a result of classifying with Resnet, Accuarcy is over 99%. If you hit map the object area with gradCAM with that model file, it does…
-
As per [`chartblock.js`](https://github.com/Matthew-Weber/ReutersCharter/blob/master/_CHARTBLOCK/chartblock.js), it is allowed to pass in data transformations to categorical scales, which can lead to …