jcalfee

Results 127 comments of jcalfee

I have been working on a verified upload command. This should work with streaming and larger files and goes back to shorten the transaction lookup id. There is a bug...

For some use cases, this is a great backbone for other networks like IPFS. Unless you want to be able to cleanup (potentially delete) info, you probably don't want to...

I think I found it. `inlineSQL.lintSQLFiles` .. I have pretty bad luck trying to set VSCode plugin JSON settings in general. I'm not sure how that works. I did find...

This could be something VSCodium related. I'm trying to get some help here https://github.com/VSCodium/vscodium/issues/1509 so I can install and debug this..

I found a work-around. Comment out these two lines: > ~/.vscode-oss/extensions/qufiwefefwoyn.inline-sql-syntax-2.10.3-universal/out/extension.js ```bash // errors = await (0, sql_lint_1.default)({ sql: sqlStr }); // log.appendLine(`${errors.length} errors found`); ``` The sql lint runs...

True, but I'm not sure the `colors` would support the browser. Chromium does not show colors in the console as far as I know. I see now, you have an...

In that case, a dynamic import of the `colors` (if enabled) may be the way to go.

In Atom v1.14.2 `--safe` did not fix it for me. Not sure why this showed up I did not update any packages. I do not have atom-handlebars installed. Upgrading to...

I have only the chain and account history APIs ..

Probably going to need a big float library for float128 ..