Skip to content
#

tap

Here are 521 public repositories matching this topic...

homebrew-core
SMillerDev
SMillerDev commented Jun 15, 2021

To allow Linux users to use brew services and to make formula less OS dependent we should migrate the formulae to use the OS agnostic service do block.


  • bitlbee
  • dbus
  • kapacitor
  • launch_socket_server
  • launchdns
  • opentsdb
  • questdb
  • rtags
  • ssdb
  • wildfly-as
  • zookeeper

Homebrew/homebrew-core#91809

help wanted in progress good first issue
kenden
kenden commented Jun 14, 2018

As the moment it's only possible to install bats from bats-core from source on linux.

We should create packages to install easily on Linux.
It could be:

Flathub is probably the easiest to support most d

Type: Enhancement good first issue Priority: Medium Component: Packaging
lorenzofox3
lorenzofox3 commented Sep 23, 2021

For now, the theme is harcoded in the code. Ideally we want the user to be able to load its custom theme from a simple json file. This will allow for example to address accessibility issues (for visually impaired users)

ex:

I have a zora.theme.json in my project root

{
    "version":1,
     "bgError":"bgRed"    
}

Where the values can be anything in [colorette](htt

enhancement help wanted good first issue reporters

Improve this page

Add a description, image, and links to the tap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tap topic, visit your repo's landing page and select "manage topics."

Learn more