James Hardwick

Results 89 comments of James Hardwick

I previously reported something similar in #2342. I was unaware that it was ever working correctly. I'm currently using 4.2.4 and still experience this.

I just now tried cliclick myself for the first time and experienced this issue. @joelc0193's [comment](https://github.com/BlueM/cliclick/issues/168#issuecomment-1575103405) worked for me also.

@BlueM for what it's worth, I only experience this bug using iTerm. It doesn't reproduce using Terminal.

FWIW, [vite-plugin-node-polyfills](https://www.npmjs.com/package/vite-plugin-node-polyfills) got ketting working w/ Vite.

It's worth mentioning that GraphQL Playground was officially retired in 2020, while GraphiQL's development has remained ongoing. I might whip this together over the weekend.

Do intend to give this a go once I get back on our internal refine project. Stale bot is not helpful.

> @morganriand , if you are willing to change for a great hypermedia client, https://github.com/badgateway/ketting handles gracefully the array absence. Can confirm that ketting is wonderfully well designed and thought...

I was hoping to use Traverson w/ MockMVC to simplify some testing, but with only GET support, I don't see how Spring's Traverson is of much use at all. It...

This is badly needed given how common Typescript is becoming.

Can confirm, disabling compileStatic on configs via gradle e.g. ```gradle tasks { named("run") { systemProperty("micronaut.groovy.config.compileStatic", "false") } } ``` ...and then using the *closure* form of `grails.gorm.default.mapping` does work e.g....