tintin10q

Results 21 issues of tintin10q

**Describe the bug** It takes about 10 seconds to check my file. Then after I fix one error I have to wait 10 seconds again. The fact that checking the...

1-bug 🐛
2-unconfirmed

I would expect `lesspass site example.com --counter 1 --copy` to copy the password to the clipboard. But instead it copies: Copied to clipboard to the clipboard. I installed lesspass with...

:bug: bug

I have added my schema to a .graphql file in my main project directory. I now get this error: ![image](https://user-images.githubusercontent.com/24190849/117339317-e5996300-ae9f-11eb-8c15-9ea54bac8dad.png) This is very weird because I do have a `type...

For me using the code in the docs main.ts ``` const app = createApp(App); import VueTelInput from 'vue-tel-input'; import 'vue-tel-input/dist/vue-tel-input.css'; app.use(VueTelInput) ``` It gives me `[Vue warn]: Component is missing...

### Checklist - [X] I added a descriptive title - [X] I searched for other issues and couldn't find a solution or duplication - [X] I already searched in Google...

type::bug

#### Is your feature request related to a problem? Often when handling data, you don't know if you handle new data or a record you already have. For instance, if...

In the docs at https://vuex-orm.org/guide/model/relationships.html#many-to-many it says: "You may also define custom local key at 5th and 6th argument." It then shows an example. However, it is not clear for...

I know vim controls might not be something for beginners but I am using thonny to program embedded systems with micropython. Is there any way to get vim key binds...

I am using Hasura as a subscription server. Now that you support the graphql-ws protocol after #301 🥳 I can almost completly drop apollo as a dependency of my project....