ivanjaros

Results 98 comments of ivanjaros

ok, it is a problem of the aforementioned go-swiss library, not this one, because even its example is not working.

I found the bug. hopefully the go-swiss author will fix it soon.

> I've made a fix on the fonts package, tagged a new release and updated goldmark-pdf to use the latest version of the fonts package. > > Try again and...

That is not what I asked. I want to hijack Write() method, not add headers with wrappers. It's not just for logging but also for wrapping responses with etag handler...

Somehow. But it is missing list of events I can listen for and how to listen to them(i am trying to embed this into vue component). Also I am not...

Thanks. I have decided to write my own implementation in the end. I will keep this open since I think the documentation needs to be updated.

A year later and I am experiencing the same issue.

If this won't get fixed to stay in line with the completely wrong native json behavior which the Go team refuses to fix, can you point me to a code...

Or possibly introduce new tag whose sole purpose will be to act as omitempty but only for nil values. In other words, if field has tag "**omitnil**", or configuration flag,...

this vm.go looks like the code that skips empty, but non-nil slice: ![obrázok](https://user-images.githubusercontent.com/64546059/221419306-b468ce34-7bd0-4bd4-af63-b00f12d5d0fd.png)