pipech

Results 17 comments of pipech

No not modifying the user's folder, I mean when you try to reproduce the issues make sure that there are no `.git` folder inside that folder. Normally there will be...

@akhilnarang Not sure if you are missing the point. **`--soft-link` will failed if the folder doesn't have `git`.** If you don't plan to support folder with no git, why would...

https://github.com/frappe/bench/pull/1629 This simple fix "should" fix the issues.

Not the solution but fyi you could type or paste that exact account and it'll work, this work across the app with link field.

Hi, I've got this error too but I'm not sure if this is the same problem since I didn't specify graph width. Could you please take a look https://github.com/plotly/dash/issues/1112 ?...

Thank you @tymofii-okh for the guidance. Here the example from the docs. ``` import * as pulumi from "@pulumi/pulumi"; import * as aws from "@pulumi/aws"; const ecsTarget = new aws.appautoscaling.Target("ecsTarget",...

FYI Workaround is to use `Container sx={{ overflowY: 'auto', maxHeight: '85vh' }}` inside Modal instead of using `Modal sx={{ overflow: 'scroll' }}`.