-
Crash logs from CrashReporter:
{"blame":[],"app_name":"PixelStudio","timestamp":"2021-12-02 23:16:08.00 +0000","app_version":"3.71","slice_uuid":"17bb5d68-b509-387a-9478-b7672731c0e6","adam_id":140…
-
Hello,
Moving from #14551.
We have a Flutter app which we're trying to include Firebase Analytics in it. But whenever we include Firebase Analytics, it started crashing in distribution builds.
…
-
The following code causes the compiler to crash:
```futhark
module type a = {
module b: integral
module c: integral
}
module a_impl = {
module b = i8
module c = i8
}
modu…
-
A kernel of mine uses a split rng over parallel threads solving an SDE. After each execution the state is joined and returned to continue execution next time. I've noticed that with certain thread num…
-
The core language uses a special `cert` scalar type for tracking variables where the value doesn't matter, but only the data dependency. In particular, this is used to ensure bounds checks occur befo…
athas updated
3 years ago
-
_Originally opened by @Kinrany in https://github.com/cuelang/cue/issues/87_
Some languages treat `/*` and `*/` as matching brackets, so that `/* /* */ */` is a valid comment block. Have you considere…
-
Proposal
--------
Authors should be able to style their content taking into account the users's preferred system-level color scheme (e.g. for dark mode on macOS Mojave, or Microsoft's [high-contra…
-
I have added flutter to my iOS app, and it can run on my iPhone. After I archive the app and install to my iPhone, once I launch the app, it will crash.
This is the device log:
```
Date/Time: …
-
Hi,
I have made a app in flutter. It works fine on android emulators and on real android phones. I also managed to run the app without problems in iOS simulators. However, when releasing the app on…
-
I am using MacOS and tried installing this library via pip. However there was an issue with OpenCL. However when I pip installed from source it worked. It seems like the latest change fixes my problem…