Dev Aggarwal

Results 137 comments of Dev Aggarwal

@allanwolski I cannot say for sure when this will merge into master. I still have these issues, with really no idea why they're happening. The flutter Platform views are still...

Can you post the output without any arguments? ``` $ ampy -p com4 -b 115200 ls ``` --- Sidenote: please use the correct markdown. Put multi-line code in between 3...

Have you tried prefixing the directory by a slash (`/`)? Also, if you can, try this out using the master branch ``` $ git clone https://github.com/adafruit/ampy.git $ cd ampy $...

Alright. The master branch works because of [this](https://github.com/adafruit/ampy/pull/56) pull request. Will check out why it hangs.

Hey! Sorry, you had this experience. I plan to add a more computer-readable output (preferably JSON) for other tools to parse. Your GUI project looks great, looking forward to having...

I quick fixed this by adding a `post_install` hook to disable bitcode for this plugin to `ios/Podfile` - ```rb post_install do |installer| installer.pods_project.targets.each do |target| ... target.build_configurations.each do |config| ......

Hey, thanks for treating this as an issue. Just wanted to point out that codefresh also supports docker [build](https://codefresh.io/docs/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/) and [volume](https://codefresh.io/docs/docs/troubleshooting/common-issues/restoring-data-from-pre-existing-image-hangs-on/) cache. So even if I disable the registry, the...

+1 This would be really nice to have. JS paint is definitely better than the over cluttered desktop apps we have on linux. Its so simple that 5 year old...

I was trying this out, and the breaker I ran into was that cog can't run docker with `--privileged --network=host` ([As is required by TPUs](https://cloud.google.com/tpu/docs/run-in-container)) Would be nice to allow...

> Currently mypy daemon can be still slow to respond on large code bases Does mypy still suffer from this limitation after the introduction of mypyc?