Alfredo Deza

Results 39 issues of Alfredo Deza

I am unable to clone a repo (over SSH) with gitifyhg v 0.8.1 and mercurial 2.6-rc. Going through the bug list I found something similar, tried to enable full debug...

When editing a new file Python will raise an IOError and it will fill the Messages window with errors similar to this: ``` Error detected while processing function 37_ShowComplexity: line...

Tracking work for [Flask Text Translator](https://github.com/microsoft/workshop-library/blob/main/full/flask-text-translator/README.md) workshop

This issue is for translating [Jupyter Notebooks workshop](https://github.com/microsoft/workshop-library/blob/main/short/intro-jupyter-notebooks-python/README.md) intro Spanish

**What happened**: While running CI tests, got problems when the database check ran: ``` go run ../../main.go ubuntu:latest -vv -o cyclonedx > bom.xml [0000] DEBUG Application config: configpath: "" presenteropt:...

enhancement
good-first-issue

`install.sh` currently supports released versions of `grype` to be installed. Integrations like `scan-action` may want to test against unreleased versions of `grype` that are currently not possible to install with...

enhancement

When more than one schema version of the database becomes available, it would force the build system to go sequentially to avoid overwriting the list file. If grype could associate...

enhancement

## Bug Report ### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: OSX (M1) using Docker for Desktop client, and OSX (Intel) on the remote side -...

stat:awaiting tensorflower
type:bug

Currently, most API endpoints follow this pattern: ```python http_code = 500 try: some_call() except Exception as err: return_object = make_response_error(err, in_httpcode=http_code) return return_object, http_code ``` This boiler-plate try/except is not...

feature
techdebt

It seems that Tensorflow is not covered in the examples section of the README file. It would be ideal to have some examples (maybe with pre-built models) of how to...