videlanicolas
videlanicolas
Hi! I'm wondering if there is a project to add CloudHSM on the list of supported devices. I can help with the implementation. Please tag this as feature request!
While the tutorial in the README helps to get started with inkgd and setup a story, it does not explain the methods to use. Once must infer them from the...
Inklecate should have an option to display the version and exit early. In Linux, `inklecate -v` is reserved for verbose mode, so we should pick another letter (or add a...
Brand new GCP project, after I run: ``` $ ACCOUNT=$(gcloud config get-value account) && \ gcloud builds submit \ --project=${PROJECT_ID?} \ --substitutions=_USER=${ACCOUNT?},_REGION=${REGION?} ``` I get the following error: ``` Step...
return self.dispatch_request(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/flask_restful/__init__.py", line 587, in dispatch_request resp = meth(*args, **kwargs) File "/var/www/assimilator/app/modules/handler.py", line 26, in decorated_function return view_function(*args, **kwargs) File "/var/www/assimilator/app/modules/handler.py", line 103, in get c =...
After a successful deployment I try to access `https://broker.endpoints..cloud.goog/` and I get the following message: ``` Error: Bad Request Your client has issued a malformed or illegal request. ``` This...
istioctl expects the istio-system namespace to be created before generating the manifest and applying it. This issue is referenced in #53.
When I try to add a source, it yields "A name is needed! ". I figured out that the variable Name was not being passed. This code has a lot...
masterserver.sh writes the new server creds to this folder. This is being called as user pwn3 inside the container and there is no check that the user pwn3 has write...
The example for CameraX is outdated (last commit 2 years ago). Can we update the example app to show how to use JetPack compose and CameraX?