Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

bobbyg603

bobbyg603 created a comment on an issue on BugSplat-Git/symbol-upload
@Alan5142 we'll look into adding this. It will be dependent on the type of action runners offered by GitHub. In the meantime, you can generate a binary yourself by cloning this repo and running ...

View on GitHub

bobbyg603 opened an issue on BugSplat-Git/Test
BugSplat Crash: MyUnrealCrasher
**BugSplat** [Key Crash 7607](https://app.bugsplat.com/v2/keycrash?stackKeyId=7607&database=Fred) **Sample Version:** 1.0 **Sample Callstack:** <table><tr><td>MyUnrealCrasher</td><td></td></tr><t...
bobbyg603 opened an issue on BugSplat-Git/Test
BugSplat Crash: MyConsoleCrasher!MemoryException(179)
**BugSplat** [Key Crash 10315](https://app.bugsplat.com/v2/keycrash?stackKeyId=10315&database=Fred) **Some Customer Responses:** This is the default user crash description. - mailto:f2cb32166f77f3...
bobbyg603 opened an issue on BugSplat-Git/Test
BugSplat Crash: MyConsoleCrasher!MemoryException(179)
**BugSplat** [Key Crash 10315](https://app.bugsplat.com/v2/keycrash?stackKeyId=10315&database=Fred) **Some Customer Responses:** This is the default user crash description. - mailto:f2cb32166f77f3...
bobbyg603 opened an issue on BugSplat-Git/Test
BugSplat Crash: MyConsoleCrasher!MemoryException(179)
**BugSplat** [Key Crash 10315](https://app.bugsplat.com/v2/keycrash?stackKeyId=10315&database=Fred) **Some Customer Responses:** This is the default user crash description. - mailto:f2cb32166f77f3...
bobbyg603 opened an issue on BugSplat-Git/Test
BugSplat Crash: MyConsoleCrasher!MemoryException(179)
**BugSplat** [Key Crash 10315](https://app.bugsplat.com/v2/keycrash?stackKeyId=10315&database=Fred) **Some Customer Responses:** This is the default user crash description. - mailto:f2cb32166f77f3...
bobbyg603 edited a wiki page on BugSplat-Git/bugsplat-unreal
bobbyg603 created a wiki page on BugSplat-Git/bugsplat-unreal
bobbyg603 opened an issue on BugSplat-Git/Test
BugSplat Crash: MyConsoleCrasher!MemoryException(179)
**BugSplat** [Key Crash 10315](https://app.bugsplat.com/v2/keycrash?stackKeyId=10315&database=Fred) **Some Customer Responses:** This is the default user crash description. - mailto:f2cb32166f77f3...
bobbyg603 created a comment on an issue on recca0120/vscode-phpunit
Thank you so much @maxnyby, this update fixed our issue as well. 👏🎉🍻

View on GitHub

bobbyg603 created a comment on an issue on ionic-team/ionic-framework
ughh ```ts let consoleError = console.error; // Silence really annoying console error from ion-menu // See https://github.com/ionic-team/ionic-framework/issues/24566 beforeAll(() => { ...

View on GitHub

bobbyg603 created a comment on an issue on ionic-team/ionic-framework
I got so sick of seeing this message I did something pretty gross. ```html <ion-menu *ngIf="delay$ | async" contentId="whatever">...</ion-menu> ``` ```ts delay$ = timer(0).pipe(map(() => t...

View on GitHub

bobbyg603 created a comment on an issue on ionic-team/ionic-framework
This is driving me nuts! Has anyone found a fix for this?

View on GitHub

bobbyg603 created a comment on an issue on BugSplat-Git/symbol-upload
Thanks for the bug report @yoanlcq, we've released a fix in v10.1.5 which can be downloaded [here](https://github.com/BugSplat-Git/symbol-upload/releases/tag/v10.1.5)

View on GitHub

bobbyg603 published a release on BugSplat-Git/symbol-upload
v10.1.5
## What's Changed * fix: exFAT error by @bobbyg603 in https://github.com/BugSplat-Git/symbol-upload/pull/149 **Full Changelog**: https://github.com/BugSplat-Git/symbol-upload/compare/v10.1.4....
bobbyg603 created a tag on BugSplat-Git/symbol-upload

v10.1.5 - Cross-platform symbol upload utility

bobbyg603 pushed 1 commit to main BugSplat-Git/symbol-upload

View on GitHub

bobbyg603 deleted a branch BugSplat-Git/symbol-upload

bobbyg603/issue148

bobbyg603 closed an issue on BugSplat-Git/symbol-upload
Windows: ENOENT when the tool is run from a directory in an exFAT drive (seen on v10.1.2 of the tool)
Hi, as the title says, the following error is encountered when running `symbol-upload-windows.exe` (`v10.1.2`) from an exFAT drive: ![FailsOnExFat](https://github.com/user-attachments/assets/6ba...
bobbyg603 closed an issue on BugSplat-Git/symbol-upload
Windows: ENOENT when the tool is run from a directory in an exFAT drive (seen on v10.1.2 of the tool)
Hi, as the title says, the following error is encountered when running `symbol-upload-windows.exe` (`v10.1.2`) from an exFAT drive: ![FailsOnExFat](https://github.com/user-attachments/assets/6ba...
bobbyg603 pushed 1 commit to main BugSplat-Git/symbol-upload
  • fix: exFAT error (#149) Fixes #148 5038995

View on GitHub

bobbyg603 closed a pull request on BugSplat-Git/symbol-upload
fix: exFAT error
### Description This change simplifies the way we do temp files so we don't end up with weird characters in the path. I think the original approach was supposed to handle same file names in diffe...
bobbyg603 opened a pull request on BugSplat-Git/symbol-upload
fix: exFAT error
### Description Simplify the way we do temp files. I think the original approach was supposed to handle same file names in different directories and also give us some breadcrumbs for debugging. Ho...
bobbyg603 created a branch on BugSplat-Git/symbol-upload

bobbyg603/issue148 - Cross-platform symbol upload utility

bobbyg603 created a comment on an issue on BugSplat-Git/symbol-upload
Closing, won't fix

View on GitHub

bobbyg603 closed an issue on BugSplat-Git/symbol-upload
Update exe icon
https://github.com/vercel/pkg/issues/151
bobbyg603 created a comment on an issue on BugSplat-Git/symbol-upload
I'm guessing that node.js doesn't use native Windows calls for file operations which would explain why this doesn't work. I don't think there's much we can do here... Closing and recommending anyon...

View on GitHub

bobbyg603 closed an issue on BugSplat-Git/symbol-upload
unknown error, write - new issue with ReFS partition on Windows
We are using symbols-upload-windows.exe executed via ADO CI pipelines. We've recently started a POC using an ReFS filesystem on Windows, and are now seeing this type of failure with very little in...
bobbyg603 deleted a branch BugSplat-Git/my-electron-crasher

dependabot/npm_and_yarn/eslint-9.17.0

bobbyg603 pushed 1 commit to master BugSplat-Git/my-electron-crasher
  • chore(deps-dev): bump eslint from 9.16.0 to 9.17.0 (#235) Bumps [eslint](https://github.com/eslint/eslint) from 9.16... 9ecaab9

View on GitHub

Load more