Robin Thomas

Results 195 comments of Robin Thomas

If you just want to match the last number occurrence anywhere in the URL you can use `(\d+)(?!.*\d)`

It works for me. So far I wasn't able to spot any differences or obscure errors.

I can confirm this issue. You can easily reproduce it when you set the bandwidth throttling to a low bandwidth in your browser. As @misterHippo pointed out, this happens because...

I'm currently also in need of a dummy user account, because I cannot easily create it via the web interface since the server is running in a docker instance on...

All right, took me a while, but now I've got a basic idea of how the ` PasswordHash.create()` function works. (I'm new to ruby and its syntax) The code below...

Okay, as I understand you would have to completely recreate the tab-bar, which would be very complex. The only thing I do not understand is, why there would be less...

> For the same reason that currently it shows the location bar / buttons in less space. Now I understand what you mean, but as you mentioned this would not...

Yeah I'm totally fine with that. It would be very outrageous to demand this from you while you just work on all this stuff in your free time and gain...

> Do you mean use a mouse button as if it were a keyboard key? Yes, instead of F6 or something like that i want to use an extra mouse...

Dev note: The binding from dart to kotlin/java can be implemented more easily using darts new https://pub.dev/packages/jnigen package