Patrick Collins

Results 150 issues of Patrick Collins

### Describe the enhancement I have a `subtitles` folder where I will put the "raw" AI-generated subtitles. If someone would like to edit them, I will then upload them to...

enhancement

### Describe the enhancement We should split up sections into TikToks and YouTube shorts

enhancement

In brownie, after waiting for a transaction to complete, I can run `tx.return_value` to get the return value of a function, even if it's non-pure non-view. You can see how...

type:feature
status:ready

## 🐛🐛 Bug Report ### ⚗️ Current Behavior I'm using `deeplake` with [poetry](https://python-poetry.org/) and am running `poetry add deeplake`, and I get the following output: **Input Code** ``` Using version...

bug

### Environment information * `brownie` Version: 1.14.6 * `ganache-cli` Version: Ganache CLI v6.12.2 (ganache-core: 2.13.2) * `solc` Version: 0.6.7+commit.b8d736ae.Darwin.clang * Python Version: 3.9.1 * OS: osx ### What was wrong?...

bug

[pipx](https://pypa.github.io/pipx/) is a tool that allows you to install python packages into isolated environments. It ensures that there aren't any package management issues, and allows you to run the packages...

### Component Forge ### Describe the feature you would like Let's say I want to use the `vm.sign` feature in foundry. ```javascript vm.sign(private_key, digest); ``` Right now, if I've imported...

T-feature

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug

_[You can also see this question on stack exchange eth](https://ethereum.stackexchange.com/questions/145366/maat-sleigh-raised-a-bad-data-exception-r0x00000002-unable-to-resolve-constru)._ I'm running the [maat](https://maat.re/tutorials/get_started.html) symbolic executor on my Linux instance with the following code. Command I ran to get my...

### Environment information * `ape` and plugin versions: vyper 0.2.0 ape 0.2.7 vyper 0.3.3+commit.48e326f * Python Version: 3.9.5 * OS: osx ### What went wrong? Please include information like: I...