xzer

Results 41 comments of xzer

@AlexanderOMara you are right, simple name is more popular in js world, but I do not feel that simple name is a good solution for namespace/group name and at least...

@AlexanderOMara I just feel strange if we use / separator on namespace/group which is more usually without /. How about we use dot as registered namespace name but we still...

@mattrick16 you are right :-( @rishantagarwal that may be more confusing.

@jamen in js import, / is of course more nature. but in the package.json(maybe ipm.json), the following code looks strange: ``` javascript "devDependencies": { "/org/grunt/grunt-webdriver": "0.4.8", "/org/grunt/grunt-contrib-connect": "^0.9.0", } ```...

@jamen it would be better if we allow more levels in the namespace, which cause some strange smell. assume your namespace as "foo/mama",so your style should be ``` javascript "dependencies":...

@jamen leveled namespace may be necessary for bigger company/organization which may has many independent but related subsidiaries. And also how about kik.com and kik.de? who should have the right of...

@jamen according to your solution, how about the real directory structure? leveled by "kik/com/kik" or flat as "kik.com/kik"? I feel that if js community does not like dot separator, the...

@jamen agree with you.I vote to you.

I am agree with @reimertz that it would be better to partner with an non-profit organization that can help us out when we have to interact with lawyers. How about...

@pghj I am the current maintainer of this plugin, according to the source you pointed out, it actually seems a resource leak issue. I will try to reproduce it an...