Karolin Varner
Karolin Varner
CVE: https://nvd.nist.gov/vuln/detail/CVE-2021-45810
(Anyway thanks for creating documentation.js I should add!!)
> I will make it optional that mean make it options which switch on and doesn't remove position Object. @tmcw I'll take it. Thank you very much! :pray:
I would like to second this request, and add the following use case: As the author of a paper whose drafts I share publicaly on github, I would like to...
Why doesn't paru just use a dedicated `parubuild` user to compile packages?
E.g. because I am writing a dockerfile and wish to avoid the complexity of creating a sudoers file…
> Sometimes I want to install a package while setting up a new system that I know is 100% safe, and it's a hassle switching between users, `visudo`ing, etc. Though...
Also provide tuple as a special case of/wrapper around struct. Tuple works like struct but assumes property declarations are in order (cannot use object literal) and implements object destructuring.
Sure, feel free to take it! Thanks for taking interest in this project! Ferrum provides a few standard traits in the stdtraits.js file; most notably `eq` for content based comparisons....
Update: We might be able to model this as a trait: ```js const PatternMatching = Trait("PatternMatching"); // Implementation for primitives: by identity // Implementation for arrays, objects, etc: By recursion...