Melloware

Results 2341 comments of Melloware

probably needs a `timezone` property itself that defaults to the browser timezone if not set?

I was looking it has not been implemented in PrimeVue yet either. Maybe we have to be pioneers and be the first of the libs to implement this.

@gnawjaren any chance you could update https://github.com/primefaces/primereact/blob/master/DEVELOPMENT.md guide?

@ajubin isn't that documented here: https://orval.dev/guides/custom-axios so in my demo app all of my 4xx and 5xx errors return an `HttpProblem` response which I map with 1 line of Axios...

Interesting. Yeah I wasn't sure if this was some limitation but it looks like Orval has always done this for Axios and the Fetch client was written more recently. @anymaniax...

please edit this StackBlitz I have created for you to show the issue: https://stackblitz.com/edit/react-bobdbj?file=src%2Fdemo.js it helps developers solve the problem better if they can see the issue.

Probably a bug in the generator somewhere. PR is welcome!

Another feature for your list is we should accept a `List` of tags and a `Map` of metadata. ```java client.registerService( new ServiceOptions() .setPort(port) .setAddress(address) .setName(name) .setId("greeting-service") .setTags(List.of("v1")) .setMeta(Map.of("version", "v1"))); ```