Alexander Gladysh

Results 50 issues of Alexander Gladysh

I use Autosize plugin to control size of an in-place input control. I create `` dynamically each time user clicks on editable data. Autosize dutifully creates a mirror `` each...

That is, text in the input field moves left and right by what looks like 1 pixel as I type in the input. Here is a fiddle that reproduces the...

Hi, In our company we have relatively strict guidelines on Lua code formatting and several hundreds KLOC of existing code that follows them (so changing guidelines is not a good...

Tell me if you want me to write a rockspec for you.

https://gist.github.com/882263 Now fails with: lua: check_pipeline_multi.lua:15: bad argument #1 to 'assert' (value expected) stack traceback: [C]: in function 'assert' check_pipeline_multi.lua:15: in function 'P' check_pipeline_multi.lua:49: in main chunk [C]: ? `exec()`...

See here https://github.com/antirez/redis-doc/issues/31/#comment_916587

It returns true when key is missing. See here: https://gist.github.com/882374 (Note that it is so strange, that maybe my test is broken, not sidereal.)