Karl Böhlmark
Karl Böhlmark
Hi, thanks for a potentially very useful lib! Currently, given an interface with a date property ``` export interface MyInterface { myDate: Date; } ``` the generated code does not...
This is a recent addition: https://github.com/open-telemetry/opentelemetry-specification/pull/3540 https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#gauge
### What happened? ## Steps to Reproduce The following script correctly sets traceparent when run using ts-node (it will not work with plain node because of module hoisting) but the...
### Zig Version 0.13.0-dev.46+3648d7df1 ### Steps to Reproduce and Observed Behavior ```zig pub fn main() !void { var gpa = GeneralPurposeAllocator(.{ .enable_memory_limit = true }){}; const allocator = gpa.allocator(); var...
`entries` can be up to `32768`, so the result does not fit into the 16bits given by peer type resolution. @ianic, can you take a look?
Would it be a bad idea to ensure that in the following example, given that `collection` is an instance of an Enumerable subtype, `filteredCollection` is of the same type instead...
Why not use the same name for filtering as the native ecmascript 5 method? Another reason is that it's particularly confusing for .net developers since in .net the map method...