Richard Dominick
Richard Dominick
 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...
# System Plugin Version: 17.0.0 Application: IntelliJ IDEA Ultimate Edition (2023.3.2) Operating System: Mac OS X (14.2.1) # Event ## Exception ### Stacktrace com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside...
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...