Jacob Ford
Jacob Ford
Aha! It appears all values must be URL-encoded before being sent to Slack. See my recent #38.
Note: the solution (from [#178](https://github.com/tapio/live-server/issues/178#issuecomment-283324079)) is to explictly tell `live-server` to start in the current directory (`./`). Then it will properly resolve `--ignore` paths: ``` live-server --ignore=.git,node_modules ./ ```
In my case this meant my filter wasn't matching any of my running containers. Are you sure you have a container with name `Container-Nginx`, and did you mean to have...
@markusjohnsson Do you have a public fork you'd be willing to share? Looks like a wondrous start—is the "inverse" fill styled the same way I would style a `fill`-type layer?
What would be the `npm` equivalent of `packageExtensions`?
I am on 3.5.3 and getting same error on /about page, on an instance with currently just one user (myself).
@EwonRael Just curious: do `Bodoni Moda` and `Bodoni*` in your mind refer to the same font? Or divergent branches which are now two distinct fonts?
It's likely because your `.gitmodules` specifies SSH syntax, which Vercel does **not** support. Assuming your repo is public, try changing it to HTTPS: https://github.com/vercel/vercel/discussions/4566#discussioncomment-479622
Works for me. Just livechecked and then updated to `49124` and it downloaded & installed successfully (though app is not notarized). Can't push to this branch though as I don't...
I took a look at the built-in `cycle` tag to see if it handles quotes strings any differently, but it has the same behavior. In other words, I don't think...