-
Example to reproduce
```dart
class _BaseContextMenu extends StatefulWidget {
@override
State createState() => _BaseContextMenuState();
}
class _BaseContextMenuState extends State {
bool…
knopp updated
4 months ago
-
## Overview
Like other web forms, userform submission can hold a lot of sensitive data. Submissions are often *both* stored in the CMS database, and emailed out. Particularly if that email address …
-
Under both julia 1.9.3 and 1.10.0-beta2, I get
```julia
julia> macro macrobuilder()
quote
macro $(esc(:foo))()
display(__module__)
end…
-
### Labels
[BUG][MINOR]
### Description
being cloned removes the stinky trait and hygiene meter.
### Steps to reproduce
1. equip the stinky trait
2. die.
3. be cloned.
4. realise y…
-
Things that require safe water (use common sense) should require water packs in the recipe:
- Swimming Pool
- Water Tubs
- Fountain
- Kitchen Sink
~~- Shower~~
~~- Bath Tub~~
Toilets, latri…
-
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 |
|…
-
To bridge the time until we have proc macros (if ever), let's make some small macros that make matching arguments more convenient.
```rust
macro_rules! first_arg {
($signal:expr, $var:ident: $ty…
-
## 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…