pricelessrabbit
pricelessrabbit
forcing xdebug autostart causes some issues with ide key passed by get/post parameter (or set via browser cookie). In particular PhpStorm,when used to debug a php page, generate a numeric...
I all :) hope it is the right place to post. ## Describe the bug i tried to access struct attributes using the hash syntax and i found out different...
It's a free feed aggregator
https://gist.github.com/PricelessRabbit/1e8a515364db5da19ee0d107b25928ce If a transaction remains "pending" (no commit and no rollback), the db remains locked until the go process is restarted. In the gist i created 2 different transaction. One...
Hi all :) trying out the last version of the v2 branch and i got this error. The real issue is that inside clover storage, it's managed with a Fatal...
Hi :smiley: I have a strange behaviuor when i set an instance var equals to self in constructor: ``` class Node @child : Node def initialize @child = self end...
### steps to reproduce 1. start the agent and send commands from a mainflux instance 2. simulate a connection issue and wait agent to notify the disconnection 3. re-enable the...
Currently using a connection string like `nats://server-1, nats://server-2` (with spaces after the comma) works with other clients (eg. Go ) but results in an error in the Ruby one. PR...