Eugene Melnikov

Results 12 issues of Eugene Melnikov

Running `microsocks -u 1 -P 1` When I do `curl -U '1:1' --socks5 x.x.x.x http://icanhazip.com` it works fine When I set the same creds in OS X 10.14.4 settings `curl...

**Steps for Reproduction** `video` button propose entering url in a modal window in v1.3.6 here https://quilljs.com/standalone/full/ and locally, but when I upgrade to 1.3.7 then nothing happens

My dev tool in chrome complains about source maps Files are really missing in folder `node_modules/minio/dist/main/` ``` DevTools failed to parse SourceMap: file:///Users/me/projects/backend/node_modules/minio/dist/main/minio.js.map DevTools failed to parse SourceMap: file:///Users/me/projects/backend/node_modules/minio/dist/main/helpers.js.map DevTools...

priority: medium
community

currently it's impossible to install angular-tree-control with angular 1.5.0

It'd be nice to have an ability to pass any PSR-15 compatible dispatcher from this list https://github.com/middlewares/awesome-psr15-middlewares#dispatcher and keep using by default `FastRoute\simpleDispatcher` It will let people to use middlewares

I have an existing db, generated `schema.xml`, then added new column to the db and run `propel diff` In a generated migration I see `getUpSQL` dropping the field and `getDownSQL`...

**Describe the bug** Raw email contains in my case only one attachment, and Message object also, but after calling parseBody() additional attachments is added, the same as first one **Code...

## Issue Creation Checklist - [x] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md) ## Bug Description ```js module.exports = { async up(queryInterface) { const companies = await queryInterface.bulkInsert('companies', [ { name:...

good first issue