soc

Results 91 comments of soc

I think I found the culprit: ``` .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab:not([pinned])[visuallyselected="true"], .tabbrowser-tabs:not([treestyletab-tabbar-position="top"]) .tabbrowser-tab[pinned][visuallyselected="true"] { background-color: var(--tst-tab-surface-selected) !important; } ``` I guess this theme needs to define its own value for `--tst-tab-surface-selected`.

Hi Shekhar, I really like your introduction to SBT! I'm working on a fork of scala-lang.org, which focuses on being more beginner-friendly. (http://get-scala.org) and I wonder whether you might contribute...

@shekhargulati No no no! You of course keep your copyright, it's still your content! Giving a license for the get-scala site doesn't prevent you from doing whatever you want with...

Wouldn't it make sense to add these blog posts to scala-lang.org/blog?

Your change looks pretty nice and localized in how it deals with a tricky problem. :-) > I bet most Scala users defining a package object like in the example...

Interesting, thanks! I'm evaluating other approaches (like using the new Java FFI, but that's still a long way to go), not sure what can be done to keep this PowerShell...

@eatkins My main concern is that I'd really like to avoid having yet-another layer on top of the already existing layers that can fail (or not apply due to obscure...

@RayKoopa Thank you! My concern with JNI/C is that I have to maintain/keep/compile a piece of code for every platform Windows runs on. I own a Windows license for exactly...