Jérémie Parker

Results 18 comments of Jérémie Parker

A made a generator that scaffold front end app and uses Assemble as part of the tool chain. Repo: https://github.com/p-j/generator-yawa I'm still learning how to use all the capabilities of...

The tests on windows seems unstable, they were passing before I fixed the update on the README and force pushed it.

I'm running the test suite locally on WSL and everything checks out, I'm unsure why it's not running correctly on the CI.

I'd be more than fine with that as well. Since [`cargo-generate` v0.5.2](https://github.com/cargo-generate/cargo-generate/blob/a11907839c19c689bfd7e45b7669849881d83e22/CHANGELOG.md#052-2021-01-25) it is indeed possible to use the default branch directly instead of defaulting to `master`. So it would...

I've updated the PR to make use of the 0.6.0 of cargo-generate and remove the `master` default. Unfortunately, [as pointed out by @xortive](https://github.com/cloudflare/wrangler/pull/1653#discussion_r583101254) their latest versions have no binary release....

I'll see to rebase this and update to latest version of cargo-generate which does provide binaries again

Hi @xtuc I've made a pull request for that a couple of month ago, still waiting for it to be acknowledge though. https://github.com/cloudflare/wrangler/pull/1653 Happy to take feedbacks in and help...

+1 first time using the merge conflicts plugin, first file processed entirely, impossible to stage.

Same as [`generator-webapp`](https://github.com/yeoman/generator-webapp) : `grunt-usemin": "~0.1.10",` Which in the project I'm working with right now translates to ``` json { "name": "grunt-usemin", "version": "0.1.12", ... ```

Your are right, I should try that. Is there somewhere a list of the change of the 2.0, or a kind of migration guide ?