Lars Karbo

Results 34 comments of Lars Karbo

Try using the `list.json()` type instead. That works if you're passing an array of objects.

I was able to make this work by using `as ObjectDefinitionBlock`. ```typescript export const ProjectModel = objectType({ name: "Project", definition(_t) { const t = _t as unknown as ObjectDefinitionBlock t.field(Task.id)...

That's great @kreig303! Keep me posted on progress and if you meet any challenges

New `v3` has the built-in `textHelper.js` mechanism, and currently works for many of the cases https://twitter.com/twitter/statuses/947261567355285504

I definitely aggree. Should do something about text size. Do you think dynamic text size based on size of image would work? Like for a thumb you get larger size?

fix is rolled out https://github.com/larskarbo/napchart/commit/56ba3a35db317e2d030bf4ed515b3acf559be2a4 blog post: https://blog.napchart.com/update-on-text-size/

Definitely need some work on this, I will leave the issue open

The website part of napchart has now moved to [napchart-website](https://github.com/larskarbo/napchart-website), whereas this repository is the canvas library only. Could you test if this also is the case now with the...

And btw, napchart uses html5 canvas, not svg 😸

I haven't tested it too much with mobile, so I don't doubt it is a bug. If you want to you can try the library from the source or wait...