Carl Bourne

Results 36 issues of Carl Bourne

So I need to highlight some date retuned from a remote endpoint using fetch. Could you show and example for hi-lighting the JSON returned in this REPL example: https://svelte.dev/repl/a74f1ed8e3eb4aec82cb743e13443ee4?version=3.48.0

I get this error. Does this plugin work? There seems to be no documentation on how to configure it. I've downloaded and can use the Arduino (1.6) IDE but how...

Hi, Using this code: ``` iam.call("ListUsers", {}, function(err, result) { if (result["Error"]) { console.log(JSON.stringify(result.ListUsersResult)); ``` I can get a list of IAM users, however I need to also retrieve the...

Hi, I need to do following and wondered if it's possible to do using your library. 1. Proxy all http/https requests transparently no MITM 2. Perform a simple background check...

Hi, I'm looking at you excellent blog post and trying to get the demo working, however I'm getting the following error: ``` Error: Unable to connect to Snowflake: Request to...

Not sure if you can provide some pointers here. I'm using this with the Jupyter Kernel Gateway and it's the only shell that doesn't seem to work when running the...

Hi as per item [490](https://github.com/orgs/open-policy-agent/discussions/490) in the discussion area I need to properly decode the SAN values for an X.509 certificate request. e.g. ``` output := crypto.x509.parse_certificate_request(input.csr) y := base64.decode(output.Extensions[0].Value)...

feature-request
inactive

If I run a cell that fails to execute using a notebook I get the error code and a message. However, if I run the same cell via the kernel...

enhancement

Hi, I might be missing the point here, but it would be super useful to have some documentation that covers using this instead of Rancher Desktop's (K3D) which includes Trafaik....

documentation
help wanted

High is there anyway I can highlight a bound input textarea ? e.g. ``` ``` I don't need a full blown code editor here, just the ability to update a...