Róbert Karásek

Results 13 issues of Róbert Karásek

basic install on mac yosemite and ended with this: ``` $ moviemon /Users/roboo/Movies/ Traceback (most recent call last): File "/usr/local/bin/moviemon", line 9, in load_entry_point('moviemon==1.0.11', 'console_scripts', 'moviemon')() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357,...

LuaRocks currently builds Lua modules as dynamic libraries. The aim of this PR is to add support for building static libraries and create new command `static_flags` to list all dependencies...

I have registration of user in Run Setup Only Once + few other configs before all suites and I'm removing him in Run On Last Process. If one of the...

bug

Hi, I have structure like - tests -- suite1 -- suite2 - my_resources -- resource1 -- resource2 I use in pabot command `--pythonpath my_resources` and after that I'm able to...

bug

I tried to use `from polyglot.text import Text` in my source code and end with this ``` Traceback (most recent call last): File "sj.py", line 6, in from polyglot.text import...

I've found the issue when I tried to install `luarocks install suit` `Error: /private/tmp/luarocks_luarocks-rockspec-suit-0.1-1-5083/suit-0.1-1.rockspec: Unknown field 1` This rockspec https://luarocks.org/manifests/vrld/suit-0.1-1.rockspec is not the same as in github repo luarocks version:...

Just wanted to run example, but end with this error: > luajit examples/readpcap > luajit: ./ndpi/c.lua:73: dlopen(libndpi.dylib, 5): image not found > stack traceback: > [C]: in function 'load' >...

infoneeded

### Feature Description My current deployment requires to do vpn connections which are done by executing a process in the background e.g. `./scripts/vpn &`. If I don't execute it in...

enhancement
evaluation needed

To be able fully test oauth2 functionality via RF-ConfluentKafkaLibrary, update of docker-compose deployment is needed. One possible solution is to use ory/hydra solution e.g. [Quick Setup of Kafka with OAuth2](https://gist.github.com/jairsjunior/264c37143cd40adca2199c78f558f56c)....