mburger81

Results 33 issues of mburger81

Hi, this plugin is very nice. Showing your plugin until now you support only playing a file, do you think you could supporting also playing a live stream like an...

enhancement

Hello, in some scenarios like the ours, we undeploy the bundle which is using your influx4j lib. In this scenario we would like to have the guarantee that on closing...

Hello we are using your lib which is working well and try to contribute some code, like we have done today with this PR #4. Another thing we need, and...

### Expected behavior We do a request from browser localhost:8100 to http://localhost:3000/proxy/tun0/blabla which should be redirected to https://tun0.bla.bla.com/bla The strange thing I use several routes and any other is working...

### Actual behavior With `router` and `pathRewrite` paramter we can change target and path for different request we proxy with this proxy. But there is one thing missing on this...

### Actual behavior If we declare two proxies where we enable WebSocket upgrade, see `ProxyMiddlwareLocal` and `proxyMiddlewareStun0` the Websocket request for the second proxies is redirected two the first. On...

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Awaiting Reply

Hello, I'm one of the lead techs of FOOK Token Ecosystem https://t.me/FOOKTokenOfficial https://www.fooktoken.com/ Your web3modal is really great and helping a lot all of us dAPP developer, but having the...

**Describe the bug** In our package.json file for the workspace we have this dependencies: ``` "dependencies": { "@nxext/stencil": "^12.1.2", "@stencil/state-tunnel": "^1.0.1", "@types/masonry-layout": "^4.2.4", "masonry-layout": "^4.2.2", "tslib": "^2.0.0" }, ``` But...

bug

Hey, we tested your demo example in java and doing some benchmark tests, with your example it seems the STATIC_MODE which should be the fastest mode is much more slower...