Louis St-Amour
Louis St-Amour
apt-key wasn't parsed well: http://manned.org/apt-key/d6b5fc0e / source: http://manned.org/apt-key/56b239b8/src Example: http://explainshell.com/explain/apt-key?args=adv+--recv-keys+--keyserver+keyserver.ubuntu.com+0xcbcb082a1bb943db Great idea, though. Need to find ways to use/improve this and help co-workers with their command-fu. Perhaps a workaround for...
Not sure if it helps for your use case, but in mine, with the app registration I was using for testing at least, I was able to use Azure AAD...
Just in case it helps anyone, here are two alternative approaches (read the full issue thread as I posted updated code later on) on integrating rules_typescript with rules_closure without code...
At first I had the following error: ``` Apple clang version 12.0.0 (clang-1200.0.32.29) Target: x86_64-apple-darwin20.4.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin compiling ./main.c compiling dmydln.c compiling miniinit.c compiling dmyext.c translating probes...
Would I be wrong in interpreting the above comment as: if we had a platform-agnostic, deterministic compression tool that we could ship alongside the installation of the lfs client binary,...
The primary use case I'm supporting here is for tail-based sampling decisions while also preserving real-time metrics. The endpoint collecting Prometheus exemplars should not have to check and see if...
I've bindings now for TypeScript or Node.js at https://github.com/LouisStAmour/sourcetraildb -- not published to NPM, not much in the way of unit tests, but "it works!" if you've CMake installed. Tested...
Fantastic, thanks. I'll look at doing that, though I might not have time until later in the week. In regards to the deep introspection, I'm pretty sure [Babel](https://babeljs.io/)'s AST is...
I figured the hard part was interfacing with the compiler rather than refactoring the node bindings to merge with this repo. So I got started on an indexer command line...
Okay. So ... I'm finding the model of Sourcetrail slightly hard to map to TypeScript/EcmaScript's model. Not impossible, just having to wrap my head around it. I do wish the...