Sean Condon
Sean Condon
This is an example of a protobuf output from `asn1c`
Hi - just FYI I had a problem with calling edit-config from netopeer-cli when passing a large config (76k) through dropbear. Dropbear has a default chunk size of 24kB and...
Hi I have packaged libnetconf and netopeer-cli for Cygwin, and I want to know if it's OK if publish these to the Cygwin repository. I want to use netopeer-cli as...
I cannot see how the code in the fetcher is supposed to pass on any error it gets in the response. In https://github.com/fabien0102/openapi-codegen/blob/13ca9b35ab0bbd363946baf4a015b3e6d317f728/plugins/typescript/src/templates/fetcher.ts we have ```typescript try { ... if...
Hi @gabibbo97 - I was using your `389ds` chart and I thought an init command would be useful for it. I would have found this useful (and the example) when...
### Before reporting an issue - [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if...
## Description This adds a proxy_pass inside the nginx.conf of the `chatqna-conversation-ui`. This has the effect of avoiding CORS errors when the Javascript in the browser calls the backend service....
Using the `oidc-client-ts` signing out only uses `GET` option when it accesses `end_session_endpoint`. From the OpenID spec [RP-Initiated Logout](https://openid.net/specs/openid-connect-rpinitiated-1_0.html#RPLogout) > OpenID Providers MUST support the use of the HTTP GET...
Fixes #45 Because of updated dependencies `owl_drawing.py` is broken - this fix brings it up to date fixing how a readonly numpy array was passed to cv2.rectangle
As described in [this forum thread](https://forums.developer.nvidia.com/t/nanoowl-docker-container-dustynv-nanoowl-r36-4-0-gives-open-cv2-error/340625) `nanoowl` gives this error: ``` Traceback (most recent call last): File "/opt/nanoowl/examples/owl_predict.py", line 88, in image = draw_owl_output(image, output, text=text, draw_text=True) File "/opt/nanoowl/nanoowl/owl_drawing.py", line...