-
Example to reproduce
```dart
class _BaseContextMenu extends StatefulWidget {
@override
State createState() => _BaseContextMenuState();
}
class _BaseContextMenuState extends State {
bool…
knopp updated
4 months ago
-
> Sexual language and imagery is not appropriate for any conference venue, including talks, workshops, parties, Twitter and other online media.
Being inclusive and progressive does not mean that we…
-
Here is a test case that shows the failure. Comment/uncomment one of the `let json_deserializer =` lines to toggle between the JSON test data. The output for the failing case is:
```
Error parsing f…
-
Next time someone develops lesson material, this might make a fantastic worked example or lab or exercise. I'd like to eventually work it up myself but putting it here in case anyone gets to it first.…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR39039](https://bugs.llvm.org/show_bug.cgi?id=39039) |
| Status | NEW |
| Importance | P normal |
|…
-
Hello,
I am trying to build VSCode on FreeBSD11.1, but get this:
```
Patching file ui/gfx/BUILD.gn using Plan A...
Hunk #1 succeeded at 22.
Hmm... The next patch looks like a unified diff to m…
-
**What problem does this solve or what need does it fill?**
As with our previous discussion on implicit ordering of systems (see #1144), insertion order mattering is frustrating to debug at scale a…
-
## Second Project Meeting ##
Ben guided the team through github token creation and git config. Our newest member Huzan needs additional time to install and configure git, but Matt and Jake successfu…
-
Hello! Would you be willing to remove the [non-determinism in the proc macros](https://github.com/elastio/bon/blob/a5ccc084c0293520cf6a37af6e80a8213dcf0e77/bon-macros/src/builder/builder_gen/models.rs…
-
I've used sentry quite a bit, and a very common issue is that you end up with two different versions of sentry-core in your application, which results in errors being silently dropped! This issue is r…