Sylvain Schellenberger

Results 28 issues of Sylvain Schellenberger

# Player Data Clump ## The issue [`Game:l50-53`](https://github.com/martinsson/BugsZero-Kata/blob/50c2806a2bc1c1c91f16887988ee2ed755acd987/php/src/Game.php#L50-L53) shows an example of [Data Clump](https://en.wikipedia.org/wiki/Data_clump): these are the players related data, and each index relates to a single player. Such indices...

Maybe it is dependent on the environment?

Hello, I did a translation to use it with my students, here it is if you want to use it. Thank you for this excellent presentation.

## Changes To insure compatibility with React 18 (both in development and production), this PR: - Removes Enzyme libraries and use directly `react-test-renderer` (updated) - Jest has been updated to...

Hello, thank you for this helpful library. I noticed some WebGL warnings when running it in Firefox (version 117.0.1, Linux 64 bits), but not on Chromium (version 116.0.5845.187, Linux 64...

This library is pretty helpful, but there's not many tutorials about it on the web. Here's an example of how to use the `brandi-react` library on a small app, including...

Notifications could be configured to be sent or not to specific recipients (users) or broader categories (roles). This could be done by passing a configured `Recipient_Factory` to the [Notification_Factory](https://github.com/WordPress/wp-notify/blob/3b5fca5d3b09cf820a9a2e5534113ea629d4342d/includes/Factory.php#L20) responsible...

[Type] Feature
[Scope] Service
[Priority] Low

In order for front-end and Back-end to be developed apart from each other, a contract between the two should be established before end. This would then be a good idea...

documentation
[Scope] Boundary - WordPress Core

Given a collection of notifications is aggregated (this shouldn't matter if they are retrieved from a persistence mechanism or generated during this same PHP request) When the dispatch call is...

[Type] Feature
[Scope] Service

The Repository will allow to query, store or update the notifications status: https://github.com/WordPress/wp-notify/blob/develop/includes/persistence/class-wp-notify-wpdb-notification-repository.php It should be configured with a connection to an actual persistence mechanism (like a MariaDB database) but...

[Scope] Database / Persistence
[Type] Feature