Manikanta Gade

Results 27 comments of Manikanta Gade

@mrniko Any update on the `RExpirable.addExpireListener()` ? Thanks.

@mrniko `RExpirable.expire(long, TimeUnit)` is setting timeout (i.e., returning `true`) only when calling `expire()` after setting at least one value. For example, the below code will **not** set a expiry. @Test...

@mrniko Once a key is expired, can we get the expired object in any callback? like any keyevent message? Somewhere I read/heard about *'you will get expired object for free'...

@mrniko I'm not sure if I misread your statement. Are you saying that we can get the **expired object** using `.getMap()`? How will it get the value once expired in...

@mrniko Thanks for your inputs. `RMapCache` may not be of direct use in my case, but I'll try to make it work and will see if there is a better...

This logic can be easily extend to support, say, 4 consecutive numbers. Is there any even simpler logic?

Same issue with `Input` font and VSCode on Ubuntu ![image](https://user-images.githubusercontent.com/317299/123640855-35acfa00-d83f-11eb-9b2a-77cf8db5a7f5.png)

For now, I've changed editor font to `Input Mono` and now guides are drawn properly. ![image](https://user-images.githubusercontent.com/317299/123829866-70d32a00-d920-11eb-8fe0-dd4a61ece8ca.png)

4+ support in this repo itself? or different repo? Thanks.