Yakov Litvin
Yakov Litvin
I'd say that there shouldn't be any such warning at all in cases of "Hide" and "Ignore", because this requires extra clicks from a user. Instead, the "oops, I didn't...
@skyline75489 could you explain what this is supposed to improve/make less fragile? I guess, some explanation (may be a link to a language guideline?) will help @derceg to decide whether...
@derceg is this supposed to be overwritten by #304 ? Should this be closed?
Thanks! Can I somehow use the result with `client.submitAndWait`? Here's what I'm trying to do: import { sign } from "ripple-keypairs"; import { encodeForSigning } from "ripple-binary-codec"; ... await client.connect();...
Thanks! This gives an idea of what this can look like; however, the signature doesn't seem to be correct. When I try await client.connect(); const transaction: Transaction = { TransactionType:...
Hi, could you specify the version of TWC you are using? I've tested the latest version of Timimi (modified in dev mode) with 2.9.2 and the message box is removed...
Ok, thanks for reporting. Unfortunatelly I probably won't be able to test and start debugging this until Monday; could you test whether the "contamination" is cumulative or not? (open TW,...
@ibnishak yeap, no problem
Hi @PengjuYan , could you check whether your FireFox has (in `about:config`) `security.fileuri.strict_origin_policy` disabled? I suspect that disabling it will stop contaminating (although won't undo it so you probably need...
Couple of notes: 1. (regarding `title`) this is actually the expected behavior, `title` is calced in accord to SiteTitle and SiteSubtitle on saving, this is not a contamination. Well, may...