Elifarley C.

Results 10 comments of Elifarley C.

Here's a suggestion that involves changing the parser: ```javascript const hello1: i32 = 'Hello World!'@1024#1; // static string at position 1024 of memory # 1 const hello1b: i32 = 'Hello...

And here's another suggestion... ```javascript const memory: Memory = Memory.allocate({ initial: 1, number: 1 }); const hello32: i32[] = memory.view({offset: 40}); // starts at position 40 const array64: i64[] =...

I think I'll get a list of all constructors, choose the one with the least amount of parameters, and provide non null values to them. If the parameters type is...

It already fails really fast ;) The point of the current issue is to provide support for Kotlin classes with non-nullable properties. Currently, null values are passed to the constructor,...

Upon further *reflection* on this, I think the constructor should be called with the values read from the JSON being parsed. Otherwise, we'll have to pass it a default value...

I suggest that comments containing only a reaction icon (like :+1:) should be avoided. Showing the reaction on the original comment takes a lot less screen space and makes it...

I would expect that the script below would work, but it doesn't: ```sh mkfifo /tmp/image.tar skopeo >/dev/null 2>&1 copy docker://alpine:latest docker-archive:/tmp/image.tar & syft -o cyclonedx-json packages docker-archive:/tmp/image.tar ``` Apparently, Syft...

See https://gist.github.com/cou929/7973956 and https://jsfiddle.net/Lgpzvqta/

Another example is `org.springframework.security`**:**`spring-security-web`**:**`6.0.3`: The fields `bom-ref`, `purl` and `cpe` are wrong, and the field `group` is missing it should be set to `org.springframework.security`): ```json { "bom-ref": "pkg:maven/spring-security-web/[email protected]?package-id=26ff02e1092a0036", "type": "library",...