-
Updated
Jun 6, 2022 - JavaScript
tap
Here are 525 public repositories matching this topic...
-
Updated
May 20, 2022 - Go
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:
apt install bats-corefor Debian/Ubuntu/Linux Mintyum install bats-corefor Fedora/RedHat/CentOS- a package on (Flathub](www.flathub.org)
- a snap on https://snapcraft.io/
...
Flathub is probably the easiest to support most d
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
May 21, 2022 - PLpgSQL
-
Updated
Jan 23, 2021
-
Updated
Aug 30, 2018 - JavaScript
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
-
Updated
Mar 19, 2021 - Swift
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Nov 24, 2020 - Swift
-
Updated
Jun 6, 2022 - Python
-
Updated
May 5, 2022 - Shell
Extend tests/test_table.awk to verify that each internal thread has identical pitch as its external counterpart.
Improve this page
Add a description, image, and links to the tap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tap topic, visit your repo's landing page and select "manage topics."
Historically, golang builds need to happen under the GOPATH, as more and more formula has moved to go-modules, we can deprecate the GOPATH usage.