Victor Didenko

Results 20 issues of Victor Didenko

Maybe I'm missing something, but I cannot find what... I have simple config like this ```yaml hosts: hosta: HostName: hosta.example.com User: hostauser hostb: HostName: hostb.example.com User: hostbuser ``` My local...

Where is actual react-tv-navigation package located, here, in this repository, or in `react-tv/react-tv-navigation`? Where to make PRs?

I've checked and looks like no one reading and responding issues lately, but I'll create one nonetheless. According to [RFC6750](https://tools.ietf.org/html/rfc6750): [2.2. Form-Encoded Body Parameter](https://tools.ietf.org/html/rfc6750#section-2.2) > ... > Resource servers **MAY**...

I have development nginx configuration, it is working on localhost with HTTP, but proxies requests to HTTPS upstream. And I need to remove **Secure** flag from upstream cookies. I've found...

enhancement
functionality

There is big link `React-TV-Navigation was migrated to raphamorim/react-tv` on the top of README, and I see source code in raphamorim/react-tv repository, but NPM package, as I can see, still...

Also add new clients implementations, like `axios` and `fetch`

**Issue type:** [ ] question [ ] bug report [x] feature request [ ] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [x] `mysql` /...

enhancement
new feature
comp: query builder
driver: mysql
driver: mariadb

``` In file included from /usr/src/nginx-hls-module/src/ngx_http_streaming_module.c:14:0: /usr/src/nginx-hls-module/src/output_ts.h:63:23: error: ‘crc32’ redeclared as different kind of symbol static uint32_t const crc32[256] = { ^ In file included from src/http/ngx_http_spdy.h:15:0, from src/http/ngx_http.h:42, from...

I think it would be nice to have `createRoutines` method, like `createActions` in 'redux-actions', to create routines in batch, and not one by one

help wanted
todo

After investigating, I came to conclusion, that `createRoutines` would be identical to `createActions` with one difference – use `createRoutine` instead of `createAction`. I couldn't find nice way to mock/replace module...