-
## Summary
When wanting to display a list of items in different templates, can find chunks of queries end up having to be repeated. [GraphQL fragments](https://graphql.org/learn/queries/#fragments)…
-
I'm curious why linting is not a dev dependency?
I expect that common process is that you use dev mode until you're ready to build production. At that point all linting issues should be resolved.
…
-
Add a basic function, in src/services/FormatService.js
```
export default {
formatSize: function (s) {
console.log('String has endsWith: ' + (String.prototype.endsWith !== undefined))
r…
-
## The dependency [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) was updated from `2.0.0-rc.28` to `2.0.0`.
🚨 [View failing branch](https://github.com/adenvt/laravel-coreui-vue/comp…
-
Hi, I've tried setting up the project locally, but run into an error. I am not sure if this is only a 'me-problem' or generic.
I have all the required tools on my machine (MacOS 15.0.1)
Docker …
-
## Summary
"X o'clock" is very informal and not very clear, since it's not a common pattern to show time. I'd suggest changing it to the more common pattern "XX:00 UTC" (of course including…
-
### Use-cases
```javascript
const dateTimeFormats = {
'en-US': {
short: 'yyyy-MM-DD', // custom formtting with string
long: 'yyyy-MM-DD HH:mm:ss'
},
'ja-JP': {
short: 'yyyy…
-
I could never get coc-eslint to work with coc.nvim with typescript, i.e. to give linter warns and errors inside vim while I'm writing the code, I noticed this project has not been updated for two year…
-
vscode + typescript + eslint,
In TypeScript, when declaring an enum, the no-shadow rule reports an error(xxx is already declared in the upper scope on line 31), which is a false positive; it is actual…
-
Bug Type: **`Component`**
## Environment
- Vue Version: `3.3.4`
- Element Plus Version: `2.3.9`
- Browser / OS: `Chrome/115.0.5790.171`
- Build Tool: `Vite`
## Reproduction
### Rela…