Yury Bushev

Results 21 issues of Yury Bushev

Hello! I noticed that I can't capture traffic for some interfaces (like VPN connections). Is it supported? Output from [systeminformation](https://www.npmjs.com/package/systeminformation): ```json [ { "iface": "Ethernet", "ip4": "10.190.201.120", "ip6": "fe80::4857:7b9f:5352:126e", "mac":...

Hi! Small enchantment to you awesome module!

Update `.env-example`, fix "key cannot contain a space" error.

Hi @MarkPieszak , What I do: 1. `git clone https://github.com/MarkPieszak/aspnetcore-angular2-universal.git` 2. `cd aspnetcore-angular2-universal` 3. `export ASPNETCORE_ENVIRONMENT=Development` 4. `dotnet run` As a result, the application works well on 5000 port, HMR...

Needs more info

I'm trying to run a basic example but getting an error: ``` TypeError: socket.setNoDelay is not a function at Object.common.setupSocket (/home/ubuntu/http-proxy/build/webpack:/proxy-app/node_modules/http-proxy/lib/http-proxy/common.js:127:1) ``` The code: ``` const proxy = httpProxy.createProxyServer({ ws:...

![image](https://user-images.githubusercontent.com/7535766/117873018-54ded080-b26d-11eb-990f-71ddd0345412.png) Code: ```java public class App { public static void main(String[] args) { System.out.println("Hello, World!"); } pub //

Hello! It seems this issue still not resolved: https://github.com/hex7c0/mongodb-backup/issues/16 Node: v7.2.1 mongodb-backup: v1.6.8 ``` { Error: Cannot find module 'tar' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at...

bug

Hi, I'm trying to make types work following that guide: https://github.com/Shopify/shopify-api-js/blob/main/packages/shopify-api/docs/guides/graphql-types.md But once I've tried to generate types, the codegen cli fails with the following error: ``` [~/IdeaProjects/my_project]$ npm run...

### Summary: ### Code sample: ```typescript const condition = new dynamoose.Condition() .where('userId') .eq(options.userId) .parenthesis( new dynamoose.Condition({ FilterExpression: 'size (#templates) :size', ExpressionAttributeValues: { ':size': 0 }, ExpressionAttributeNames: { '#templates': 'templates' }...

type:bug
status:triage

Hi, I am in the process of integrating this library with a WebSocket server that broadcasts messages partially. Consequently, whenever I receive an extension of a message (identified by a...