-
Notifications
You must be signed in to change notification settings - Fork 38
fix #20 - add a workaround for undefined export var #22
base: master
Are you sure you want to change the base?
fix #20 - add a workaround for undefined export var #22
Conversation
@@ -93,10 +93,12 @@ function sbRequire(require, resolve, path) { | |||
if(!getSB(path)) { | |||
if(path.match(/[\\\/]/) && fpath.extname(path) == ".js") { | |||
var sb = sandboxes[path.toLowerCase()] = context(path); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so... But its coding style, so it's about conventions so my opinion doesn't matter. at all.
If the maintainers say to do this that way, sure I will.
But if you take a look at this project coding style, and especially for this file, it seems it's my way that is applied.
Javascript/node/ltnodeclient.js
Line 7 in 4d0f882
var util = require("util");
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what it is worth, I am not aware of anyone actively maintaining this plugin. So, unless another Light Table maintainer says otherwise, I'll leave it up to you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok so, who is able to merge the PRs ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, to clarify, anyone on the Light Table team can review and merge it.
My comment was simply to suggest it is not likely that any of us will tell you to change the coding style.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sbauer322 Ok. Thanks.
And so.. Do you need a maintainer for this repo? I would be happy to join you as maintainer for the JavaScript plugin or even for the main or the other side projects. I search to invest myself in OSS joining maintainer teams and GitHub organizations for the projects I love. And Light Table is becoming one of them ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Mouvedia If you create an issue for your feature request, mention me with the arobase symbol, so that I'll get notified
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A number of people desire a better JavaScript experience with Light Table and I think it would be great to have an active maintainer for this plugin (and other JS related ones). You also seem to have a long history of contributing to open source, which is beneficial.
My main concern is if you are familiar, or at least willing to learn, Clojure or ClojureScript? Being an expert in them wouldn't be necessary, but at least enough to deal with the plugin's code. Both Light Table and some of this plugin are written in them. Aside from this, I don't have any qualms... @rundis , @cldwalker - any concerns or thoughts?
This pull request is likely not the proper location to have this discussion, but perhaps our Gitter would be better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rbecheras - what would the simplest way to reproduce the error to make sure this PR fixes it? This linked issue, LightTable/LightTable#2146, gave some steps... should that suffice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
大哥能帮我翻译一下评论吗😉😉
This is related to #20, LightTable/LightTable#2146 and LightTable/LightTable#491