Alex Hedley

Results 21 issues of Alex Hedley

I was watching your Documentation Twitch streams @brianlagunas: - https://www.twitch.tv/videos/519665744 - https://www.twitch.tv/videos/520525798 Thanks for showing [DocFX](https://github.com/dotnet/docfx). I’ve been using [MkDocs](https://www.mkdocs.org/) so great to see an alternative, and the switch should...

enhancement

I'm looking for an example of using the SAX approach (instead of DOM) to open a large file and perform a replace on a given value, then save the file....

no-issue-activity

**Describe the bug** Following the guide for [Exporting your plugin for distribution](https://developer.elgato.com/documentation/stream-deck/sdk/exporting-your-plugin/) you get an error when packaging. 2 issues - ID must be lowercase (only matters in the cmd)...

**Is your feature request related to a problem? Please describe.** GitHub Action to create .streamDeckPlugin From the Elgato Docs: - [Exporting your plugin for distribution](https://developer.elgato.com/documentation/stream-deck/sdk/exporting-your-plugin/) - [Distribution on the store](https://developer.elgato.com/documentation/stream-deck/sdk/distribution-on-the-store/)...

**Describe the bug** Trying to open `mystreamtimer://countdown/?mins=15` fails. ``` var url = mystreamtimer://countdown/?topofhour` await Manager.OpenUrlAsync(args.context, "https://www.bing.com"); ``` - [OpenUrlAsync](https://github.com/FritzAndFriends/StreamDeckToolkit/blob/dev/src/StreamDeckLib/ConnectionManager.cs#L335) - `Manager.OpenUrlAsync(args.context, "https://www.bing.com");` **To Reproduce** *Preferable* See @JamesMontemagno's stream [Stream Deck...

Is there a likelihood of adding WebSocket support?

enhancement

I've added a required flag against some rows `row.required = true;` If I clear the TextField with x button, still have focus on the control, then run the Validate method...

Should this adhere to the `defaults.run` `working-directory` and prepend? ```yml defaults: run: working-directory: ./src/ ``` With ```yml - name: Test Report uses: dorny/test-reporter@v1 if: success() || failure() # run this...

What would be the best way to have a toggle function so you can change the colour of the tag when you select, deselect it? ```objc #define selectedColor [UIColor colorWithRed:...

invalid

@adenearnshaw suggested a Stream Deck Plugin on the [twitch stream](https://www.twitch.tv/videos/724215848?t=2185s) "Converting from WPF -> UWP Round 2 | MyStreamTimer | #Xamarin | @JamesMontemagno". You could build one on stream with...