Richard Dominick

Results 113 issues of Richard Dominick

![telegram-cloud-photo-size-5-6141011765752869676-y](https://user-images.githubusercontent.com/34370238/190887382-69c58661-217a-4d5e-8026-94b9531ca95b.jpg) Currently, the remote execution tab is still visible in the public version of Source Academy. As the login route is not implemented in the public version: * Clicking the...

The editor component only shows up when the iOS device is set to "Request Desktop Website". Even manually spoofing the user agent does not work. Any iOS/iPadOS device (even DevTools)...

Follows the [deprecation notice](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/).

### Steps to Reproduce Configure using the old (deprecated) `worker(...)` notation (as defined in the examples in `lib/guardian/db.ex`): ```elixir children = [ worker(Guardian.DB.Sweeper, [interval: 60]) ] ``` ### Expected Result...

### Description Refer to their [release notes](https://github.com/stackgl/headless-gl/releases/tag/v8.0.2). Now, we have prebuilt binaries shipped for most systems, so it will save us so much time (and compute resources – especially for...

### Description ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ]...

### Description Refactors `SideContentReducer` to use "RTK" and Immer, as well as splitting the logic of stories and non-stories side content into separate sub-reducers for better readability. ### Type of...

### Description The mutable state should have been migrated to use `useRef` when the component was transitioned to a functional component. This was a regression introduced in #2875. ### Type...

### Description ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Breaking...