Geoffrey Braaf
Geoffrey Braaf
**Describe the bug** When attempting to do language detection using the `` class, it fails to load the model from the embedded resource. The exception throws with the following message:...
When using the CLI tool, how can i include the API version in the route prefix?
Consider this RAML snippet: ~~~ types: Transaction: properties: amount: number currency: description: 3-letter ISO currency code type: string status: type: string enum: - pending - confirmed - failed psp_transaction_id: type:...
The client was build, based on spec version 6 (https://tools.ietf.org/html/draft-kelly-json-hal-08) while version 8 (https://tools.ietf.org/html/draft-kelly-json-hal-06) is the most recent.
Right now you can use an override/implementation of the `Decorate` method to return a custom client type. This works, but the factory will always yield an `IHalHttpClient` instance. You can...
We have ~100 Function Apps in 4 different resource groups. When publishing, the dialog displays **all** Function Apps as a flat list. As each resource group represents a different environment,...
Sometimes it is useful to be able to create an empty instance of PagedList. As i did not want to change the library, i worked around this by doing this:...
I really enjoy your library. So much even, that i now have several of my backend layers/api's returning `IPagedList`. Using the `IQueryable` extensions, directly within my NHibernate's Linq queries, is...
This is more of a question, than an issue! Related to #1708 I struggle to define architectural iterations/versions in a single workspace. It would be nice to define elements once,...
The use case where this becomes problematic is when adding architectural transitions and or temporary sections. Ideally, one would define a (sub)transition to wrap all changed systems. This is only...