Alex
Alex
I'm trying to forward gRPC requests that have been compressed with gzip, but it looks like Fabio is not forwarding the request. I've seen under the following link, that Fabio...
I've looked through the existing tickets and am still lost on how to access the response headers in a streamInterceptor. I need to update a JWT token if an Authorization...
### Confirmation - [X] I can confirm this problem is not reproducible with ECharts itself. ### How are you introducing Vue-ECharts into your project? ES Module imports ### Versions ```sh...
When using a custom `sort-compare` prop function, the table does not properly sort. If the `sort-compare` prop is removed, the table sorts. This becomes a problem when custom slots are...
Hey BV3 team :) I've been using a lot of form elements lately, and have noticed that [debounce](https://github.com/cdmoro/bootstrap-vue-3/blob/main/packages/bootstrap-vue-3/src/components/BFormInput/BFormInput.vue) is a todo item but is yet to be implemented. I was...
If a button is clicked, the event propagates which can cause unwanted behavior. This can be mitigated with a workaround like @click.stop. I'm not sure if this was intentional by...
Thank you so much for adding sorting to the tables! I was reading your current code, and noticed that there is not yet the ability to do sort-compare routines with...
**Describe the bug** The props dropup, dropleft, dropright, right, left props are not working for BNavItemDropdown **Expected behavior** Proper positioning of dropdown with applied props. Even though they are applied...