-
```dart
@Component(
selector: 'list',
template: ''
)
class ListComponent {
// should have been `@ContentChild()` instead, to get the template passed by the parent
// instead of the temp…
-
I made an interaction diagram that represents the indivdual roles and steps that AgileCoder does with the Agile CompanyConfig and thought you might find it helpful:
```mermaid
sequenceDiagram
a…
-
### Description
Getting: Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle after installing v1
### CodeSandbox/Snack link
https…
-
### Ultimate Goal
Comprehensive contact list of past cycle agency contacts for newsletters, outreach, and other stakeholder engagement.
### Audience
List: internal SNWG SEP use only
### Additional…
-
The statistics of the `cardiac` and `respiration` module are computed using as a timeframe the time that goes from midnight to midnight. It would be interesting to offer two different functions for ea…
-
Not sure if this is an “issue” or a misunderstanding. Predbat(8.5.11)’s plan for my GE AIO is almost never executed as shown. On a cloudy autumn day with negligible PV and a fairly steady and consiste…
-
- [x] Reports to be made in UAT and in Metabase.
- [x] [Analysis Link](https://docs.google.com/spreadsheets/d/15gmlRxBRIuXRY5X_GHNkHxtXNFefkdelR-sPTLjYORE/edit?gid=637888797#gid=637888797)
- [x] Descr…
-
### Problem
I'm trying to make something that looks like the following:
class Parent: Object {
@Persisted var children: List
}
class Child: EmbeddedObject {
@Persisted var children: …
-
### Describe the bug
Talking about ["cruft"](https://github.com/TiddlyWiki/TiddlyWiki5/pull/8163#issuecomment-2435809090).
The core UI uses `tc-reveal` so excessively, that it has absolutely no va…
-
```
void OutboundCall::CallCallback() {
int64_t start_cycles = CycleClock::Now();
{
callback_();
// Clear the callback, since it may be holding onto reference counts
// via bound…