Eugene Beliaev

Results 3 issues of Eugene Beliaev

I use Windows 10 and when I run "npm run start" I have to manually remove .cache folder after changes in code and then run "npm run start" again. Otherwise...

Hey folks! What about adding this function the the library? ```js function getSibling(list, item, offset) { const passedItemIndex = list.indexOf(item) return list[passedItemIndex + offset] } ``` Simple usage example: ```js...

cookbook

Is it technically feasible to support automatic wildcard behavior in split tunneling? For example, adding website.com would also match *.website.com without having to specify each subdomain manually. I personally really...