Colm Bhandal

Results 9 issues of Colm Bhandal

In [README.md](https://github.com/StackToolbox/aws-sam-webpack-plugin/blob/develop/README.md), we are given an example `tsconfig.json` for setting this project up with Typescript. Inside that config file, the module type is set as follows: `"module": "commonJS"` However, according...

It wasn't clear to me immediately how the options should be passed. I initially thought they would maybe go in as command line options. But then I discovered the constructor...

Note: the link seems to redirect to https://www.richdevelops.dev/blog/building-apps-with-sam-typescript-and-vs-code-debugging. In the spirit of minimal change though, all that seemed to be required was adding the dash between "vs" and "code". I...

**Is your feature request related to a problem? Please describe.** As noted on #765, there is one function called ``fit_sandia`` which seems to have a typo, declaring arguments as ``array_like``...

Needs reproduction. Based off [Joshua's Discourse post](https://discourse.charmhub.io/t/how-to-upgrade-kubeflow-from-1-6-to-1-7/9367/3?u=bhandalc). After upgrading from Charmed Kubeflow 1.6 to 1.7, the kserve-controller fails to start and reports this error: ``` ERROR juju.worker.uniter.operation runhook.go:153 hook “install”...

bug
docs

Currently, we see Kubeflow docs on our `edge` channel: https://charmhub.io/kubeflow?channel=edge. However, we don't see these on other channels e.g. `beta`: https://charmhub.io/kubeflow?channel=beta. Note: the `docs:` link has been added to all...

docs

Add a selenium test to `test_tutorial.py` delete the notebook and the associated volume, as is done in our tutorial. The test will need to strictly follow the `test_create_notebook` test, which...

enhancement

Docusign now [supports PKCE](https://www.docusign.com/blog/developers/docusign-adds-support-pkce). As a demonstration of best practices, it would be great if this repo updated the client side [code grant flow](https://github.com/docusign/code-examples-node/blob/master/lib/DSAuthCodeGrant.js) to use PKCE instead of implicit...

# Proposal Refactor the [isolated storage](https://github.com/philippederyck/pws-codesamples-browsersecrets/blob/master/scenario-isolatedstorage/index.html) example to use the [Channel Messaging API](https://developer.mozilla.org/en-US/docs/Web/API/Channel_Messaging_API). # Why The [Channel Messaging API](https://developer.mozilla.org/en-US/docs/Web/API/Channel_Messaging_API) allows for more correct/secure/predictable request/response style messaging. The sender can create...