Abby

Results 66 comments of Abby

yes. you can still use TS in your parent project though.

Svelma is just using svelte/transition as the only dependency. the demo is no difference than the `transition:slide|local` attribute. I suppose that is the problem from `svelte/transition`. Currently I can think...

The doc and demo was outdated. I have just updated the doc link. https://docs-abbychau.vercel.app/svelma/components/dialog

I usually uses the native html code for navbar too. Please comment here if you have any abstraction ideas.

What kinds of configs came into your mind?

@schildbach can you refer to the relevant commits ?

For what I have read in bitcoinj, the slowness is mainly due to the rebuilding of state to memory because bitcoinj does not have a DB. Am I right?

@schildbach > Also, a wallet strictly only needs to keep UTXOs to calculate current balance and spend from it. But we keep the entire transactions just to be able to...

I actually don't mind if the way works in pug or html or markdown. just to see if there is suggested automated way for relaxed from you guys.

no solution yet. but here are some information. Firstly, on calling `$("#body_field").inlineattach({ uploadUrl: Hifone.Config.uploader_url, extraParams: { _token: Hifone.Config.token }, onReceivedFile: function(file) {console.log($("#body_field").caret())}, onUploadedFile: function(e) {} })` for debugging: $("#body_field").caret() is...