Nick Fagerlund
Nick Fagerlund
https://dw-dev.dreamwidth.org/215787.html?thread=1681899#cmt1681899 This is bizarre. I have some speculation downthread, but that's all it is. Best bet looks like using android emulator to run firefox with a tablet device profile, so...
Most of the built-in S2 layouts have one or more of the following issues, especially on mobile: - Overly wide margins crowding the content area. - On mobile, full-page margins...
Core2's `EntryPage::print_comments(cs)` function says: ```perl var int indent = ($c.depth - 1) * 25; "\n"; "
I finally figured some of this out. Also, these are two different malfunctions. These bugs are live on prod, not just my dev instance. ### Negatives - Doesn't have QR...
Since `inspector_ui` and `world_inspector_ui` take a `&mut World` and go in the `Update` schedule, Bevy's `ambiguity_detection` reporting shows them as having conflicting data access and indeterminate ordering with _basically everything._...
PowerSelect's `@selectedItemComponent` argument is incredibly useful! But it's also awkwardly indirect, and requires making a whole one-off component; a very "old ember" sort of idiom. Instead, I'd really like to...
#### Terraform Cloud/Enterprise version main #### Terraform version latest, doesn't matter. #### Terraform Configuration Files From the `TestAccTFEWorkspaceRun_withApplyOnlyBlock` test: ```terraform resource "tfe_workspace_run" "ws_run_parent" { workspace_id = "" apply { manual_confirm...
This PR adds tests for deferring data sources due to unknown count/for_each values, and makes the necessary behavior changes to get those tests passing. For reviewers: here's the main things...
Code reviewers working in other areas of the ecosystem have found this to be a useful habit. It's not always practical, but when it is, it's nice. (no changelog entry,...
This PR has two authors and two goals — @liamcervante was already working on wiring deferred values into outputs, and I needed to build on some of what he'd already...