Taylor Buchanan

Results 9 issues of Taylor Buchanan

I am a novice in both Python and Windows Named Pipes but I did the best I could. A few notes: * I only have a Trezor so I am...

Right now, there doesn't seem to be support for complex callbacks with `AndDoes` like there is with `When...Do`. This leads to some redundant code if you want to configure specific...

feature-request

It's possible to have Visual Studio generate a file on save of another file using a [Single File Generator](https://docs.microsoft.com/en-us/visualstudio/extensibility/internals/implementing-single-file-generators?view=vs-2017). T4 templates use the built-in `TextTemplatingFileGenerator`, but I believe other custom...

extension

I've found FastMember to be excellent for wrapping dummy data in unit tests for logic using `DbDataReader`. It would be great if `ObjectReader` supported creating a reader with multiple result...

### Describe the bug I've tried using `KernelInvocationContext.Current.CancellationToken` to cancel long-running tasks as described [here](https://github.com/dotnet/interactive/issues/2115#issuecomment-1169468387) but it rarely ever works. ### Please complete the following: **Which version of .NET Interactive...

Impact-Medium
Needs verification

The `Codecov.Tool` package is deprecated and suggests moving to `CodecovUploader`. I had issues continuing to use `Codecov.Tool` since the package is outdated and is dependent on `net5.0` or earlier. ![image](https://github.com/nuke-build/nuke/assets/715687/4b84a566-6928-4806-ad2c-9cae351c7924)...

## Here's what I did Upgrade to ESLint 9 and import `eslint-config-semistandard` ```javascript import globals from 'globals'; import semistandard from 'eslint-config-semistandard'; export default [ semistandard, { ignores: ["dist/**"], languageOptions: {...

I didn't receive a response to my issue yet but I'm going to submit this anyway in case it gets approved. Resolves: #939

`DiffEngine` 14 dropped support for `Shouldly`'s current target frameworks `netstandard2.0` and `net5.0` and added a new optional `Encoding` argument for `DiffRunner.Launch`. The latest version of [`Verify`](https://github.com/VerifyTests/Verify) uses `DiffEngine` 15. This...