Michael Angerman
Michael Angerman
All 48 of the warnings surrounding the following 2 issues have been resolved: use of deprecated macro `try`: use the `?` operator instead trait objects without an explicit `dyn` are...
const httpLink = new HttpLink({ uri: 'https://api.github.com/graphql', headers: { authorization: `Bearer ${ process.env.REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN }`, }, }); The **process.env code** is unreliable and for me on slower browsers I get an...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it [Picker Story](https://github.com/zed-industries/zed/blob/main/crates/storybook/src/stories/picker.rs) is now crashing and was introduced by #10620 Reason being...
@mikayla-maki approved my suggested change as noted in the issue below... Release Notes: - Fixed: [#10739 ](https://github.com/zed-industries/zed/issues/10739)
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it The commit before #9012 which is #9158 works ! 😄 Is there...
The file text_view was empty. So it does not need to be in the repo.
Make the gpui examples more consistent by activating the window upon startup. Most of the examples have ```rust activate(true) ``` so this one should as well. Make it easier to...