Alexander Farber
Alexander Farber
На Одноклассниках похожая проблема - и они обещают исправить:  На Yandex Games такой проблемы нет, у них реклама в середине экрана, несмотря на мой высокий iframe: 
I use Android -> HAProxy (handling TLS) -> Jetty and the connection is quick slova.de/android is my app
I have same problem with ``` compile 'de.hdodenhof:circleimageview:1.3.0' ``` on HTC One, Android 5.0.2:  I set the image by: ``` mPhotoImageView.setImageResource(R.drawable.photo); ``` or in the layout file: ``` ```...
Could you guys stop replying about `android:layerType="software"` or `setLayerType(View.LAYER_TYPE_SOFTWARE,NULL)`? Because that would be just a workaround, which costs your app performance.
I would like to share a workaround here for anyone with the TS.RANGE "wrong fromTimestamp" or "wrong toTimestamp" problem - you have to get rid of the fractional part by...
Aren't all numbers in Lua floating point? Wouldn't it make sense to accept fractional timestamps too?
Maybe the warning is coming from this code accessing `this.app.renderer.plugins.interaction`? (and then checking if `this.app.renderer.plugins.interaction.resolution` is there) https://github.com/pixijs/pixi-react/blob/master/packages/react/src/stage/index.js#L269
Same with Microsoft Edge browser in May 2024. Difficult to read the docs like https://react.dev/learn/passing-data-deeply-with-context
Also, I tested downgrading to Jetty 10.0.22 and 10.0.20, but the above test case fails there too.
Yes, this bug seems to be in Jetty 12 too: ``` 2024-10-18 22:19:54.608:WARN :oe.WebSocketChatServlet$ChatWebSocket:qtp369241501-43: Unhandled Error: Endpoint org.example.WebSocketChatServlet$ChatWebSocket : org.eclipse.jetty.websocket.api.exceptions.ProtocolException: Unknown opcode: 7 ``` To reproduce: ``` mkdir /Users/afarber/src/jetty-questions/test-demo/jetty.base cd...