Gino Bustelo

Results 12 issues of Gino Bustelo

### Runtime Annoy 1.16.0 AWS Lambda Python 3.6 Runtime ### Problem Annoy causes an interpreter crash. AWS just continues to use the same Lambda container for subsequent calls, but the...

**Is your feature request related to a problem? Please describe.** The CDK constructs in this lib are only usable in a Typescript CDK project. Would like to be able to...

I have a Vagrant setup running the docker scripts using docker 0.9. I also have a simple maven project that tries to replicate your Shell example. I keep getting failures...

The pypi project for Toree has been removed. Apache does not want any packages made available outside of Apache sanctions servers.

We need to do more investigation about the real cause of this. If a 2nd user does a Run All on a notebook that is already opened by a 1st...

bug

This function is inspired by ipywidgets' `interact()` function, but should create a declarativewidget template using `urth-core-bind` on a specified channel. ``` python def toTemplate( function, result='result', channel='default', auto=True ) ```...

enhancement

Currently tables support single item selection only. Would be nice to have it also support multiple item selection. I suggest that we do the following. By default, the table should...

enhancement
externally blocked

The goal of this issue is to get rid of the `urth` name from anything that is accessible by the end user. A couple of items include - [ ]...

enhancement

@jtyberg Said in #138 > Users can still hit serialization errors rather easily though. Just try to pass a dict object with a date object as a value to a...

enhancement
low

Unable to get Lambda loading with the configuration below: **versions** ``` Framework Core: 1.59.3 Plugin: 3.2.5 SDK: 2.2.1 Components Core: 1.1.2 Components CLI: 1.4.0 ``` **requirements.txt** ``` boto3==1.9.42 Flask==1.1.1 flask-cors==3.0.8...

question