WiRight
WiRight
same here
Same here on ru locale Using Flutter 3.7.0 and Windows 11 flutter doctor -v ``` [√] Flutter (Channel stable, 3.7.0, on Microsoft Windows [Version 10.0.22621.1105], locale ru-RU) • Flutter version...
Maybe you find it useful https://pub.dev/packages/parsed_readmore package
Any update?
Any update?
@movitto It looks good! I am new in ruby, and dont know some features of this lang. Thx, i'll try to fix my code!
@movitto Hey, I corrected what was suggested. And now in callback method you may wrote ```ruby node.dispatcher.handle('hello') do |login: '', password: ''| "Hello #{login} with #{password}" end ``` Unfortunately, for...
Okay, i'll check it and rewrite!
Have the same issue. Code copy from [example](https://github.com/movitto/rjr/blob/master/examples/web.rb)
I found a solution. In README i found a `rjr.gemspec` and install gems written in description `gem install em-http-request` `gem install eventmachine_httpserver` And it work normally! Hopefully it helps! I...