David Arnold
David Arnold
> Currently attachments are stored in database, and most have automated database backups So all file handles should become `MongoInternals.NpmModule.GridFSBucket`. Sounds easy to do :+1:
> Well, if there is Javascript arrow function, then Python code does not show any error, Even better those factory and generator functions do not need to be exposed, I'll...
> Will initiate download, if links are called with ?download="true" queryparam Is this a problem? Can we refactor? It seems very clean + global solution.
@almereyda to make it a proper repository, - in theory - a hierarchical organization ("folder") structure would be needed. It probably fits in with the ongoing discussion about tagging and...
See also #1674 #683 #219
Copying over from the mailing list discussion that ensued, citing [Viktor Dukhovni](https://www.openssl.org/community/omc.html): > In all cases, it is important to keep both the private key and the cert in the...
> But, moving forward it would be better to avoid writing private keys to disk and instead have applications use the Workload API to directly load their keys and certificates....
Her's what I did (with search domain): ``` resolvectl status ztnfaasznt Link 4 (ztnfaasznt) Current Scopes: DNS DefaultRoute setting: yes LLMNR setting: yes MulticastDNS setting: no DNSOverTLS setting: no DNSSEC...
Ah, sorry! I wasn't clear. What I'm interested in doing is have buildkit build something like using the nix builder ```nix { redis = buildImage { name = "redis"; tag...
I was having a closer look at the current nix dockerfile tooling: it uses a VM for the construction of the file system. I'd imagine this to cause trouble when...