-
Models currently use magic `__get` and `__set` methods to access the underlying `WP_` class properties. In order to keep the code succinct, we don't transform the property name which means needing to …
-
# General comments and possible improvements
The code has clear logic and it's well organized, I noticed you've used different approaches, which is a good thing.
In the first instance, you applie…
-
### Current behavior / Resultado actual / Résultat actuel
The list of courses for students and teachers appear with no particular logic. The issue with that is that a change in one of the course's se…
-
When running goose for the first time on a clean DB the following lines are printed to the DB log (using Postgres):
```console
ERROR: relation "goose_db_version" does not exist at character 36
S…
-
This is the first stage of #1120
While trying to add integration tests we noticed that the roles logic should have a bit of refactor, mainly moving some of the library logic out of `main.rs` to `l…
-
### 1. ViewHolder
In order to make the **shipyard** crate more general porpuse and easly programable without going into source code, we can introduce :
- **ViewHolder :** a derive macro that can be …
-
The current logic for updating the cluster in Scylla Manager includes validating host connectivity. This process involves the Manager querying one of the known hosts (stored in the ManagerDB) to disco…
-
### Prerequisites
- [ ] I have carried out troubleshooting steps and I believe I have found a bug.
- [ ] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
Found some strange and non-used code in `EnterEventType`:
* `EnterEventType.SELF` -> `EventType.ENTERS_THE_BATTLEFIELD_SELF` - only Bestow ability used it
* `EnterEventType.CONTROL` -> `EventType.EN…
-
This use case is for a New Products virtual category. We set the sort direction to newest first (custom attribtue) on the virtual category, all is good on the New Products category, but then when you …