Frederik Fix
Frederik Fix
- Deployer version: 6.8.0 - Deployment OS: MacOS to Ubuntu Running a command that includes `{{ }}`: ``` task('cleanup', function () { $containers = run('docker ps --format "{{.Names}}"'); }); ```...
I have a use case where the client is watching the screen of a different user. In this scenario I would like to use the server rendering of the cursor,...
This PR is intended to address #355 and is an alternative approach to the one implemented in #1260. It is not finished and should serve as a discussion point. A...
This PR makes the setting for the lifetime of Kubernetes jobs after they have completed configurable. # Testing Done ## script without kubernetes decorator: ``` from metaflow import FlowSpec, step,...
Does this plugin work with the Electron ie Headless version? I am using 3.3.1 of Cypress and I get this error every time: ``` Error: Timeout after 2000ms waiting for...
For my purposes I needed to use the ```sendMessage``` interface to pass messages directly to my backend. Using the ```cy.execExtensionCommand``` command was not an option, as messages are not delivered...
I like using outlines because I can have the same code on my local dev machine (Mac) as well as the multi-gpu (transformers+CUDA). One discrepancy I'm running into is that...