Taylor Buchanan

Results 23 comments of Taylor Buchanan

In my [draft PR](https://github.com/romanz/trezor-agent/pull/362) that adds Windows SSH support, [I mentioned Daemoniker](https://github.com/romanz/trezor-agent/pull/362/files#diff-5fb17d908a2f0ab19fbbdb5a7d776a3e0ea0eb6a7dbec4a35f1ddd4450299effR18) but didn't have time to research or implement it. I opted to just drop the daemon parameter for...

[Here's a Chromium ticket](https://bugs.chromium.org/p/chromium/issues/detail?id=997538) confirming this is handled by Google Play Services. I just wanted to throw in that the PIN implementation is especially important to me.

@Romanx With T4, the generator functionality is used to automatically create the resulting file when the template is saved in Visual Studio. However, T4 has a built-in construct for defining...

The issue appears to be related to the use of `.pp` as the file extension to hide the file in Visual Studio. I believe this is fixed with https://github.com/manuelroemer/IsExternalInit/pull/14 and...

I can confirm I experience a similar problem with "User Verification" set to "Required". "Login" is successful even on user agents that do not prompt for a PIN (Chrome for...

[The Trezor firmware update is now available.](https://blog.trezor.io/trezor-suite-and-firmware-updates-august-2022-bitcoin-only-firmware-in-trezor-suite-a4e3d76214c1)

This is a problem for the DAVx5 sync too ~and I would consider it a bug rather than enhancement~. When syncing a read-only calendar from Nextcloud in DAVx5 the task...

Duplicate of #26 and #53. See #54 as there is a package attached to it that resolves this issue.

ReactiveUI.Fody is [currently being integrated](https://github.com/reactiveui/ReactiveUI/pull/1503) into the main ReactiveUI project. I just recently [submitted a PR](https://github.com/reactiveui/ReactiveUI/pull/1671) to finalize the integration. You should be able to clone the PR branch and...

I'm running into this issue now trying to upgrade my projects to .NET Standard. The aforementioned issue has been closed, so Fody now supports .NET Standard. Any update on this?