Results 7 issues of Mihai Ene

Problem: when running `rw c` or `rw c "script"`, the `__dirname` is `/path/to/project/node_modules/compound/lib/server`. Expected: `__dirname === /path/to/project` Current workaround: `var dirname = './'`, since `./` points to the correct local...

2 console related issues: - [ ] The history search does not write upper case letters, can be solved in two ways: lowercase the search terms, or parse the `shift+letter`...

Sometimes elements with animation are added while the user doesn't have the elm document focussed. These pile up and their animations trigger all at once when the user switches back...

**Affected version** 2.2.4 **Bug summary** Does not record **Steps to reproduce** 1. open kooha 2. click Record **Expected behavior** Starts recording **Relevant logs, screenshots, screencasts, etc.** Failed to start recording...

Is there a way to access a specific address in the mapped memory? If you need convincing that it has to be done, I have a BBB device and I...

I have a haredis setup with multiple clients (5 clients per instance) and multiple node.js instances (about 10 instances default, 25+ instances on server load). It seems like `client.set` sometimes...