Hubert Drecker
Hubert Drecker
### The Problem Expanding subComponents won't affect the height calculation of the AnalyticalTable. This becomes a problem when only a few items are rendered. Here's a [sandbox](https://codesandbox.io/s/analytical-table-fixed-height-problem-ve2qw) demonstrating the issue....
Some APIs, especially from the Microsoft universe, tend to be quite large (up to 16mb). In these scenarios the generation fails at some point with `RangeError: Maximum call stack size...
One central feature about OData is it's capability to allow the client to determine the data shape of the response. The two main operations here are `$select`ing properties of an...
Function overloads currently only respect: * function name * binding parameter Additionally, all other parameters must also be taken into account: [See CSDL spec](https://docs.oasis-open.org/odata/odata-csdl-json/v4.01/odata-csdl-json-v4.01.html#sec_FunctionOverloads) > [Bound](https://docs.oasis-open.org/odata/odata-csdl-json/v4.01/odata-csdl-json-v4.01.html#sec_BoundorUnboundActionorFunctionOverlo) functions support overloading (multiple...
Currently, response structures are returned as they are. But it would be cool to a) hava a means to streamline those responses across different OData versions and b) offer a...
It must be possible to establish, update and delete an association between one entity and another. * V2 => link reference to entity ({ uri: "..." }) should work for...
@ShaneGH would be cool to take over your TestServer implementation from `magic-odata` and then adapt it depending on the output of #160. I would try to do the same for...
All public available OData services are more or less buggy and don't encompass all the OData functionality. Hence, it would be nice to have custom test server implementations. The following...
Use Release-Please for releases. Test Pipeline: * yarn install * yarn build * check circular deps * compile test * src * test * (int-test) * (build) * test