Vít Stanislav
Vít Stanislav
Here is the svg of one of the broken progress bars ``` ```
You can reproduce it by the above mentioned "when I was in another tab while the page was loading" on this page: https://anatom.cz/overview/slaweet I'm using version 0.3.2.
I tried to upgrade to 0.4.6, it didn't seem to help. But then I tried to use `responsive="true"` instead of computing the radius myself and using `radius="{{progressRadius}}"` and it looks...
I'm getting this kind of error even though I `import Geohash from 'latlon-geohash'` when running tests with jest (`node v14.15.4`) ``` ● Test suite failed to run Jest encountered an...
I'm getting the same error: ``` Oops...we found an error preparing this test file: /home/slaweet/git/telltale-vue/cypress/support/index.js The error was: Error: Cannot find module '@vue/babel-preset-app' from '/home/slaweet/git/telltale-vue' while parsing file: /home/slaweet/git/telltale-vue/cypress/support/index.js ```...
Some suggestions for specific shortcuts (up for discussion): - `Ctrl-f` or `/`: Focus search - `Ctrl-s`: go to send - `Ctrl-w`: go to wallet - `Ctrl-d`: go to delegates page...
I'm also not a fan `numeric-separators-style` rule. I see that XO is fulfilling its proposition to be an opinionated tool, so I'll just share an example of what issues is...
@mehdimohammadijan It's great that you worked on adding the drag'n'drop functionality! :1st_place_medal: I was trying to use your branch and I have the following feedback: - It contains a lot...
@mehdimohammadijan I would appreciate it if you also linked/published the code you used to make the screencast. Seeing what are the differences from how I use vue-multiselect would help me...
Thank you for your reply @mehdimohammadijan > inside child component mutating props is not allowed by vue, You cannot directly assign something to the value prop in multiselect component, but...