Jake Brinkmann
Jake Brinkmann
If it is helpful, I think I just made a tiny step towards getting it working in "headless" (no graphics/desktop) mode: ```bash # Start the daemon, unlocking the default keyring...
Doubly confusing because of: ```markdown $ onedrived status onedrived -- pid: 1721, **status: sleeping**, uptime: 12m, %cpu: 49.8, %mem: 4.6 ``` which appears that comes directly from [daemonocle](https://github.com/jnrbsn/daemonocle#the-status-action)
> You shouldn't need to install my package in your vimrc. [....] As long as sql-lint is available globally I think it would be better if I can install this...
Oh Wow!! Your version is amazing! I love it!
Only change I could say is possibly wanting to clearly differentiate between inputs and outputs somehow, possibly: http://www.plantuml.com/plantuml/uml/PT11ImCn40NW-_oA1ruKkajlXQMKAfWgg8Z5K-aXhDCIsCoKP0A2zB-Rhb8AlGnp-CXxcMKsdwp4WLXA17_xU1YuTQhu8M3zVl_QZPE0fzDU1nr1r0y-vxD_y6dqZwlLkiDBoBR9bhPq9A8WncddUpxhVMAs87lCvxXranldPhFfz0wx8hq55ImMusjjYsSv5Cjr8q1yv0wVKiN6gKxmfiBRF_V1LfBymzhcb7pvcQRHgtYwRAzDSmsMB5_rDhy0
> expected to not work I'm very surprised a plugin for plaintext cannot handle plain search (maybe driven by a flaw in Obsidian plugin ecosystem, but still odd from the...
This seems to work for me (using a custom federated SAML provider): ```javascript Auth.currentAuthenticatedUser() .catch(() => console.warn('User is not signed in.')) .then((currentUser) => currentUser.signOut()); ```
In the meantime, I'm going ahead rolling our own patch: - `patches/composer/magento/framework/MDVA-12304-patch.patch` ```diff --- a/Stdlib/Cookie/PhpCookieManager.php 2025-02-13 09:04:18 +++ b/Stdlib/Cookie/PhpCookieManager.php 2025-02-13 09:04:31 @@ -31,7 +31,7 @@ * RFC 2109 - Page...