Farzan

Results 18 comments of Farzan

The same thing goes for jni/webrtc.

I am not sure if this is the same problem as the one that the OP mentioned. However, I am experiencing a similar issue with [Yarn PnP (Plug'n'Play)](https://yarnpkg.com/features/pnp). Using `--options`...

When I added the private key content as GitHub's secret, I removed a blank line at the end of it below `-----END OPENSSH PRIVATE KEY-----` line. This caused me to...

@mfbx9da4 Would you please review/merge? This is a left over change from #32

Any hints on this? a SDK is a must have for this product. If anyone has any idea what is the algorithm I can do the coding part.

In my case the file was a sqlite db file and it was simply open in an editor. Closing the editor fixed the issue. Clearly, the editor (SQLiteStudio) was holding...

Hi dear @daniloab I have prepared a [repo](https://github.com/information-security/swagger-jsdoc-yaml-split.git) to reproduce the issue. How to reproduce: 1. Clone the repo 2. `yarn install` 3. `yarn start` 4. Go to http://localhost:3000/docs 5....

@kurochin143 Thanks for your reply and all your efforts on preparing the PR. I tested your PR and I can see that you have replaced the optional tag with `|...

My bad! You are absolutely correct about the parameters of the `.update` function. However, I still believe this is a breaking change and should be avoided for this PR. For...

> I think that sequelize-auto generated class should reflect the type of the database rather than the upper layer. Though, sequelize can exclude any field. But with sequelize exclusion, every...