-
When preparing #828 it was found that it is too easy to accidentally create a circular import structure (especially between `utils.py` and `game.py`). Part of it is caused by global variables; part of…
-
### Is your feature request related to a problem? Please describe.
Backfilling can backpressure upstream, causing the existing streaming jobs to be slower or even stuck. There are three cases where b…
-
croml updated
7 months ago
-
There's an RTBC patch in Panopoly for decoupling Navbar styling from Panopoly Admin. https://www.drupal.org/node/2051621
This would move the Navbar styling (the tray adjustments) to panopoly-admin-na…
-
`PredictorBaseViz` should only visualize, and not inherit any of the `compute.predict.PredictorBase` methods.
-
Drupal 10.1 introduced the LinkSet endpoints from decoupled_menus modules:
https://www.drupal.org/project/drupal/issues/3227824
https://www.drupal.org/project/decoupled_menus
So the https://www.d…
-
# Release Patch Preparation Guide
## Step 1: Backporting Pull Requests
1. **Identify PRs**: Review any pull requests (PRs) that need to be backported to the release branch.
2. **Backporting Pro…
-
### What would you like to be added
From @mikernet:
I know that currently Uno.Sdk versioning is strongly tied to Uno version, but would be nice if that wasn't the case. When writing libs you want …
-
To make sure that changes to SaaS API and client plugin work toghether @zackkatz and I discussed the need for a PHP SDK/ API client for plugin to use, that can be installed via composer. This will mak…
-
When running yosys -p "read_verilog -sv generated-src/freechips.rocketchip.system.LitexConfig_small_1_1.sv"
on my newly generated System Verilog code, after finally extending Yosys for the new syntax…