tmcdos

Results 50 comments of tmcdos

By the way - just for your information, no offense please - writing You with capital letter is unusual and weird for native English speakers. For Russian and Bulgarian this...

I noticed something else. In function **TFMain::StrapProc**, when **argInfo.Name** is **"MapToRunError"** then variable **locflags** is 11 and **argInfo.Register** is **True**. But this can not be true, since **MapToRunError** is marked...

I have fixed the code so that it uses `v-autocomplete` as before (with more than 20 items), `v-autocomplete` when forced by `x-display` and `v-combobox` only when forced by `x-display`. I...

IS this tip-tap wrapper available for using from consumer applications - or it is just for the VJSF documentation?

If I understand you correctly - you encourage me to use the tip-tap wrapper in the `chip-group` example in the docs but it is up to the users of VJSF...

If I update my PR to reflect your suggestion (i.e. wrap `v-chip-group` in a `v-input`) - would not this break when one day Vuetify bugfix/improve `v-chip-group` to behave like the...

You can simply add ```javascript updated () { this.calculateSize() }, ``` after the `mounted()` method in the `vue-scrollbar` source

This nasty bug forces me to revert back to Vue 2 and Webpack 4.

> > This nasty bug forces me to revert back to Vue 2 and Webpack 4. > > If you have the opportunity to try [ViteJS](https://vitejs.dev/), you might never go...

I have the same issue as @ARM128bit - can someone help ?