Lucas Käldström

Results 41 issues of Lucas Käldström

Related to #570 As can be read in [YAML 1.2 spec](https://yaml.org/spec/1.2/) : > JSON's RFC4627 requires that mappings keys merely “SHOULD” be unique, while YAML insists they “MUST” be. Technically,...

Draft, PoC, PR of how a solution to #573 could look like. I made some other non-related changes too which would need to be submitted in other PRs and removed...

Hi, thanks for this nice project! It would be really nice if this project would return errors (exactly or wrapping) e.g. [`json.UnmarshalTypeError`](https://pkg.go.dev/encoding/json#UnmarshalTypeError) or [`json.SyntaxError`](https://pkg.go.dev/encoding/json#SyntaxError), for even more compatibility with the...

Hi, thanks for this nice project :sparkles:! Now, as of Go 1.13 if I recall correctly, there is a new way to compare errors using the `errors.Is` method in the...

Hi! Thanks for this great project :1st_place_medal: :100: When decoding JSON, sometimes you just want to inform the users about problems in the serialized content, rather than returning an error...

I got the new Firecracker reference configs from here: https://github.com/firecracker-microvm/firecracker/tree/master/resources WARNING: We should make sure these still work with firekube cc @chanwit The FC team removed a lot of things...

kind/enhancement
area/kernels

New versions as per: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git Also, set `CONFIG_DUMMY=m`, not `=y`.

area/dependency
priority/backlog
kind/enhancement

As `ignited` grows in complexity, instead of registering tons of flags on it, we'd use a declarative configuration file, aka. ComponentConfig, for it. (Could be even backed by git?)

area/UX
priority/important-longterm
kind/enhancement

cc @alexellis :)

good first issue
kind/documentation
priority/important-soon
hacktoberfest

Integrate with Virtual Kubelet so that an end user can run Ignite VMs through Kubernetes Pods, with `nodeSelector: virtual-kubelet`. For pointers see: https://twitter.com/kubernetesonarm/status/1151394470463791110 https://github.com/chanwit/vkignite We'd love to have the community...

kind/feature
help wanted
contributor-assigned
kind/design
priority/backlog
area/ecosystem