Pavel

Results 13 issues of Pavel

Hello. Config option «Send on Enter» does not working properly on phones with hardware keyboard, such as Blackberry KeyOne. Even when it is Enabled or Disabled, Enter key on hardware...

bug

Hello there. I propose a new configuration option -- Focus on messagebox when opening chat window. This is useful if you using phones with hardware keyboard, Blackberry, for example, and...

enhancement
Suggestion

Hello! I'm wondering why do we still need possibility to disable RAVI_DEFER_STATEMENT compile-time? It works pretty good, as well as it also enabled by default. Yes, it is non-standard Lua...

Hello. Let's summarize our discussion on that. Nowadays Ravi lacks of support optional annotated function arguments. For example, you can't do thing like that: ```lua function sum(a: integer, b: integer,...

enhancement
language-evolution

Hello. Let's summarize our discussion on that. Currently we have strange behaviour of annotated function arguments. With some argument types (`number`, `integer`, `number[]`, `integer[]`, `table`) you can't pass `nil`, you...

language-evolution

Hello! I'm here to resurrect the `boolean` type. Looks like it was dead a long time ago and buried in source code. As for current Ravi version, there is zombie...

Hello! I suggest to add a bit sugar and create separate function to register new type. How it looks now: ```lua -- Create a metatable local mt = { __name='MyType'}...

Hello! We have some proposals about Ravi development & support. Our team wish to use Ravi in production. So, if you need some our help & contributing (patches, bounties, etc.)...

Hello. Looking for a solution (or even possibility) to implement non-blocking FIFO queue with libuv. Just like that: https://gist.github.com/daurnimator/88e942022d4f3cabf57c but for luv instead of cqueues. I'm ready to pay some...

question

Evening. I'm interested, why we don't pass client handle in **read_start** callbacks? It will be very convenient when you using external functions: ``` local function callback(client, err, chunk) print(type(client) ==...

?
bindings