Xriuk

Results 48 comments of Xriuk

Not sure if it's related to this but I'm facing a similar problem: ```ts type Original = `/AnyString/${number}`; type Match = Original extends `${infer Head}/${number}${infer Tail}` ? { a: Head,...

> > > We have somehow the same issue. > > Active theme: > > * Twenty Nineteen > > > Active plugins: > > * WooCommerce > > *...

Duplicate of #253 ? Also as I have commented there, why `TruncatedCollection` exists this way in the first place? Couldn't it be possible to create some kind of wrapper to...

Came across this today, a bit annoying

Could be somehow related to #1265 ?

> In my experience, if I explicitly select the property in the query on the basis of which the grouping takes place, no exception is thrown and the response is...

Any updates on this? Currently the only way is this one `~/$expand=$navProp($count=true)` which has the unwanted side-effect of selecting also all the properties of the expanded entities, instead of a...

@habbes Yes, the endpoint returns the correct response without the `$select` query option, or with just `$select=Locale` where it correctly returns `Locale: null`, so it is a nesting problem.