Bruno Salmon

Results 11 issues of Bruno Salmon

hi, When using SockJS in Chrome, it says that sockjs.js uses a deprecated feature at line 3285, which is: ```javascript global.addEventListener(event, listener, false); ``` and a breakpoint at this line...

### Describe the bug When asking to parse 2 classes a.A & b.B and a.A is using an external class c.C through b.B (see simple code below), the parser reports...

bug

On devices supporting IPv6, it's impossible to download anything from domains having a IPv6 DNS record. For example, an ImageView with a URL pointing to such domain will show no...

bug

hi, Following the [discussion](https://github.com/foal/gwt-time/discussions/16) I started (asking if your library was J2CL compatible), it appears that it's not according to my tests, so I think it's better to open an...

Hi, Can you please add a feature to detect (and eventually hide) the home bar (the swipe line that appears on some mobiles usually at the bottom of the screen)?...

hi, StatusBarService.setColor() isn't doing anything for me on iOS. The service is successfully created and the call to setColor() returns without warning or exception, but the status bar color doesn't...

hi, LifecycleService.shutdown() is not doing anything on iOS. Here is `IOSLifecycleService` code indeed: ```java @Override public void shutdown() { // no-op } ``` Can you please implement it? _FYI the...

hi Gerrit, Thanks for accepting my previous PR! 🙂 I'm making this second PR to fix the following issues (most came from my previous PR, sorry!): - Bonus S was...

### Version Vert.x version 4.5.7 (I also tried 4.5.8 and have the same issue) ### Context The returned RowSet should have the same number of rows as the number of...

bug

Up to version 4.0.20 the iOS AudioService was compiling with no pb, but version 4.0.21 doesn't pass the link task: ``` [Wed Aug 28 12:12:40 BST 2024][INFO] ==================== LINK TASK...