Mark Freedman
Mark Freedman
> docker volume rm projectname_app-db-data @MeGilles , my project name is mytestapp, so I run `docker volume rm mytestapp_app-db-data`, but it indicates there's no such volume.
Thanks, I was able to set options as follows: ``` var protocolOptions = {} as ProtocolOptions; protocolOptions.JSON = {} as JsonOptions; protocolOptions.JSON.strict = false; schemaRegistry = new SchemaRegistry( { host:...
``` :clientInstall FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':clientInstall'. > javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid...
Yes, I'm in python trying to change parameter names. I can use this extension to rename the parameter, but none of the references to the variable change with the rename.
In my case, yes, I am scanning an image for a java proj.
so `--offline-scan` won't prevent the main trivy DB from being downloaded, it just will not reach out to internet for the actual scanning portion?
This may be the same issue I reported here a while back: https://github.com/Blizzard/node-rdkafka/issues/891
I'm also getting this issue. I've reached out to JFrog Support email but haven't heard anything yet.
I've noticed that if you relaunch vscode, the lint errors are displayed. But any errors added during hte current vscode session are not shown.
> > Only works on **Windows**: `copyfiles -u 1 build/**/* dist` > > Only works on **macOS**: `copyfiles -u 1 "build/**/*" dist` > > Hello @SirwanAfifi , Is this still...