Search
27 results for “haliphax”
-
I've improved my "tail" #bookmarklet to target a specific element. Once targeted, the element's scroll bar will be positioned at the bottom of the region every second. Very useful for e.g. following log output in web consoles.
-
Starting to build out my own #CSS #MicroFramework to use in a few of my sites. Not bad for an evening's work! 💪 1.5kb minified and gzipped, but I have yet to add a few critical components (header bar, navigation menu, etc.). It's been a fun exercise so far. 😃 https://github.com/haliphax/nubbins/
-
Starting to build out my own #CSS #MicroFramework to use in a few of my sites. Not bad for an evening's work! 💪 1.5kb minified and gzipped, but I have yet to add a few critical components (header bar, navigation menu, etc.). It's been a fun exercise so far. 😃 https://github.com/haliphax/nubbins/
-
Starting to build out my own #CSS #MicroFramework to use in a few of my sites. Not bad for an evening's work! 💪 1.5kb minified and gzipped, but I have yet to add a few critical components (header bar, navigation menu, etc.). It's been a fun exercise so far. 😃 https://github.com/haliphax/nubbins/
-
Starting to build out my own #CSS #MicroFramework to use in a few of my sites. Not bad for an evening's work! 💪 1.5kb minified and gzipped, but I have yet to add a few critical components (header bar, navigation menu, etc.). It's been a fun exercise so far. 😃 https://github.com/haliphax/nubbins/
-
Starting to build out my own #CSS #MicroFramework to use in a few of my sites. Not bad for an evening's work! 💪 1.5kb minified and gzipped, but I have yet to add a few critical components (header bar, navigation menu, etc.). It's been a fun exercise so far. 😃 https://github.com/haliphax/nubbins/
-
Here's a #gist for installing a #gitmoji prepare-commit-msg #git hook using gitmoji-cli, with some additional features:
- does not require global module installation
- skips the hook if the SKIP_GITMOJI_HOOK environment variable is set
- skips the hook if the commit message already begins with gitmoji (using a naive ASCII detection regex)
https://gist.github.com/haliphax/c5d8c9b4fe3167d49d416394e4003f2c
-
New #Archspire slaps so far!
-
So... I use #gitmoji for my #ConventionalCommits, and I absolutely love it. I've been using semantic-release-gitmoji [1] in order to build a `CHANGELOG.md` file out of the commit history, but it doesn't seem to be particularly well-maintained. I'm currently bumping up against a security vulnerability that I can't patch (reliably) because of a transient dependency, so I'm hoping somebody out there has an alternative approach. A cursory web search turned up bupkis.
I'm not necessarily married to semantic-release, but I like it quite a bit and would prefer to continue using it if possible. (I've used release-please in the past and thought it was decent, as well, so if there's a solution involving that, maybe I'd be up for it.)
Does anybody else build changelogs from conventional commits using gitmoji? If so, what's your stack?
-
So... I use #gitmoji for my #ConventionalCommits, and I absolutely love it. I've been using semantic-release-gitmoji [1] in order to build a `CHANGELOG.md` file out of the commit history, but it doesn't seem to be particularly well-maintained. I'm currently bumping up against a security vulnerability that I can't patch (reliably) because of a transient dependency, so I'm hoping somebody out there has an alternative approach. A cursory web search turned up bupkis.
I'm not necessarily married to semantic-release, but I like it quite a bit and would prefer to continue using it if possible. (I've used release-please in the past and thought it was decent, as well, so if there's a solution involving that, maybe I'd be up for it.)
Does anybody else build changelogs from conventional commits using gitmoji? If so, what's your stack?
-
So... I use #gitmoji for my #ConventionalCommits, and I absolutely love it. I've been using semantic-release-gitmoji [1] in order to build a `CHANGELOG.md` file out of the commit history, but it doesn't seem to be particularly well-maintained. I'm currently bumping up against a security vulnerability that I can't patch (reliably) because of a transient dependency, so I'm hoping somebody out there has an alternative approach. A cursory web search turned up bupkis.
I'm not necessarily married to semantic-release, but I like it quite a bit and would prefer to continue using it if possible. (I've used release-please in the past and thought it was decent, as well, so if there's a solution involving that, maybe I'd be up for it.)
Does anybody else build changelogs from conventional commits using gitmoji? If so, what's your stack?
-
So... I use #gitmoji for my #ConventionalCommits, and I absolutely love it. I've been using semantic-release-gitmoji [1] in order to build a `CHANGELOG.md` file out of the commit history, but it doesn't seem to be particularly well-maintained. I'm currently bumping up against a security vulnerability that I can't patch (reliably) because of a transient dependency, so I'm hoping somebody out there has an alternative approach. A cursory web search turned up bupkis.
I'm not necessarily married to semantic-release, but I like it quite a bit and would prefer to continue using it if possible. (I've used release-please in the past and thought it was decent, as well, so if there's a solution involving that, maybe I'd be up for it.)
Does anybody else build changelogs from conventional commits using gitmoji? If so, what's your stack?
-
So... I use #gitmoji for my #ConventionalCommits, and I absolutely love it. I've been using semantic-release-gitmoji [1] in order to build a `CHANGELOG.md` file out of the commit history, but it doesn't seem to be particularly well-maintained. I'm currently bumping up against a security vulnerability that I can't patch (reliably) because of a transient dependency, so I'm hoping somebody out there has an alternative approach. A cursory web search turned up bupkis.
I'm not necessarily married to semantic-release, but I like it quite a bit and would prefer to continue using it if possible. (I've used release-please in the past and thought it was decent, as well, so if there's a solution involving that, maybe I'd be up for it.)
Does anybody else build changelogs from conventional commits using gitmoji? If so, what's your stack?
-
Also, #uvicorn wasn't putting a timestamp in its access logs by default, which raises the question: What the fuck?
(Got that sorted, just thought it was incredibly weird.)
-
Fixed an issue where #textual was mangling the ANSI color of some artwork files if they were used in a `Static` widget... however, this required setting an `ansi_color` flag, which also affects the rendering of _all_ other widgets, so now things aren't quite as pretty vis a vis input prompts, etc. There's got to be a way to tell an individual widget to use ANSI colors while not affecting the entire app. Maybe a feature request is in order. 🤔
-
This morning, over the span of an hour, I...
- ran 2 miles
- did 300 air squats
- did 200 push ups
- did 100 (band assisted) pull upsHoly. Shit. Had to stop for a minute halfway through the second mile to avoid emptying my guts on the street. 😆
-
Thanks to #v4l2loopback, #ffmpeg, and https://github.com/nhtua/greencam, I have finally managed to cobble together a GPU-powered virtual green screen effect in #OBS Studio for #Linux that doesn't sacrifice the ability to display the unaltered camera stream. 🤘
-
After more than a week of #tinkering in the evening hours, I successfully integrated #OpenTelemetry via #SigNoz in my primary hobby project (a web MUD of sorts). 🥳
However, the resulting #docker image is larger than the available space on the VPS where I host the project. 💀
We're gonna need a bigger boat. ⛵ #dev
-
As the end of #NoShaveNovember draws near, I've gotta say... I might keep it. First time ever letting my facial hair go, and I don't hate the result like I was sure I would. Plus, it grows without regard for uniformity in all directions, which can only get more fun.
-
@halihax Just saw this. I love this kind of organization. Well done! I'll be there in 1.5 weeks in case anyone wants to hack or have an #mgmtconfig demo or training.
-
wishing i was at #fosdem but 95% just so i could be incredibly annoying an pick the brains of the @p2panda people the way i've been annoying most of my alumni networks and @halihax #sideprojects residents this week.
the lowest-friction way to do last-writer-wins (no conflict detection, no crdts) #p2p #localfirst folder sync between devices on any native platform (linux, macos, windows, ios, android, etc.) still unsolved.
i'm looking for the most boring answer possible, not the most exciting one. would be nice if the answer also did nat hole-punching which, uh, i realize conflicts with the "not exciting" bit.
no, ipv6 not the answer. ;) i'm looking for a solution that works everywhere, today.