DS/Charlie
DS/Charlie
For reference, I got the following: ``` % npm update -g npm ERR! code EINVALIDPACKAGENAME npm ERR! Invalid package name ".npm-uqSPdfFS": name cannot start with a period npm ERR! A...
This is still annoying us in our production environment... any reason why the fix is delayed?
A slightly more robust version of the helper by @chevdor which doesn't ignore tests with "running" in their name 😛 ```zsh function ctest() { cargo test "$@" |& grep -Ev...
@David-Else I'll gladly bump it again if that's still necessary
I've found some oddities upstream while bumping: https://github.com/DerekStride/tree-sitter-sql/pull/239 Play stay tuned while I resolve those first, otherwise I might be bumping again in a few days 😛
As far as I can see, the D programming language doesn't have any compiler for ARM64 yet, so providing builds would be an impossible task: https://github.com/dlang/dmd/pull/16554
I stand corrected, I indeed managed to compile tsv-utils with LDC on arm64 :) ```sh $ make DCOMPILER=ldc2 DFLAGS='-linker lld' ```
@pombredanne I've resolved the merge conflicts
This is breaking a fair amount of our builds as well. We use many hyphens in our project names across our entire infrastructure (in Python but also other languages), and...
@di Sure! We use FreeBSD where packages ("ports") have the same name as the upstream package, and the source blobs (regardless of language) are always expected to follow the `${PORTNAME}-${DISTVERSIONFULL}${EXTRACT_SUFX}`...