Ruben Vereecken
Ruben Vereecken
I just wanted to share something, perhaps for the docs? It wasn't super hard to find out why but I couldn't manage to get flutter test driver to work with...
Hi, it's me again, your favourite source of unwanted bug reports. I'll start off with the error message. ``` E/flutter (14134): [ERROR:flutter/shell/common/shell.cc(209)] Dart Error: Unhandled exception: E/flutter (14134): setState() called...
I've got the splash screen wrapped in a StatelessWidget. The idea is that if something really bad fails, a dialog pops up and the user can confirm another attempt. At...
I have ``` 1.0.55+132 ``` I want ``` 1.0.55+132-alpha or 1.0.55+132-alpha.1 ``` I expected to be able to use ``` cider bump pre --pre=alpha ``` except that doesn't seem supported....
## Bug report **Describe the bug** Before we upgraded, I've never had this not happen to me. Strangely, my colleague never gets this on his device. Firebase throws every single...
Our use case is an app that runs in the browser. We don't want to make anything responsive yet, it should just be roughly the size of a phone on...
It's been a while since I last tried but I can confirm this has worked at some point in time. Global Notifies have however stopped stacking. Scenario: - Data gets...
This bug occurs only on iOS. Our prerelease versions look like this: ``` 1.0.56-beta.4+1324 ``` On Android, all is well: ```dart // Android > print((await PackageInfo.fromPlatform()).version) 1.0.56-beta.4 ``` On iOS...
`tf.einsum` provides a pretty way to do tensor multiplications past 2D. Simplifies the code but only slightly, mostly increases readability.
I'm having trouble understanding the magic constant `16./196` in https://github.com/yunjey/show-attend-and-tell/blob/master/core/model.py#L176. In the paper, this value is `1`, meaning they try to force the different alphas to sum up to 1...