lowercase

Results 12 comments of lowercase

I also have the same issue with the latest version (1.0.127) for any variable/function parameter upon their declaration. You can see it on the screenshot below. Every parameter of `animation`...

@bk-az, well yes, but actually no. As I said, we have many dynamic filters (a table on frontend where user can select columns to filter by). Sometimes user wants to...

Maybe `impl for Value` ? This way it can accept anything that can be referenced as string slice (including, `String` and `str`).

And here is some demo video. I've set up recording software so that, when I click LMB it riples green circle, and for RMB click it riples blue circle. Notice...

@ouweiya but why does the original code snippet work fine on Mac + Chrome, and as @eps1lon says, on Ubuntu + Chrome? Is it bugged on Mac and Ubuntu then?...

I've tried it in vanilla JS to find out if it's a bug in Chrome itself. Turns out it's not. Here is an example that works perfectly. https://codesandbox.io/s/unruffled-raman-ydki4c So, it's...

Hey. How about [jitpack.io](https://jitpack.io/)? It works the way, that it downloads the source from repo, builds it somewhere on their servers. It supports sources and javadoc. You can use the...

@pgw00k, you need `luajava.createProxy`. Look at the [swing example](https://github.com/luaj/luaj/blob/master/examples/lua/swingapp.lua). It has exactly the same use case with the `Runnable` implementation.