[–] anonfunction 8y ago ↗ The project looks nice and easy to use but I wonder if it might be confused with the javascript bundler named Parcel.https://github.com/parcel-bundler/parcel [–] h1d 8y ago ↗ Really... One quick google and you realize there's another bundler of the same name. Can the author rename it to save them both for googlability? [–] lintroller 8y ago ↗ This was my immediate thought as well. Impossible to ignore a project with > 20k stars with the same name. [–] [dead] ricksnyke 8y ago ↗ For every possible project name, there's an npm package with the same name. [–] sibeliuss 8y ago ↗ Yes, please rename your package! Parcel is very popular in the JavaScript world.
[–] h1d 8y ago ↗ Really... One quick google and you realize there's another bundler of the same name. Can the author rename it to save them both for googlability?
[–] lintroller 8y ago ↗ This was my immediate thought as well. Impossible to ignore a project with > 20k stars with the same name.
[–] [dead] ricksnyke 8y ago ↗ For every possible project name, there's an npm package with the same name.
[–] sibeliuss 8y ago ↗ Yes, please rename your package! Parcel is very popular in the JavaScript world.
[–] stevekemp 8y ago ↗ There are quiet a few of these applications. I wrote my own when I saw that go-bindata (which I'd previously been using) was abandoned.For comparison purposes:https://github.com/skx/implantMy code is smaller, but it doesn't contain the filesystem-walker, etc.
[–] jmhobbs 8y ago ↗ Nice! Packr is pretty good too, what I currently use.https://github.com/gobuffalo/packr
[–] svett 8y ago ↗ Thank you for the feedback. I just renamed the package to parcello. It's pretty much influenced by all those that you have mentioned.I have some hard times to make COFF works. Have you tried to compile syso files within your go binaries for Darwin?
11 comments
[ 2.3 ms ] story [ 40.4 ms ] threadhttps://github.com/parcel-bundler/parcel
For comparison purposes:
https://github.com/skx/implant
My code is smaller, but it doesn't contain the filesystem-walker, etc.
https://github.com/gobuffalo/packr
I have some hard times to make COFF works. Have you tried to compile syso files within your go binaries for Darwin?