johnson2427

Results 22 issues of johnson2427

### Overview Implement a wrapper to generate click options from pydantic models ### Specification ```python from pydantic.main import ModelMetaclass def click_options_generator(model: ModelMetaclass): def decorator(f): options = model.__fields__ for k in...

category: feature

### Environment information * OS: linux * Python Version: 3.10.4 * `ape` and plugin versions: tokens 0.5.0 infura 0.5.0 vyper 0.5.0 ```sh $ ape --version # ...copy and paste result...

category: bug

#### What language are you using? Python #### What version are you using? Python=3.11.4 connectorx==0.3.2 #### What database are you using? MSSQL #### What dataframe are you using? Arrow ####...

bug

### Overview Give the user the ability to install all 3rd party packages and Ape plugins, then run `ape notebook` and it takes them directly to a Jupyter Notebook with...

category: feature

### What I did Not complete, started the build of the ApeKernel, still quite a bit to build here fixes: #3 ### How I did it Not complete, not sure...

### What I did I added detailed instructions for starting up the docker environment. Without better details, a new user would be stuck trying to get their environment to work....

### Overview add plugin groups to ape-config.yaml to make it easier to configure the plugins. ### Specification Describe the syntax and semantics of how you would like to see this...

category: feature

### Overview Create a bare ape image w/o the recommended plugins, and refactor the silverack image to reference this new image as the base image. ### Specification Either delete lines...

category: feature

### Overview Want the ability to add ape and silverback related variables and install definitions in the pyproject.toml file ### Specification ```toml [[tool.ape.plugins]] name = "aws" [tool.silverback] signer_alias = "aws-alias"...

enhancement

### Overview We want to reference the newly created base ape image for the silverback image, which will install silverback with no recommended plugins. ### Specification Change line 16 in...

enhancement