Joshua T

Results 24 comments of Joshua T

> Subclassing and overriding `_pagination_parameters_schema_factory` seem like a fine enough solution to this, at least the best trade-off I can think off. Exposing the schema as class attribute would limit...

I'm experiencing this issue as well using SQLProvider 1.1.71 and targeting .NET Core 3.0. Builds fine in VS, but crashes when running `dotnet build`. It looks like it's looking for...

> Is there a use case for this? An example where it would not be better to rename the method? I opened the issue referenced above to see if a...

Right now, I'm leaning towards the second option above - modifying the JiraSession object to include a server URL. Here's a mock-up of how it would behave (similar to Example...

Awesome, glad to hear some discussion, and thanks for the sanity check! @aaronsb makes a really good point - this change would all but remove the ability to use basic...

Also, to respond to some more specific concerns: @brianbunke Absolutely, though with my new ideas above that should be a non-issue. @colhal Thanks for the feedback. Your concerns, along with...

The biggest issue with this approach is that you're using [HTTP basic authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) for each call to JIRA. That's not always a problem, just something to be aware of -...

Hi @colhal, I'd like to keep this issue page on the topic of the module config file and pending updates to that system. Since it looks like I won't be...

I've begun the basic implementation of some of these ideas [here](https://github.com/replicaJunction/PSJira/tree/feature/configFile). Feel free to peruse them and offer any comments (on this repo, please, not on the fork). Once I've...

If you don't mind, I'd rather leave it open until there's actually a PR for the changes.