Saad
Saad
Currently, it seems like it fetches the latest workflow's status. However, I have multiple workflows and would prefer that it shows a specific workflow's latest status. GH Actions supports this:...
https://github.com/ktquez/vue-extend-layout/blob/76aae869e522bd880893ae85c85845494e4f99d9/vue-extend-layout.vue#L50 Here, since the whole path is dynamic except for the `@` part which is `src`, webpack starts watching *all* the `.vue` files in `src`, no matter how deep it...
run it with whatever input gives that error.
Here's the link to the fiddle. https://jsfiddle.net/dumptyd/s1uh4rx0/ Is this even possible without media queries?
### Is your feature request related to a problem? Please describe. I'm creating a static blog theme using nuxt-content. I used this package to support dark mode and to avoid...
```css @media (max-width: calc(400px + 1px)) { .btn { width: 100px; } } ``` ```diff - Parse error: Number, dimension, ratio or identifier is expected ``` That code can be...
I get a warning like this ``` Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://crossorigin.me/https://google.com. (Reason: CORS request did not succeed). ``` when I...
After addressing the comments, developer has to mark the comments as resolved manually. I think it would be a pretty nice feature if this happened automatically.
This is a necessary feature when implementing something like github's emoji autocomplete dropdown. If there are performance concerns, you can keep this disabled by default and expose a way to...
**Please describe what the rule should do:** Props can be referenced in the template using `propName` or `props.propName`. Former is convenient; latter is more explicit, provides a clear delineation between...