Traun Leyden

Results 47 issues of Traun Leyden

How do I create a bucket?

question

I recently had a bug in my own code that was causing a crash, but it was difficult to debug because the stack traces were misleading due to function inlining....

Is it possible to create an `SRArray` on the rust side and pass it as a parameter to a swift function? Do you have any examples of doing this? Basically...

When I build against version of https://github.com/apache/incubator-openwhisk-client-go/commit/ad5aa3402b033edd8b30aec7f33434a253aa35ed and run on IBM Cloud, [this code](https://github.com/tleyden/keynuker/blob/110c0a672b75a4ccf5331bc08f2fc3fe354ac1c1/openwhisk_status.go#L111) is getting an error: ``` Unable to create request URL, because OpenWhisk API host is missing"...

From https://github.com/apache/incubator-openwhisk-client-js: > This client library can use environment parameters to automatically configure the authentication credentials, platform endpoint and namespace. Is that true for incubator-openwhisk-client-go as well?

I'm trying to build a sequence of actions where one action produces: ``` { "doc": { "IsTruncated": false, "Marker": null, "Users": [ { "Arn": "arn:aws:iam::9798798:user/[email protected]", "CreateDate": "2016-01-11T23:49:40Z", "PasswordLastUsed": "2017-06-07T17:41:08Z", "Path":...

I'm planning to invoke a `cloudant/write` action as the second action in a two action sequence, and I want to specify the `-p overwrite 'true' ` parameter, but I don't...

If you do a write with `--param overwrite 'true' ` on a non-existent doc id: ``` wsk action invoke cloudant/write --blocking --result --param overwrite 'true' --param doc '{"foo": "bar", "_id":...

I'm trying to configure my local openwhisk running under Vagrant to connect to Cloudant. From the instructions: > Be sure to remember the name of the service instance and the...

### Description In `examples/simple.rs` it has the following code: ``` use lancedb::arrow::IntoArrow; ... fn create_some_records() -> Result { ... } ``` but on the latest release `lancedb = "0.4.13"` there...

documentation
good first issue
Rust
needs triaging