Lazerbeak12345

Results 120 comments of Lazerbeak12345

This is definitely the same issue as #265 Linking them to "link all the things"

As for the canvas part of the issue, it worked for me.

This is definitely the same issue as #265 Linking them to "link all the things"

Changing to [the tokei api](https://github.com/XAMPPRocky/tokei) may help. They even have badges, and ignore code comments in a ton of languages.

Thanks for the assignment; I appreciate the gesture! I don't know that I'll be able to put much time into this, but I'll see what I can do.

I played around with [their badges api](https://github.com/XAMPPRocky/tokei#badges) and discovered that it usually works on smaller repos such as: - this one: [![](https://tokei.rs/b1/github/artem-solovev/gloc)](https://github.com/artem-solovev/gloc). (`[![](https://tokei.rs/b1/github/artem-solovev/gloc)](https://github.com/artem-solovev/gloc)`) - Their repo: [![](https://tokei.rs/b1/github/XAMPPRocky/tokei)](https://github.com/XAMPPRocky/tokei). (`[![](https://tokei.rs/b1/github/XAMPPRocky/tokei)](https://github.com/XAMPPRocky/tokei)`) But it...

I've not noticed this myself in Firefox. It's possible it was a (now resolved) bug with firefox.

Ok so I figured it out. I had a `package.json` in my home directory. This happens all the time when someone does `npm i ` outside of a project, as...

Sorry about that thing in ... saw that the issue was specific to the API parts I had brainstormed and didn't realize it was on the wrong repo.... Anyway, here's...

So after some research, I have a working idea in my head of how to implement tab dragging in a way that should be easily written for all three platforms....