-
When debugging the implementation of a view method annotated with `@CallOnMainThread` the app crashes.
Simple scenario to reproduce:
```
class MainActivity : TiActivity(), TestView {
ov…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
During plugin development, when using `addonmanager_utilities.restart_freecad()` for…
-
**Describe the bug 🐞**
I'm trying to implement a discrete callback which changes the value of a parameter. I'm using ComponentArrays for the parameters as my application is for large systems with c…
-
### Motivation and description
Lots of packages still use try/catch. Normal execution uses try, so we can easily support it by always assuming try branch? Maybe raise a warning of this assumption.
…
-
**Description of bug**
Weird behavior of automatic differentiation: error is thrown for a function, but not for a slightly rewritten (though analogous) function or for a bit more complicated one.
…
-
### Steps to reproduce the bug
1. Open saved YouTube playlist
2. Navigate by arrows in android emulator on any song in list
3. Press several times on "right"
### Expected behavior
Nothing happene…
-
Here is the minimal reproducer I came up with
```julia
import Flux
import Zygote
using Functors
struct Test
a
b
end
@functor Test
function (m::Test)(x)
a = x
for f=m.…
-
2019-02-19 18:53:54.173 32276-32368/? I/GooglePlugin: Building GoogleApiClient
2019-02-19 18:53:54.175 32276-32368/? I/zygote: Rejecting re-init on previously-failed class java.lang.Class: java.lang.…
-
```
What steps will reproduce the problem?
1. build an eng ROM with AOSP PLATFORM_VERSION 4.4.3.43.43.43
2. build again with WITH_ADDRESS_SANITIZER=true
3. run the emulator
4. use below commands to se…
-
Following discussion on Population type in https://github.com/cesaraustralia/Dispersal.jl/issues/70#issuecomment-737756996_
I start reviewing the possibilities, given quite big "Comment". There are…