Steven Kirk

Results 205 comments of Steven Kirk

@leoshusar is your `KeepTextBoxFocusBehavior` class `internal` by any chance? I can't repro this problem with the standard behaviors from Avalonia.Xaml.Behaviors. If it's not internal, then a minimal repro would be...

Will do this shortly. For reference the required scopes are: `delete_repo, read:discussion, read:org, read:public_key, read:user, repo`.

Hi @RickStrahl! The LINQ-style query for your query would be: ```csharp var query = new Query() .Repository(name: "MarkdownMonster", owner: "RickStrahl") .Object(expression: "master:README.md") .Cast() .Select(x => x.Text); ``` Running the query...

@gjtorikian @d12 @nickvanw this appears to be a server-side GraphQL question more than client side, so I'm going to pass it on to you ;)

Ah thanks @gjtorikian - yes that does actually sound like a problem with octokit.graphql then! I think we treat all errors as meaning the query failed. I guess we need...

Yes, we need a way to get around this issue. I'm not sure what a good API to represent a "partial success" would be however. Maybe something like this? ```...

This is apart from the header issue, but I was thinking: what if we could implement preview APIs as extension methods? That way you'd need to do a e.g. `using...

Unable to repro this in the same way as you're seeing it, though I do see that the grid isn't laid out properly when pressing "Populate" multiple times.

Yeah, variable-height rows isn't implemented yet.