Arsen A. Hutsal

Results 9 issues of Arsen A. Hutsal

Gitpod integrations added

if _list is accessed neither options.success nor options.error was passed to jquery.couch.js/list function

When running via `zoom-us-wrapper zoom`, getting this: ```script ~ » docker logs evil_golick Adding user `zoom' to group `sudo' ... Adding user zoom to group sudo Done. zoom Zoom not...

## Expected Behavior should run flawlessly I suppose ## Current Behavior ![image](https://user-images.githubusercontent.com/1643117/182155722-bc27cede-1b04-448d-8308-f4e80efaa94d.png) ## Steps to Reproduce (for bugs) 1. cloned 2. `yarn`, 3. `yarn build`, 4. `docker compose up` 5....

```bash netbeans(){ ACTIVE_MACHINE=$(docker-machine active) X11HOST="$(docker-machine inspect $ACTIVE_MACHINE \ | grep HostOnlyCIDR \ | awk '{print $2}' \ | sed 's/"//g' \ | cut -f1 -d"/")" docker run -d -it \...

Current implementation suppose that _list function return `rows` field. This is not always correct. Please, review this implemetation. It introduces `db.data` if returned data does not contain `rows` field.

@owocki @thelostone-mc @SaptakS I'd improve that project a bit if you consider that's necessary: Maintenance: - turn code to be TypeScript not JavaScript adding babel to node build workflow -...

Matthias. I've committed the test case which works: 62879c91c3b77cbad4c9ef16ccb61cd3698e94c2 If you change the mockEndpoint initialization inside testSimpleRoute method, it will not work. Could you please research the issue? I think...

When opening the site there is a javascript displayed in top of the page: ![capture image](https://cloud.githubusercontent.com/assets/1643117/22655982/88fff03a-ec9a-11e6-8356-312135331fb4.png) I guess the reason is incorrect comment style wrapping `CDATA` (use HTML comments ``...