Jasper Stam

Results 14 issues of Jasper Stam

### Version 3.4.0 ### Reproduction link https://github.com/stam/multiple-vue-apps ### Steps to reproduce Clone the mentioned repo npm i npm run serve open ./index.html Click on the count++ buttons ### What is...

### What is Happening Running on Ubuntu 20.04, host cannot lookup hostname of docker containers ### What is expected On the host machine running `nslookup nginx.docker` should work, but it...

I configured my webhook to only trigger for POSTs, webhook should not trigger for GETs because firing a webhook by definition is not idempotent. However it still fires when receiving...

question

### Describe the PR Make the id mixin use a universally unique id. Previously vue's internal id was used. This is a locally unique id, but when there are multiple...

### Describe the bug Bootstrap Vue assigns IDs like __BVID__27 to link labels to their corresponding input. This ID is generated by the ID mixin and is based on Vue's...

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...

Hey! First of all thanks for this amazing library, my code became a bit cleaner again after switching from react-stockcharts. The usecase I'm trying to implement is when a user...

The socket server closes websocket connections from the graphql-ws client library: ``` File "/usr/local/lib/python3.7/site-packages/channels_graphql_ws/graphql_ws_consumer.py", line 233, in connect f"WebSocket client does not request for the subprotocol " AssertionError: WebSocket client...

Hey, not sure if this is the right place to ask this, please let me know if there is a better place for this. In our application we also store...

**Description of the bug** Clicking on the target now closes the popper again. This is unwanted behavior of we are in hover mode. **Reproduction link** https://codesandbox.io/s/fragrant-forest-qfe6yu?file=/src/App.vue **To Reproduce** 1. Hover...