-
Refactor the event log list to use react query so we can remove all of the `useEffects` in these components. We are currently making multiple API calls to the same endpoint every time we fetch data, w…
-
To track the history of events it would be nice to track in textform who changed the event status when,
Interesting events to log would be:
- creation of the event (with responsible)
- change of th…
-
We want to be able to keep track of applicants that show up to our events; this shows a level of interest to help inform our decisions during recruiting and will also help improve some of our events o…
-
### Is there an existing issue for this?
- [ ] I have searched the existing issues
### Greenfield/Brownfield provisioning
greenfield
### Terraform Version
1.6
### Module Version
0.2.0
### Azur…
-
While performing some debugging of a user-reported issue, I came across some logs stating `Found a foreign IP address with the ID of the current node`. In hindsight this log happened to be unrelated t…
-
When adding `mousedown`, `mouseup`, and `click` listeners on the terminal container element, and then clicking on the terminal, I observe that the `click` is sometimes not delivered. (On macOS with a …
-
### Describe the feature
In #10598, the author added support for CloudWatch Logs log group as a target of an EventBridge event bus. The author noted that at that time, CloudFormation did not have s…
-
According to the [wiki](https://github.com/krisleech/wisper/wiki/Log-events), logging can be enabled with the following initializer settings:
Initializer for logger setup:
```ruby
# config/initia…
-
### Issue description
Since #3582, sigwinch is used to invalidate the OSC 11/10 cache. Since then, mode 2031 was created and it allows applications to listen for theme change events. tmux should li…
-
### What happened?
```php
#[On('filepond-upload-started')]
public function uploadStarted(): void
{
dd('fail'); // Only arrays and Traversables can be unpacked
}
#[On('filepond-upload-finished')]…