John Fercher
John Fercher
> > This is not implemented already on v2. We only added this to roadmap. The idea here is when you create the tree structure as something like: > >...
Actually there is a method `GetLinesQuantity(text string, fontFamily props.Text, colWidth float64) int` on text that only uses the colWidth. Maybe the method should be `GetComputedHeight(colWidth) float64`. So we can use...
This issue is not an easy one haha
Hmm, you are right. This is even harder than I was thinking. There are some easier ones that you could solve in this kanban of maroto (https://github.com/users/johnfercher/projects/1). But if this...
Thanks for the kind words, kubescape is awesome too. I will start this update soon.
1. @alegrey91, I don't know if my company use kubescape. I don't work with infra directly. 2. @dwertent I just updated from 0.42.0 to the latest v1 stable. 3. @ankur0904...
It's working now with your suggestion, sorry for bother you. I'm having some difficulties to understand how the crate works.
I'm having issues to parse text too, I tried `&str`, `String` and `&String`, but without success. How can I resolve this?
@brokenthorn, I think that all libraries have to provide at least a basic documentation of how to do basic things. Exists a lot of possibilities of how someone could implement...
I made some tests with the query and I noticed a strange behavior. This query works. ```sql SELECT TOP(20) [Id], [YId], [ReceivedDate], [Status], [BuyerName], [IpAddress], [CustomerEmail], [CustomerIdentification], [HolderName], [Top], [Top12],...