Sameer Puri

Results 103 comments of Sameer Puri

Discovered that the push tests were never actually run because there was a missing newline at the end of `testCase(t, args, "push refs/heads/master:refs/heads/master\n", []string{})`.

Looks like macOS is still failing: ``` [git-remote-ipld] Running shell script + go test -v ./... + tee output /var/jenkins/workspace/pyard_git-remote-ipld_PR-21-BEUY3MIKEUQKTXCLQUO4RZM773OQDB3XCGN6CAIWBSB6ADFZOXKQ/src/github.com/ipfs shipyard/git-remote-ipld/cmd/git-remote-ipld/ipld.go:15:2: cannot find package "github.com/ipfs-shipyard/git-remote-ipld/core" in any of: /var/jenkins/tools/org.jenkinsci.plugins.golang.GolangInstallation/1.11/src/github.com/ipfs-shipyard/git-remote-ipld/core (from...

Related to [magik6k's comment on dweb URLs](https://github.com/ipfs-shipyard/git-remote-ipld/issues/3#issuecomment-340267218) -- this would probably require symlinking the helper as `git-remote-dweb`.

Hi matopeto, The lack of a viewBox attribute is definitely causing some issues here. Do you know why it is missing? Looking at the [W3 specs](https://www.w3.org/TR/SVG11/coords.html#ViewBoxAttribute) I see: > All...

Good point, I'll add some logic to make that required.

Hi there, svg2gcode does not support fills at the moment ([see FAQ](https://github.com/sameer/svg2gcode#faq--interesting-details)). What kind of fill are you looking to do? Definitely open to collaborating on this :slightly_smiling_face: Thanks, Sameer

That seems like a reasonable use case. Is this something you'd be interested in making a pull request for?

Cool, this is very exciting. Happy to assist in the translation to Rust process.

Hi Brian, Thanks for reaching out! The tools you need to install should be: [cargo + rust](https://rustup.rs/) & [trunk](https://trunkrs.dev/). You'll also need the wasm target installed: `rustup target install wasm32-unknown-unknown`....