null
gh-token
Our great sponsors
null | gh-token | |
---|---|---|
3 | 2 | |
1,404 | 91 | |
- | - | |
0.0 | 3.4 | |
8 months ago | 2 months ago | |
Go | Shell | |
BSD 2-clause "Simplified" License | ISC License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
null
- Golang backend with lots of raw SQL queries
-
Is there a downside to treating possible null values in DB as pointers in struct?
There’s also this: https://github.com/guregu/null
-
Gonion - Golang Client for querying Tor network data
Unfortunately in Go, switching to *bool makes the api a little more awkward to use since users that need to set true or false have to define a local variable then use a pointer to that. Another option would be something like null, but that adds a dependency to your currently-dependency-free project. If anyone has a better solution to this pattern, I'd love to hear it.
gh-token
-
Ask HN: What are some tools / libraries you built yourself?
I recently built this: (https://github.com/Link-/github-app-bash) as a quick way to generate access tokens to use with GitHub's APIs. Now I can use tokens with a limited scope, and lifetime when I test which is safer than using a personal access token that never expires. It's fully written in bash and does not have many dependencies. It's quick does the job.
- Create an access token for a GitHub app from your terminal
What are some alternatives?
yadm - Yet Another Dotfiles Manager
trdsql - CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats.
tera - A template engine for Rust based on Jinja2/Django
Tabula - Extract tables from PDF files
Pion WebRTC - Pure Go implementation of the WebRTC API
htmx - </> htmx - high power tools for HTML
firebase-rules - A type-safe Firebase Real-time Database Security Rules builder. Compose and re-use common rules. Reference constants used throughout the project. Catch any errors and typos. Auto-completion.
csvutil - csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.
leapp - Leapp is the DevTool to access your cloud
gazpacho - 🥫 The simple, fast, and modern web scraping library
gutenberg - A fast static site generator in a single binary with everything built-in. https://www.getzola.org
sqldb-logger - A logger for Go SQL database driver without modifying existing *sql.DB stdlib usage.