Jamie Magee

Results 179 issues of Jamie Magee

GCC 14 was release on 7th May[^1]. It introduced a new warning `-Wcalloc-transposed-args`[^2] designd to raise a warning when the arguments to `calloc` were given in the wrong order. Unfortunately,...

The types for the boolean `def`s is a little funky (`github_actions` and `deterministic_updates`) but it's a good start, and works for now.

sorbet 🍦

Maestro currently uses the `Microsoft.AspNetCore.WebHooks.Receivers.GitHub` package to receive and process GitHub webhooks. This package has been deprecated as part of the .NET package maintenance effort[^1]. GitHub now has an official...

This PR includes: - Moving `package.json`, `package-lock.json`, `.eslintrc.json`, and `task.json` to the root of the repository - Renaming `buildAndReleaseTask` to `src` - Adding the `build` task as an npm script...

Azure Pipelines tests are currently failing with the error: > No hosted parallelism has been purchased or granted. To request a free parallelism grant, please fill out the following form...

The currently published extension ships `node_modules` in the `.vsix` file[^1]. In order to make the package smaller, and improve loading speed, we should bundle the required dependencies using webpack, swc,...

You can use the `tfx-cli`[^1] to build and package the extension, as well as publish to the marketplace. There are currently some tasks for Azure DevOps which encapsulate many of...

Azure Pipelines has a feature called pipeline decorators[^1] which allow you to automatically inject tasks at specific points in the build. [^1]: https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-pipeline-decorator

### Version 29.4.0 ### Steps to reproduce 1. Clone my repository at https://github.com/JamieMagee/jest-structuredclone-strictequal/blob/master/index.spec.js 2. `npm install` 3. `npm test` ### Expected behavior I expect to see objects cloned with `structuredClone`...

Needs Triage
Bug Report

### What are you trying to accomplish? Complete strict sorbet typing `go_modules` ### Anything you want to highlight for special attention from reviewers? Also enabled `Sorbet/StrictSigil` to prevent regressions ###...

L: go:modules
sorbet 🍦