Pamplona (Navarre, Spain)
Hey! I'm Ariadna Vigo! Welcome to my little hut of source! I hope you find your stay enjoyable, while looking at my code and projects :D
Unfortunately, I can't send you some coffee through git send-coffee
to make your stay even comfier, but I guess I'll be working on that patch any time soon!
xoxo,
Ari
sourcehut: Projects | Git repos
PGP: 0xA3B1324836A669BD
From Ariadna Vigo to ~arivigo/schain-announce
Hi there! This is just an announcement to tell you guys that schain 3.0.2 is out. It's a simple bugfix release that fixes an issue with the 'y' shorthand introduced in the past 3.0.1 release. I'm sorry for the inconveniences :( Release notes: * Fixed bug that broke the use of the 'y' shorthand with -w. Cheers! -- Ariadna Vigo Web: <https://ariadnavigo.xyz> PGP: 0xA3B1324836A669BD
From Ariadna Vigo to ~arivigo/cras-announce
Hi! This is an announcement for cras 2.1.4! Don't worry, just a revision version, no big changes here :P Release notes: * Updated strlcpy() to upstream code. * Improved build system. Cheers! -- Ariadna Vigo Web: <https://ariadnavigo.xyz> PGP: 0xA3B1324836A669BD
From Ariadna Vigo to ~arivigo/scalc-announce
Hi! This is just a quick announcement for scalc 1.0.1. This is just a revision version. Check out the changes below! Release notes: * Updated strlcpy() code from upstream. * Fixed documentation. Cheers! -- Ariadna Vigo Web: <https://ariadnavigo.xyz> PGP: 0xA3B1324836A669BD
From Ariadna Vigo to ~arivigo/schain-announce
Hi! This is a quick announcement for schain 3.0.1. This is a revision version that fixes a very nasty bug introduced in 3.0.0: when checking into a schain file, dates were not being updated as they should. This release fixes the error. Release notes: * Fixed bug where dates weren't being updated when checking-in. Yours, Ari -- Ariadna Vigo
From Ariadna Vigo to ~arivigo/sline-announce
Hi! This is announcement for the release of sline 1.1.2! Don't worry, this is just a small revision version that mostly fixes some issues in the build system. This shouldn't break any client code. Release notes: * Updated strlcpy() to latest upstream code (from OpenBSD's libc). * Fixed build system. Cheers! Ari -- Ariadna Vigo Web: <https://ariadnavigo.xyz>
From Ariadna Vigo to ~arivigo/minitimer-announce
Hey! This is just a quick announcement for minitimer 4.1.2. This is a revision version that mainly introduces documentation fixes and makes the build system fully POSIX compliant. Release notes: * Fixed non-POSIX issues in build system. * Internal code fixes. * Documentation updates. Cheers! Ari --
From Ariadna Vigo to ~arivigo/schain-announce
Hi there! I'm happy to announce that I've just released schain 3.0.0. This is a major revision of schain, where most notably some features have been removed due to them being irrelevant or even counterproductive to schain's goal of tracking days you've been following through a habit. Release notes: * Removed support for custom units of time. * Check-ins limited to one per day. * -r, -k options deprecated. Cheers! Ari
From Ariadna Vigo to ~arivigo/schain-devel
Hi everyone! For some time, I've noticed that schain has way too many features and options it could do without. And on the other hand, there was a very important feature it was lacking, namely limiting checkins to once per day. The latter has been incorporated into the master branch already, but it makes the new behavior of the -k switch incompatible with the old behavior. Let's say a script assumed that you could use -k more than once per day... with the current code that script is now broken. This means that schain's next version will be 3.0.0. As we're already in major release territory, I thought it to be reasonable to look at the whole feature set and prune out those that are
From Ariadna Vigo to ~arivigo/scalc-announce
Hi there! I'm SO happy to announce to all of you guys scalc 1.0.0! scalc is a *Real* program now! The program's API (namely I/O and CLI options, as this is an executable) is declared stable. From now on, 1.x means changes to any of the means scalc uses to communicate with *other* programs is kept compatible within the major version. An important bug has been fixed too. In earlier versions, if a command or an operation failed because there were not enough elements stored in the stack, the whole stack was wiped out. From this version on, the stack is kept as is, which is the behavior everyone would expect.
From Ariadna Vigo to ~sircmpwn/sr.ht-discuss
On Fri, Mar 11, 2022 at 10:20:49AM +0100, R. Schmidt wrote: > Hi all, > > I want to generate a personal access token to use chat.sr.ht with my > IRC client. The documentation links to > https://meta.sr.ht/oauth2/personal-token?grants=meta.sr.ht/PROFILE:RO > but the generated token is never shown to me, I get a 500 error page > instead. Interestingly the token still shows up in my list of tokens. > Using the legacy oauth web interface works to generate a token, but the > token is not accepted when connecting to chat.sr.ht. > > Is this issue on my side or does anybody experience something similar? > > Thanks for your time,