Tectract

Results 58 comments of Tectract

From here: https://stripe.com/docs/billing/prices-guide It seems that in order to create a subscription for a customer, I need to create a plan, and then add it to an invoice, attached to...

BUMP. This is preventing my inline browser ethereum toolset from working in chrome: soljson-v0.6.9+commit.3e3065ac.js:1 failed to compile wasm module: RangeError: WebAssembly.Compile is disallowed on the main thread, if the buffer...

Bump. This affects me too. Uncaught RangeError: WebAssembly.Compile is disallowed on the main thread, if the buffer size is larger than 4KB. Use WebAssembly.compile, or compile on a worker thread....

thanks for the reference. I'll take a look at my code again.

Holy smokes, I finally found this. I was getting an error, unable to connect to SNI-enabled servers using a tool the relies on ws4py: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert...

Hi coogan. Did you ever get compile working with the newest version of solc, 0.5.x+? I'm getting this error: RuntimeError: abort(Assertion failed: Cannot call unknown function compileJSON, make sure it...

Fixed in my fork. See PR https://github.com/ericxtang/browser-solc/pull/5 I changed "compileJSON" to "solidity_compile" in one place, to accomodate the newest solcjson code compilation standards. I added a little notes. Thank you,...

you'll need to wrap your solidity code text, as you mentioned in that SA thread. I put those notes in [my repo](https://github.com/Tectract/browser-solc) and in [the PR](https://github.com/ericxtang/browser-solc/pull/5). You'll need to update...

By "the way" I mean writing tools that can query for badbot descriptors in an automated way and integrate with fail2ban in some way that actually works. As opposed to...

I think this is a really good approach to begin with. I wish it was possible to update the badbots file without having to restart apache though because doesn't that...