Glenn Lewis

Results 435 comments of Glenn Lewis

Thank you for the request, @timshadel. As I've been working on implementing these changes, I'm trying to figure out how this request will interact with the already-existing `groupAndSortGetterMethods` variable. Maybe...

@timshadel - I've got my first implementation of this proposal working locally using the standalone Go flutter-stylizer... if you are already familiar with it, then I can push my experimental...

I suppose that might be possible with a new switch... but I'm a bit hesitant because there are some relatively new options added that ask for sorting... and I'm wondering...

> What do you think ? Overall, this definitely sounds interesting... but there is one remaining slight snag... The "getter" methods and "other" methods by default are _not_ sorted... which...

Hi @guenth39 - thank you for the request. I have a couple questions for you. > Perfect would be if there would also be the option to place `required` parameters...

First off, thanks for `gleam`... it is a fantastic framework! I got my first MapReduce using `gleam` up and running locally in pretty short order. Secondly, I'm new to `kubernetes`...

Additionally, the "Service"-level documentation is taken from the wrong comment. For example, if I have this: ``` // -*- compile-command: "encore test -v ./..."; -*- // Package babyship represents the...

As an alternative to `js.Global.Set()`, is it possible to build up an HTML string, something like: `Text` and write that directly to the DOM with `js.Global.Get("document").Call("write", v)` such that the...

friendly ping