Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
morganick created a comment on a pull request on infinitered/reactotron
@yurik256 I'm good with putting it after the URL. I'd love to update the design of the timeline to accommodate for things like this. It gets lost a bit either way, but I agree that after is easier ...
morganick created a review on a pull request on infinitered/reactotron
Sorry for such a long delay in this. I had a couple of moments this morning and had the tab still open 😅 I haven't had a chance to fully test this out with a GraphQL API & Apollo Client. I'll look ...
morganick created a review on a pull request on infinitered/reactotron
Sorry for such a long delay in this. I had a couple of moments this morning and had the tab still open 😅 I haven't had a chance to fully test this out with a GraphQL API & Apollo Client. I'll look ...
morganick created a comment on an issue on zed-industries/zed
Thanks @SomeoneToIgnore 🙌
morganick created a comment on an issue on zed-industries/zed
I'm also experiencing this: ``` Language server error: eslint oneshot canceled -- stderr-- node:internal/modules/cjs/loader:1222 throw err; ^ Error: Cannot find module '/Users/morga...
morganick pushed 4 commits to feat-graphql-operation-name-network-tab yurik256/reactotron
- fix: Removing react-native-flipper (#1524) ## Please verify the following: - [x] `yarn build-and-test:local` pass... b1e7022
- release(reactotron-app): 3.7.4 [skip ci] e8ea385
- release(reactotron-react-native): 5.1.10 [skip ci] ed7c16e
- Merge branch 'master' into feat-graphql-operation-name-network-tab 86914b3
morganick closed an issue on infinitered/reactotron
Remove flipper code from reactotron-react-native
We currently depend on react-native-flipper https://github.com/infinitered/reactotron/blob/b6c32b6975a3df4617eabc693cf8007a5326c1b4/lib/reactotron-react-native/package.json#L53 We have a separate ...morganick pushed 1 commit to master infinitered/reactotron
- fix: Removing react-native-flipper (#1524) ## Please verify the following: - [x] `yarn build-and-test:local` pass... b1e7022
morganick closed an issue on infinitered/reactotron
Remove flipper code from reactotron-react-native
We currently depend on react-native-flipper https://github.com/infinitered/reactotron/blob/b6c32b6975a3df4617eabc693cf8007a5326c1b4/lib/reactotron-react-native/package.json#L53 We have a separate ...morganick created a comment on a pull request on infinitered/reactotron
@frankcalise found that the Android side of the example app wasn't building. The culprit was `react-native-screens`. Went ahead and upgraded that. Probably should do another upgrade pass here soon ...
morganick pushed 1 commit to remove-flipper infinitered/reactotron
- Fixing android build - bumping expo and react-native-screens 66e360f
morganick created a review comment on a pull request on infinitered/reactotron
This was the only place this was used so I removed it as well.
morganick created a review comment on a pull request on infinitered/reactotron
I did not investigate why we have these commands so early. I only dropped the reference to flipper.
morganick opened a draft pull request on infinitered/reactotron
Removing react-native-flipper
## Please verify the following: - [ ] `yarn build-and-test:local` passes - [ ] I have added tests for any new features, if relevant - [ ] `README.md` (or relevant documentation) has been updated w...morganick created a branch on infinitered/reactotron
remove-flipper - A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
morganick closed an issue on infinitered/reactotron
Logging null crashes the app UI
### Describe the bug `console.tron.log(null)` results in the app UI crashing. <img width="762" alt="image" src="https://github.com/user-attachments/assets/a4e93f89-740d-4852-812c-3e28b0951e26">...morganick pushed 1 commit to master infinitered/reactotron
- Fix: Handling console.log(null) (#1520) ## Please verify the following: - [x] `yarn build-and-test:local` passes ... 98e4805
morganick closed an issue on infinitered/reactotron
Logging null crashes the app UI
### Describe the bug `console.tron.log(null)` results in the app UI crashing. <img width="762" alt="image" src="https://github.com/user-attachments/assets/a4e93f89-740d-4852-812c-3e28b0951e26">...morganick closed a pull request on infinitered/reactotron
Fix: Handling console.log(null)
## Please verify the following: - [x] `yarn build-and-test:local` passes - [ ] ~I have added tests for any new features, if relevant!~ - [ ] ~`README.md` (or relevant documentation) has been u...morganick pushed 1 commit to fix-console-log-null infinitered/reactotron
- Another place we don't handle null correctly 56a8a9b