Chris Cowan

Results 43 issues of Chris Cowan

In the start level (using the rerelease basedir), if you look at the water before episode 4, you can see that specific sections of the bottom surface incorrectly render over...

bug

Fixes #258. In order to fix the Node compatibility issue, the ipfs-http-client dependency needed to be upgraded from v50.1.0 to v60.0.0. However, [ipfs-http-client v57.0.0 went ESM only](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-http-client/CHANGELOG.md#5700-2022-05-27), so upgrading to...

``` $ ipfs-deploy public -p infura -d cloudflare 📂 Deploying public directory. 📦 Calculating size of public… 🚚 Directory public weighs 14.2 MiB. ⚙️ Validating pinners configurations… ⚙️ Validating DNS...

If you call the querySelector method on an element with a selector that refers to parents of that element, then the selector fails to find anything. This is not consistent...

maybe fixed (add tests to confirm)
selectors

Here's a codesandbox demo: https://codesandbox.io/s/react-textarea-autosize-bug-2hc6yv If you press the "Toggle sidebar" button, then the textarea gets squished by the expanding sidebar and fails to become taller to account for the...

In the start level (using the rerelease basedir), if you look at the water before episode 4, you can see that specific sections of the bottom surface incorrectly render over...

**Describe the bug** While testing with the examples/custom-thread-list extension, sometimes on page load the extension throws an error and fails to add its navmenu buttons. I think the issue happens...

bug

When you browse to any custom thread list, a nonsense number is shown in the search box. Bug can be reproduced in the `examples/custom-thread-list/` InboxSDK example extension and in Streak...

bug

An issue I run into weirdly fequently (just ran into it again yesterday while adding Flow support to [Kefir](https://rpominov.github.io/kefir/)) is that some dependency or sub-dependency of a project contains purposefully...

bug

When browserify is used with sourcemaps enabled, gasify doesn't adjust the sourcemaps, so the sourcemaps are incorrect and offset by the number of lines added.