Brian Surowiec

Results 67 issues of Brian Surowiec

Recently a bunch of new .net support was added to OctoLinker for: - `dotnet-tools.json` (local tool configs) - `packages.config` - `Directory.Build.props` - `Directory.Build.targets` - `*.csproj`, `*.fsproj`, and `*.vbproj` files The...

Fixes #90

enhancement
javascript

This adds the ability to run multiple scripts in a single call via `dotnet r script1 script2`. They will run serially and the group will exit on the first error...

enhancement

This is similar to how [`npm-run-all`](https://github.com/mysticatea/npm-run-all/blob/master/docs/npm-run-all.md#argument-placeholders) supports this and will allow passing values to different parts of the script. - `{1}`, `{2}`, ... - An ordered argument quoted - `{@}`...

enhancement

Much like [`npm-run-all`](https://github.com/mysticatea/npm-run-all) we should be able to do something like `dotnet r *:build --parallel` and have all scripts ending with `:build` run in parallel. Leaving off the `--parallel` option...

enhancement

This should do a couple things: 1. If a `global.json` doesn't exist in the executing folder create one 2. Add a `scripts` section with a simple `echo "hello world"` type...

enhancement

I put together a small page to let you preview [annotation commands](https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-error-message). Which section should this go under? Repo: https://github.com/xt0rted/annotation-previewer View: https://xt0rted.github.io/annotation-previewer/

I'm not sure if this is a chrome issue or a generic styling issue, but the default outline is being applied along with our custom color. If you also set...

chrome :speak_no_evil:
bug :bug:

* **Browser**: chrome 76 * **Operating System**: win10 * **Link to page with the issue**: - https://help.github.com/en/articles/configuring-npm-for-use-with-github-package-registry (this one doesn't use it for some reason) - https://help.github.com/en/articles/configuring-nuget-for-use-with-github-package-registry - https://help.github.com/en/articles/metadata-syntax-for-github-actions I'm...

themes 🖼️
bug :bug:
help wanted :pray:

This page is responsive so you can see the issue by changing the size of your browser window or using the responsive view in dev tools. The screenshot below is...

bug :bug:
mobile :iphone: