Skip to content

Instantly share code, notes, and snippets.

View davidsusu's full-sized avatar

Dávid Horváth davidsusu

View GitHub Profile
@tung
tung / userChrome.css
Last active October 31, 2023 04:35
Firefox 89 Proton-to-Photon square-style tab adaptation
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/**
* Firefox 89 Proton-to-Photon square-style tab adaptation.
*
* Set browser.compactmode.show = true in about:config, since I only tested this with it on.
*
* This will probably break at some point, but we'll worry about that when the time comes.
*/
@Sch3lp
Sch3lp / SharedTestSourceSet.md
Last active February 1, 2022 22:10
Custom SourceSet for exposing TestBuilders through a shared-test jar using Gradle

#Context We have a project set-up of:

project-A
  a-services-api
  a-services-impl
project-B
  b-services-api
  b-services-impl
non-gradle-project-C