Nicholas Browning
Nicholas Browning
[Fira Mono](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraMono) is a great alternative, and supports more unicode characters on Windows 7. Note: it shows up in Putty as `FuraMono`. On Windows 7, could not get Ubuntu Mono...
I'm going to do the best I can with this. However, commitlint relies on hooks to enforce the commit message meets the format criteria. Specifically, it relies on the [`commit-msg`...
I'd like to ask... why use commitlint to enforce the format? What tools are leveraging it? I ask, because I myself do use [semantic-release](https://semantic-release.gitbook.io/semantic-release/) to auto-tag my repo, and auto-generate...
> I'm going to do the best I can with this. However, commitlint relies on hooks to enforce the commit message meets the format criteria. Specifically, it relies on the...
> Thanks a lot @shmolf for the help! > > We're currently awaiting the results of an internal discussion about the purpose of enforcing a certain structure in our commit...
[link to `peerDependenciesMeta`](https://docs.npmjs.com/cli/v7/configuring-npm/package-json#peerdependenciesmeta), for ease.
@bazo Can we see the error output? Also, can we try not making the dependency `optional`? ```diff "peerDependenciesMeta": { "tapable": { - "optional": true + "optional": false }, "webpack": {...
> why do you think making the deps not optional would help? It seems that Encore/Webpack, during runtime, doesn't check whether `tapable` is "installed". It assumes it's existence, and I...
@bazo Any luck?
I ended up having to do a number things, which leads me to believe there's not one issue, but several small issues. Here's my docker-compose.yml Note: I opted to build...