tmcdos
tmcdos
1) `v-combobox` is used instead of `v-select` when explicitly requested by **x-display** or when more than 20 options are present 2) a new selection type element is introduced - `v-chip-group`...
First of all - thank you for your hard work, guys! Really appreciated! **Is your feature request related to a problem? Please describe.** Every time when I do `npm install`...
1) scrollbar size is recalculated when the component is updated (usually content is added or removed) 2) width of horizontal scrollbar is reduced from 100% when the vertical scrollbar is...
Why the 2-nd **finally** keyword is not colored in the proper color (purple or brown) but instead shown with the default IDE color (cyan) ?  
There is a conflict with the recent versions of Vue DevTools (5.x+) which is described in [issue #914](https://github.com/vuejs/vue-devtools/issues/914) More specifically, this is related to some additional code inside the `hook.once("vuex:init"`...
I am using Windows on my PC and I have an unrelated issue with the bundled Node so I have to patch one of the Node's internal JS modules (and...
In file **Infos.cpp**, function **InfoProcInfo::AddArg(BYTE Tag, int Ofs, int Size, String Name, String TypeDef)** does not initialize **argInfo->Register** - seems like a bug ?
In file **Analyze2.cpp** in function **TFMain_11011981::AnalyzeProc2** there is the following piece of code ``` if (DisInfo.Ret) { //End of proc if (!lastAdr || curAdr == lastAdr) { if (AnalyzeRetType) {...
First, thank you for this excellent extension! I have noticed that the versioning trigger creates new history rows even if they are the same as the previous one. I mean,...
If you are still unaware of the Facebook's implementation of the [Flexbox layouting algorithm](https://github.com/facebook/yoga) - it may help you to further improve your project and achieve things [like this](http://blog.scottlogic.com/2015/02/02/svg-layout-flexbox.html).