Kevin Centeno
Kevin Centeno
Vagrant has an option to run an Ansible playbook locally / run Ansible within the guest VM. This requires a default share (maybe we set this to `/lxdock`). Does this...
Here's a sketch in jQuery for checking visibility. Use case: The image is in a div that is toggled (ie click to show image). ``` toggle var lazy = new...
Instead of ``` import { get, isEmpty } from 'lodash'; ``` Consider doing this instead ``` import get from 'lodash/get'; import isEmpty from 'lodash/isEmpty'; ```
### What type of bug is this? Incorrect result ### What subsystems and features are affected? Command processing, Compression ### What happened? ### Given ```sql SELECT chunk_name, range_start, range_end, chunk_creation_time...
### Problem Used a timeout to check if all the scripts were loaded. ### Solution Used a 'load' event and a count to check if the all the scripts were...
### Bug description: Steps to reproduce 1. Set `search-enabled=false` 2. Use desktop Safari (tested on 10.1.1) 3. Click/tab/focus on the ui-select element 3. Use up/down arrow keys to change what...
I have a long running process that uses swissmaps to store values before they're committed to a datastore. In the event that the process is stopped, I would like to...
**I apologize for the formatting changes.** I have black integrated into my neovim workflow, which autoformats on save. If you want, I can highlight areas of actual code changes. ##...