Dave Tapley

Results 104 issues of Dave Tapley

Per https://github.com/davetapley/helium-tax/discussions/61#discussioncomment-2174892 do [this](https://stackoverflow.com/a/1308446/21115) for numeric values in: https://github.com/davetapley/helium-tax/blob/bd40b8321a2d5266324f1f3ae46ad3b359699f2e/index.js#L50

bug

# Problem As reported on https://github.com/davetapley/helium-tax/discussions/46#discussioncomment-1893671 > if you put in a wallet address to run a query the results appear to only be for the miner(s) in the wallet...

bug

When an XHR error occurs we should show a ⚠️ instead of just stopping silently. --- As [discussed on Discord](https://discord.com/channels/404106811252408320/404106811252408322/844967833804996638) API errors can show up as CORS errors: ![Screen Shot...

enhancement

Can use warning framework from #3, see 8961cf54936f8c085097bc9aa19a1bfbccb7349e

enhancement

If I `npm run build`, then open `index.html` it fails because this is built in to `dist`: https://github.com/dillonkearns/elm-typescript-starter/blob/ac3074e6754eef0f10f2c45d9cfcc9feb671bbfa/index.html#L5 If I update that to `src="./dist/bundle.js"`, then it fails with: ``` TypeError:...

As requested on https://github.com/pre-commit/pre-commit.com/pull/949#pullrequestreview-1984593824

The script grabs [`vim-7.3.tar.gz`](https://github.com/naaman/heroku-vim/blob/aabed1bd8010ea95351a5223e8ec987d4bfadb00/init.rb#L20) from an AWS bucket, but there doesn't seem to be any explanation of where this came from. Is it a modified version of vim? I attempted...

It looks like there's some existing appetite for such a feature: - https://stackoverflow.com/questions/59265504/python-watchdog-process-existing-files-on-startup - https://stackoverflow.com/questions/66532578/watchdog-create-events-for-existing-files-on-start-up - https://www.reddit.com/r/learnpython/comments/fz57og/comment/fn34dgk/ My use case: I have `APScheduler` jobs defined in files, and the callback...

**Describe the bug** Example from [the docs](https://pandas.pydata.org/pandas-docs/stable/development/extending.html#registering-custom-accessors) causes: ``` Untyped class decorator obscures type of class; ignoring decoratorPylance[reportUntypedClassDecorator](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportUntypedClassDecorator) ``` in VSCode. **To Reproduce** In VSCode: ```python @pd.api.extensions.register_dataframe_accessor("geo") class GeoAccessor: ......

**Describe the bug** Using [`pipe`](https://pandas.pydata.org/pandas-docs/stable/user_guide/basics.html#tablewise-function-application) returns a instance of the type pipe is called on, but the type stubs imply it's the type of the function being applied by pipe....