Anton Begehr
Anton Begehr
bump [Enter steps to reproduce:] 1. open Atom 2. error is show **Atom**: 1.28.0 x64 **Electron**: 2.0.3 **OS**: Mac OS X 10.13.5 **Thrown From**: [node-debugger](https://github.com/kiddkai/atom-node-debugger) package 1.10.1 ### Stack Trace...
hey I have the same problem. how can we fix this?
> this tool works for me https://jakearchibald.github.io/svgomg/ Or check out the command line tool here: https://github.com/svg/svgo – works like a charm!
@chrisgereina, any code to share on this?
`YellowBox.ignoreWarnings(["Require cycle:"]);` worked for me 👍 Here is my index.js: ``` /** @format */ import { AppRegistry, YellowBox } from "react-native"; import App from "./App"; import { name as appName...
Async guard would be great!
same issue. writing a new import for each component is a hassle. will a fix be released? EDIT: also the View imported from @shoutem/ui/components/View does not work as the one...
The detected communities, as represented by a Gaussian Mixture Model (GMM), are accessible at `com_learner.g_mixture`. See https://github.com/andompesta/ComE/blob/master/ADSCModel/community_embeddings.py#L24 You can add some code to the end of `main.py` to extract info...
Have the same issue running on an iOS device: snapToItem(), snapToPrev(), and snapToNext() don't work. I spent a long time trying to debug on `3.8.0` with no success, except for...
+1, also running into this issue. According to the docs it is correct to watch the provider and call refresh on provider.future: https://pub.dev/documentation/flutter_riverpod/2.0.0-dev.9/flutter_riverpod/WidgetRef/refresh.html Whereas that triggers the uncaught exception and...