Jamie Magee

Results 253 comments of Jamie Magee

Currently failing on: - [x] hex - Version 24 of Erlang is not shipped in Ubuntu 24.04 - Fixed by updating to version 25 - [x] nuget - Version 70.1-2...

@fnoGematik Yeah, we essentially need to copy the official Swift Dockerfile for Ubuntu 24.04: https://github.com/swiftlang/swift-docker/blob/main/5.10/ubuntu/24.04/Dockerfile

Yeah, I think this should be in addition to the current default version that is installed in the container images.

@prplecake are you able to share any other logs? @kmcc049 It's hard to say whether or not it's related to Sorbet without any stack traces.

I've documented the enums here: - [`NoteType`][1] - [`RelationType`][2] - [`PublisherType`][3] - [`ReferenceType`][4] - [`VulnerabilityThreatType`][5] - [`BranchTypeType`][6] - [`VulnerabilityStatusStatus`][7] - [`CvrfDocumentTrackingStatus`][8] - [`VulnerabilityInvolvementStatus`][9] - [`VulnerabilityRemediationType`][10] [1]: https://github.com/JamieMagee/MicrosoftSecurityUpdates/blob/6c6d9bfa30203c5a42260f6ea8a8e802d59afcf4/src/JamieMagee.MicrosoftSecurityUpdates.Schema/NoteType.cs [2]: https://github.com/JamieMagee/MicrosoftSecurityUpdates/blob/6c6d9bfa30203c5a42260f6ea8a8e802d59afcf4/src/JamieMagee.MicrosoftSecurityUpdates.Schema/RelationType.cs [3]:...

I've documented the enums here: - [`NoteType`][1] - [`RelationType`][2] - [`PublisherType`][3] - [`ReferenceType`][4] - [`VulnerabilityThreatType`][5] - [`BranchTypeType`][6] - [`VulnerabilityStatusStatus`][7] - [`CvrfDocumentTrackingStatus`][8] - [`VulnerabilityInvolvementStatus`][9] - [`VulnerabilityRemediationType`][10] [1]: https://github.com/JamieMagee/MicrosoftSecurityUpdates/blob/6c6d9bfa30203c5a42260f6ea8a8e802d59afcf4/src/JamieMagee.MicrosoftSecurityUpdates.Schema/NoteType.cs [2]: https://github.com/JamieMagee/MicrosoftSecurityUpdates/blob/6c6d9bfa30203c5a42260f6ea8a8e802d59afcf4/src/JamieMagee.MicrosoftSecurityUpdates.Schema/RelationType.cs [3]:...

`pacman` is available in the Ubuntu repositories from Kinetic (22.10) onwards[^1] [^1]: https://packages.ubuntu.com/source/kinetic/pacman-package-manager

Good idea, but how can I map source code to a URL?

Did Sentry cause the error or is this log just Sentry sending telemetry about the error before it gets logged to stdout?

Sentry is the monitoring platform that Dependabot uses. That log is saying that Sentry captured an exception and sent it to Sentry's API for processing. You can see where the...