Christopher Tarquini
Christopher Tarquini
It might make sense to put the `require` function in the `shared.js` since you'd need to include it to use either lib
Is there any way to have Dash specifically look in a Dash-specific folder for man pages without setting it globally? Does Dash take into account the MANPATH environment variable if...
I was working on a similiar library and this is the method I was toying around with for updates: Essentially, you'd have a Query class that you pass to the...
This turned out to be a problem in the `printCreateStatementInfo` function in `src/util/sqlhelper.cpp`. The value of `stmt->fileName` was null so it errored out. This modified version adds a null check...
Since `linode-cli` doesn't seem to use this lib, it may better to lift this logic into a separate shared package (`linode-api-config`).
> - I might want reduced access for my script so it doesn't destroy my whole account while I'm debugging it). By default, I would make it save the creds...
For me a lot of the utility comes from being able to use these configs without tooling needing to explicitly add support for it. Would having the auto-loading behavior be...
I'd also like to have a way to set a filter, perhaps behind a feature flag when using pcap as the datalink backend?
I think it'd be neat if it used the `my.cnf` config for this. Would be nice if it checked a `longview` group first before checking `client` so you can give...
An example of an exploitable scenario: - I own blogglr.com and provide blogs to my users - Users can control the content of username.blogglr.com - Attacker tricks the user into...