Open ZweiSteinSoft opened 11 years ago
I'm currently facing the same problem here.
Clicking multiple times on the popup opens the exact thing, however in developer mode the css(styling) is lost, am I missing anything.
I figured out the problem, I did not have the ruby gem compass installed. The css is now fixed.
@swatisinghi - Could you please elaborate a bit more? I do have ruby gem installed and I'm getting a blank pop up for both the stable version on the chrome web store and the version I build from the source here. According to the Chrome debugging console select2.css seems to be missing.
Relatively new to GitHub so pardon me if this was covered someplace else. I tried searching github and could find all but 2 mentions of this "Repository Next" feature that I have to have enabled to get the dropdown populated. One catch though, I cannot for the life of me find a setting anywhere on GitHub that will allow me to enable this mistified "Repository Next".
A pointer in the right direction where it might be found would be very welcome.
The bug is still exists. Blank popup window. Google Console says this:
Failed to load resource chrome-extension://laeofjkehjlnochcbhjmbjomogkcanmk/build/css/select2.css
Error in event handler for (unknown): ReferenceError: GithubChrome is not defined
at chrome-extension://laeofjkehjlnochcbhjmbjomogkcanmk/build/hook.js:7:22
at extensions::messaging:320:11
at Function.target.(anonymous function) (extensions::SafeBuiltins:19:14)
at Event.dispatchToListener (extensions::event_bindings:386:22)
at Event.dispatch_ (extensions::event_bindings:371:27)
at Event.dispatch (extensions::event_bindings:392:17)
at dispatchOnDisconnect (extensions::messaging:280:27) popup.html:1
The extension has a very good features, but it`s unusable due to this bug.
Ah thanks :) so was searching in the wrong isle.
Which node version have you used? I keep getting this error when I do cake build!
Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead.
at Function.Module._compile.Object.defineProperty.get (module.js:386:11)
at Object.
Blank popup opens a blank tab and after, the popup closes automatically and opens a second bloank tab for me. Each time.
I'm having the same issue @MathRobin
hi, so I had fixed this issue for myself. It seems the imports for the JS file are not correctly organized. You could fix that and it should work.
@a-beer could you possibly do a pull request?
Hey, M-Zuber, I'm sorry, I don't think I have the code for that any more. I'll check once again, though.
hey gang! We've been really shitty about maintaining this. Apologies. @a-beer if you have a PR to fix this we will merge it. If not I will look at this on Friday during our Open Source hackday at Rainforest.
Any updates on this? I also get a blank pop-up window.
When clicking the extension icon, the popup window is empty.
Does github-chrome work with Repository Next enabled?