Mark Murphy
Mark Murphy
If there's still a problem after that then it's probably something in the path data
Yeh, so I guess it would be helpful if this project did one of two things: 1.) Ideally, validate the SVG and inform the user of any problems. 2.) If...
It works fine when trying directly from the command line. I'll check the permissions. > On Apr 26, 2014, at 1:52 PM, "David Salgado" [email protected] wrote: > > I don't...
@digitalronin Actually it's not an authentication problem. It connects to the server just fine, that part works as expected, it's when it does something like the following it prompts for...
@digitalronin I followed your advice and have confirmed that your assumptions were correct. My deployment user (lets call it "mark") was unable to run `sudo su - application -c ls`...
I did this: ``` # in /etc/sudoers.d/application %application ALL=NOPASSWD: /sbin/start application* %application ALL=NOPASSWD: /sbin/stop application* %application ALL=NOPASSWD: /sbin/restart application* %application ALL=NOPASSWD: /bin/su – application* %application ALL=NOPASSWD: /bin/su application* %application ALL=(ALL)...
> There's no reason a child schema in a ZodObject should behave differently based on its sibling fields, ever. @colinhacks I strongly disagree, can you please elaborate on this? Stripe...
Don't forget: https://draftjs.org/
Would love to see some movement on this
Sounds like object pooling would be a good choice for this.