David Beitey

Results 70 comments of David Beitey

Still an issue on 3.0.4, freshly installed just now. Using an absolute path also fails as @hyperfocus1337 has found: ``` Error: theme path jsonresume-theme-/home/davidjb/resume/theme could not be resolved from current...

Applying the patch from #494 resolves the issue for me. Using Yarn’s patch protocol is one way of avoiding needing an official release, e.g. https://github.com/davidjb/cv/blob/master/package.json#L28

Thanks @heikojansen for the PR - #50 is merged 👍

@jjhbw Something like this would be handy for referencing nested loops indexes (e.g. `$personIdx` to align with current `$idx` naming), and that'd solve the limitation of just having `$idx`. The...

I've had the same problem but with the hostname and regex matching it as well, on account of https://github.com/h2non/gock/blob/48ac21d/matchers.go#L56-L65. This means that all of the following will match, which wasn't...

There's three different types of axis ranges I'm looking at, each for different use cases: 1. Guides (either a single `value` or with `endValue`), with a label 2. Series axis...

Thanks @martynasma - very much understand and I appreciate your consideration. :+1: I've implemented a workaround for use cases 1 and 2 with the following, noting that it's very much...

+1 for a both a fix and version dependency. Trying to start a Rails server fails due to the same issue: ``` /opt/thingspeak/config/initializers/active_admin.rb:124:in `block in ': undefined method `show_comments_in_menu=' for...

Having equivalent support within [AWS Step Function state machine definitions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html) as well would be great help to reduce and centralise repetitive configuration. In the config I've tried to deploy just...

Thanks for the info @Pauan. Hopefully this is something that can be enabled soon. Fwiw, patching in `"type": "module"` is working fine with Parcel and Jest, and almost with Node...