Rohit Reddy Abbadi

Results 65 comments of Rohit Reddy Abbadi

@MichealReed Haven't given it much of a thought till now, but surely will be expanding support for other platforms. I'm looking for contributors, let know if yourself or anyone is...

@hhly @savanbthakkar new versions 1.0.0 and higher are supposed to work with new versions of flutter. Please try and share more details of the issue still persists.

@savanbthakkar please share more details to reproduce the issue: 1. Flutter doctor log 2. Socket.io version (on node.js side) > _Note that this repo is now backed by integration tests...

Works wonders! Thanks for the suggestions @MarkKoz ! Here's a made-up script for anyone looking at similar requirement: We are trying to ensure that the City has same Country as...

@kamilmysliwiec rebased over all the latest changes. I believe you can prioritise releasing these changes considering that the changes involved in functional code is just one line.

This is how you should add a link https://github.com/projectstorm/react-diagrams/blob/3060496db0709c37202bca948031cd02ebcc73a7/diagrams-demo-gallery/demos/demo-serializing/index.tsx#L28

+1 @nesdis please awaiting for this support

Found the issue. It was due to a bad import: `import { PDFPageDrawImageOptions } from 'pdf-lib/src/api/PDFPageOptions';` should have been `import { PDFPageDrawImageOptions } from 'pdf-lib';` And this confusion was created...

This is how I implemented it: 1. `400` is added on all non-GET endpoints 2. `401` and `403` on all endpoints which have at-least one authentication class 3. `404` on...

@aaronschif @jeremyzahner import converted to a type import @ferdikoomen I believe this can be prioritised now?