Kasper Juul Hermansen

Results 29 issues of Kasper Juul Hermansen

I just completed the course, and I wondered why I couldn't move tasks between boards, Real Trello style. As such, I've included some code that makes just that possible. All...

Lets start by making the local hamctl more testable

https://github.com/lunarway/shuttle/blob/32772467d5b6e43695164f023c06938b72fb3e2b/cmd/completion.go#L1 we are currently missing license holder for script source copy right claim.

Adds leptosfmt for formatting inline code blocks in the leptos rust web framework: https://github.com/leptos-rs/leptos the formatter is here: https://github.com/bram209/leptosfmt The PR is currently waiting for: https://github.com/bram209/leptosfmt/pull/30 before it can be...

Hi, when doing examples if it is an object, or array and not a primitive type, the examples section isn't that useful, if a large object is shown, would it...

enhancement

Start of a few cleanup prs, I am fixing some of the best practices in gen.rs so that we don't ship as many warnings

This feature should allow both `id` and regular structs/objects/scalars to be passed in to a function. This was initially brought on by: #6933. Which now allows removing deprecated input

This PR adds a new serializer for graphql input. The previous serializer (serde_json) was just a regular json parser, however, as graphql input functions aren't strictly json (missing quotes on...

This pr adds everything required for pushing an extension to and upstream registry, currently only github is supported. It contains quite a lot of code, and is a bit crufty,...

minor

This adds Extensions to the global cmd.go resulting in another section showing up when doing a shuttle --help To execute an extension simply shuttle myExtension where myExtension is the name...

minor