Alex Bepple

Results 11 issues of Alex Bepple

When using `hasProperties` we are more interested in the given properties than in anything else. So the diff becomes more useful if only the differing aspects are shown. `describeMismatch` uses...

Explicitly naming the environment should not be wrong. Thus, and in the name of consistency, this would be cool. Also, curiously `npx arc deploy` does behave like `npx arc deploy...

# Issue `td.verify` throws weird error msg when call param has an Invalid Date inside it. ### Environment Node.js v12.13.1 [email protected] ### Example Repo #### Runkit Notebook https://runkit.com/alexbepple/5eb3db7fda92cd001a8c3b9f #### Code-fenced...

As a user I want to use Gleebox as soon as I see some link that interests me so that I do not have to wait for slow pages. I...

Feature request

This is rendering fine: ``` import Icon from 'react-native-vector-icons/MaterialIcons' … ``` (I used the custom_icon from your example project.) However, this is not: ``` ``` Do you have any idea...

#### Describe the bug - Got version: 12.6.1 & 13.0.0 - Node.js version: 18.17.1 & 20.5.1 - OS & version: macOS Ventura 13.1 #### Actual behavior When POSTing to an...

**Is your feature request related to a problem? Please describe.** If my handler looks like the following, the `arc.http` and `arc.http.async` helpers in version 7.0.0 will complain with > TypeError:...

This would allow to include bd in the Homebrew core. Right now it has to be in https://github.com/Homebrew/homebrew-headonly/

The convention is to have one. Also, as soon as one has an alias, `bd -h` won't print the help. For the man page, the default output of `bd` would...

As soon as https://github.com/Homebrew/homebrew-headonly/pull/16 is through, one can install bd with Homebrew using this: ``` brew tap homebrew/headonly brew install --HEAD homebrew/headonly/bd ```