Jamie Magee

Results 132 issues of Jamie Magee

It's already been packaged [here](https://github.com/MetaDark/nur-packages/blob/master/pkgs/applications/misc/rofi-wayland/default.nix), but I think it would still be useful to add here, as it's likely to be relevant to other users of this repo. There's a...

packaging request

This was an action item out of our last community meeting: https://github.com/microsoft/component-detection/discussions/134

type:docs

📆 Wednesdays (first Wednesday every month) 🕙 9:30AM Pacific Time ☎️ [Teams meeting](https://teams.microsoft.com/l/meetup-join/19%3ameeting_MjMxMTU2YjMtNWJmNi00N2ZkLWE4YzctNTMyM2ZmYjdkNzQ2%40thread.v2/0?context=%7b%22Tid%22%3a%2272f988bf-86f1-41af-91ab-2d7cd011db47%22%2c%22Oid%22%3a%22332baf39-f90b-4048-8ec7-34c1549b27e9%22%7d) ## Next Meeting - [2023-02-xx](https://github.com/microsoft/component-detection/discussions/) ## Past Meetings - [2024-01-03](https://github.com/microsoft/component-detection/discussions/919) - [2023-11-29](https://github.com/microsoft/component-detection/discussions/916) - [2023-11-04](https://github.com/microsoft/component-detection/discussions/869) - [2023-10-04](https://github.com/microsoft/component-detection/discussions/829) -...

Automatic refactor applied by IDE to use `var` in place of explicit types where the type is otherwise defined. For example: ```C# var sb = new StringBuilder(); ``` instead of...

type:refactor

Currently we use the `Nett` library for parsing TOML files. However, it appears that it has been deprecated. The package on NuGet.org hasn't been updated in over 2 years[^1] and...

good first issue
status:ready
type:refactor
detector:rust

Currently our packages are only published to our GitHub NuGet feed[^1]. To make is easier for users to find and consume our packages we should publish our packages to nuget.org....

status:requirements

This PR adds support for a new `--ManifestFileFormat` flag which accepts: - `ComponentDetection` - `CycloneDx` - `SPDX` Currently `ComponentDetection` (default) and `CycloneDx` are implemented, with plans to implement `SPDX` once...

version:minor
type:feature
dependencies

For the detectors that we support, we should also record the version of the build tool that is available in the build environment. This request came from an internal Microsoft...

status:requirements
type:feature

The package name does not always line up 100% with the upstream or source name. For example some Linux distributions suffix the major version to differentiate i.e. python2 and python3....

type:bug
detector:linux

The `distutils` module in Python was deprecated in Python 3.10[^1] and is planned to be removed entirely in Python 3.12. Our Python detector is currently based around `distutils`[^2]. Python 3.12...

status:in-progress
type:refactor
detector:pip