Dave Tapley

Results 104 issues of Dave Tapley

**Describe the bug** Can't use Navbar in Next.js server component because: https://github.com/couds/react-bulma-components/blob/82d13fc9d8c9ffee46c21318450127b92cbf128e/src/components/navbar/context.js#L3 frustrating because I don't need the `active` toggle anyway 😑 **Screenshots** ``` Server Error TypeError: createContext only works...

bug

**Describe the bug** I get `[Error] :: couldn't install 3.4.3` on a fresh Windows Server 2022 Standard install. **To Reproduce** Steps to reproduce the behavior: 1. [Install with Powershell](https://github.com/pyenv-win/pyenv-win/blob/master/docs/installation.md#powershell) 2....

Would a feature be welcome to detect and ignore [click](https://click.palletsprojects.com) methods? I already have them all grouped in a `cli/` sub-dir which I can `--exclude`, but it would be nice...

By request for ⬇️ ! 🌮 https://www.phoenix.gov/streets/mcdowell7to51

segment ideas

_this is more suited to 'Discussion', but they're not enabled on this repo_ 🤔 I got this message: https://github.com/zeromq/pyzmq/blob/206411cf55ce95c090b985514cd5afdbd0967b87/zmq/asyncio.py#L52-L55 And dutifully installed `tornado`, but then I'm told: https://github.com/zeromq/pyzmq/blob/206411cf55ce95c090b985514cd5afdbd0967b87/zmq/asyncio.py#L59-L62 I understand,...

question

AFAICT no way to `--enable-shared` for [Python feature](https://github.com/devcontainers/features/tree/main/src/python#python-python). I ran into this with: ```json "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { "ghcr.io/devcontainers/features/python:1": { "version": "3.11.4" }, ``` And tried to use `pyinstaller`, but...

needs-more-info

I see #40 gave `installJupyterlab` to the Python feature. Would you accept a PR to more broadly allow dependencies to be installed via pip's [`requirements.txt`](https://pip.pypa.io/en/stable/reference/requirements-file-format/) file? Either optimistically installing if...

```json { "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { "ghcr.io/devcontainers/features/python:1": { "version": "3.10.8" } } } ``` fails in Codespace with: ``` #9 [internal] load metadata for mcr.microsoft.com/devcontainers/universal:2 2023-07-18 21:11:31.965Z: ------ > [dev_containers_target_stage...

bug

When I was new to MST I glossed over `of the same type` (not understanding what it meant) in this: https://github.com/jonbnewman/mobx-store-provider/blob/34788e01a74beb21d418802219898947733d4259/docs/multiple-stores.md?plain=1#L9 Accordingly when I added a new store (definition, not...

https://github.com/davetapley/helium-tax/blob/cc4f981040663dc393804e3af704c9e626b4bc69/package.json#L14 https://github.com/helium/helium-js/compare/v4.0.0...v4.9.0