Lars Karbo

Results 34 comments of Lars Karbo

You can set the `` at any height before you initialize the chart.

Let me know if you need any more help!

Cool to hear, can you give a bit more details?

Look at the value `napchart.init()` returns! You will find the data there 👍

I'm getting this too! ![screenshot-QrWZSJM2](https://user-images.githubusercontent.com/10865165/173792736-a2b1f15c-bf7d-44bc-8d48-736f968f9e47.png) Looks like the [DefinitelyTyped typings](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/e90f1299270f6d602fa1af074fb5b3b088c53c09/types/ethereum-block-by-date/index.d.ts) sets the return type to `EthDater.BlockResult`, when it should be `Promise`. This change in DefinitelyTyped should do it: ```diff -...

@Cobertos good suggestion! I tried it but it didn't work ``` # random page randompage = client.get_block("https://www.notion.so/drowzee/random-98571d5817804919bba64f04b08960cf") # add image block at random page newchild = randompage.children.add_new(ImageBlock) newchild.upload_file("Bilde1.png") rows[0].set_property("img", newchild.source)...

Yep, I managed to upload the image. The `newblock` block in my code is working. What I can't do is add this image to a row in the collection

I think this would need to be added to `use-s3-upload.tsx` too

HI, thanks for feedback! I know that things can be visually cluttered quickly and we need a way to fix that. By 'Ability to show color sums by lane' do...

When do we need json? When saving to DB? Thought firebase would eliminate the need for serializing/deserializing?