Carlos Garcés

Results 26 issues of Carlos Garcés

Updated version of #169 Not all builds works, due errors on the kernel builds, not in the CI script. I know that the CI not is perfect, but is better...

sudo apt-get install python3-pip is need in order to use pip3 install

LambdaGuard can be too slow on projects with a lot of Lambda functions. This PR cache the role policies and the boto3 client objects.

##### **Overview of the issue** I'm using the "one-to-many relationship" sample for embedded entities as documented at https://www.jhipster.tech/managing-relationships/#embedded-entities-for-couchbase-and-mongodb JHipster not generates the CRUD code for the embedded entity. Just generate...

area: feature request :bulb:
theme: front
theme: entities

Hi. The current version of epubcheck has a vulnerability considered as critical in my current builds, that use epubcheck 4.2.6 See https://security.snyk.io/vuln/SNYK-JAVA-COMTWELVEMONKEYSIMAGEIO-2316763 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23792 https://github.com/advisories/GHSA-pjch-4g28-fxx7 The vulnerability is caused by one...

type: maintenance
status: accepted
priority: critical

This PR remove the files related to the architect template and replace it with the Jekyll built-in theme system. About Jekyll themes https://jekyllrb.com/docs/themes/ Architect Template https://github.com/pages-themes/architect The PR is on...

This PR allow to auto-generate the project documentation after one commit over the master branch. - Execute doxygen to generate the html folder. - Generate the _config.yml file used by...

After run `python -m pip install amazon-textract-helper` It creates a file named "amazon-textract" at `%LOCALAPPDATA%\Programs\Python\Python38\Scripts` Note that is named "amazon-textract" not "amazon-textract.py", so windows 10 don't know how execute it...

If I'm not wrong, add_page_orientation add PageOrientationBasedOnWords not "Orientation" "Orientation" is added by add_orientation_to_blocks

I'm trying to load into trp.Document a .json file that is the result of an texttract execution done with start_document_analysis The code is done on Python 3.9 I'm loading the...