Xriuk

Results 48 comments of Xriuk

Oh, so types are not cached like `System.Type`? Is there an alternative to compare two given types?

You can just prepend your string with the character "È"

`TruncatedCollection` cannot implement `IAsyncEnumerable` because it inherits from `List`, but I wonder why it works this way. Is there not a way to paginate elements via `IQueryable` like it happens...

I'm getting this exception now: ``` The argument for an invocation of a function with name 'length' is not a single value. All arguments for this function must be single...

After 4 years no updates or plans on this?

Here's the repro: https://github.com/Xriuk/repro-31227 I found out that the culprit is `architect.build.configurations.development.aot` which when set to false gets treated differently by the two build systems, the old and the new...

Also I am noticing that with aot = true it's still behaving a bit differently in my original project, as I get: ``` Extraction Complete. (Messages: 1569) ``` Looking at...