AkhIL

Results 55 comments of AkhIL

> @akhilman If you think you can remove Serde or other dependencies, I will be very glad for a PR. If not possible, then feature flag would be also nice....

I would also like to be more precise in determining if the component's value has changed. I am trying to implement a reactive asynchronous scheduler to run in a backend...

Also there is currently no way to change caffeine settings without indicator panel.

Perhaps authentication could be done by passing a function as argument to connect/paired_connect. This function will be called every time after connecting/reconnecting and before sending any other commands to server....

May be define converters as `rpc.method`` decorator parameters?

@derfenix seems like [zmq_rpc](https://bitbucket.org/xcg/zmq_rpc) is compatible with aoizmq.rpc.

@derfenix thank you. I did my own non asyncio client using your code. https://gist.github.com/akhilman/6f4aa516a7317f36ebac427a9d392865 My client produces futures and doesn't block process until `result()` method called. It looks like: ```python...

rust-clipboard now licensed under Apache and MIT licenses.

``print(person)`` works ok ``person.as_dict()`` also works as excpected ``repr(person)`` causes SIGABRT

I'm thinking about integrating neovim debug tools ([`:help terminal-debug`](https://neovim.io/doc/user/nvim_terminal_emulator.html#:Termdebug)). It would be nice to have commands like `TestDebugFile` and let [`termdebugger` varable](https://neovim.io/doc/user/nvim_terminal_emulator.html#g:termdebugger) control the debugger command. Perhaps it should be...