Kian

Results 9 issues of Kian

alternatively, change the content to say something like "check out these other projects."

Hey, I'm trying to use https://gravity.cool/#create, but the Metamask connection doesn't seem to work. In my console, I see the following- ``` Uncaught Error: Invalid number of arguments to Solidity...

Getting an error on MacOS Ventura 13.2.1 with an ARM mac. I'm using Lua version 5.4.4 and luarocks 3.9.2 ```sh % luarocks install luacurl Installing https://luarocks.org/luacurl-1.2.1-1.src.rock luacurl 1.2.1-1 depends on...

**Describe the bug** I'm trying to get the total memory allocated to my docker container, from inside the container. gopsutil tries to read `/sys/fs/cgroup/memory/`, which does not exist on my...

https://eth2.incessant.ink/book/ DNS_PROBE_FINISHED_NXDOMAIN

When I download this an run webview-template.sketchplugin, I see the following show up in my `Plugin Log.log` file: ``` ReferenceError: Can't find variable: context at global code (/Users/kian/Library/Application Support/com.bohemiancoding.sketch3/Plugins/webview-template.sketchplugin/Contents/Sketch/script.js:209:14) ```...

I'm trying to use Sentry alongside Serverless and having a pretty bad time. Getting flaky failures when calling sentry_sdk.init: ``` [ERROR] KeyError: 'sentry_sdk.integrations.asgi' Traceback (most recent call last):   File "/opt/python/serverless_aws_lambda_sdk/instrument/__init__.py",...

`logging.error`, `.warning` etc functions let you [pass in basically anything](https://docs.python.org/3/howto/logging.html#arbitrary-object-messages). For example, I can pass in an Exception here: ```python try: raise ValueError('test') except Exception as e: logging.warning(e) ``` ```...

Is this still accurate? https://github.com/solana-foundation/developer-content/blob/main/docs/core/rent.md?plain=1#L32 ``` The Solana rent rate is set on a network wide basis, primarily based on the set LAMPORTS _per_ byte _per_ year. ``` Per SIMD-0084,...