Scott Owens

Results 12 comments of Scott Owens

Has anyone had any luck overcoming this issue, or making a work around? I've been pulled onto updating an old project and we need some recent features of angular-material, which...

I found that the reason the original version wasn't working was that I still had the newer css being pulled, reverting that made it draw fine for now, ideally I...

My main concern with this change is that it changes the behaviour of jsonquery's `SelectElement` which currently only looks at immediate children with a matching field name, instead of running...

TLDR: while yes a query like `//aa` for your example json doesn't make sense, a query like `//array/elements`, `//name` or `//cars//name` on the example below do, and are already implemented...

I'll be doing some testing tomorrow with the forked packages, so I'll report back if its working as intended, then we can make decisions on how to handle the breaking...

ok, mixed bag results, I created the interface ```go type Selector interface { // data retrieval InnerText() string // structure query SelectElement(query string) Selector SelectElements(query string) []Selector Query(query string) (Selector,...

I feel a little late to this party but I have built a commonmark parser that generates PDF's for one of my work projects in the past (about 12 months...

In hindsight my comment was unclear. My project is a stand alone package that has gofpdf as a dependancy, as well as a well maintained markdown parser, providing an interface...

Hi, sorry for the delay. The project was originally done as contract work for a law firm as part of a larger project, to which they presently own the IP....

Sorry for the delays, we found a few legal issues that had to be worked out before I could release the package, and I had to scrub most of our...