Bryan Wilson
Bryan Wilson
Ramsey, this is such a cool tool! Thank you. I've been using it for note taking when I want to cut and paste from my screen. I'd love to be...
This is important because if you host elasticsearch somewhere other than localhost, your CMS will not be able to access it to do indexing. I can get together a PR...
There isn't any code to re-display the Instructor dashboard table of assessments except when returning from an assessment view or a staff grading view. To reproduce: 1. navigate to the...
We need to update the CSS classes and make other tests, since the `` tag now gets the `.vjs-v7` class not `.vjs-v6`, and the styling breaks. Videojs7 deprecates playback in...
Putting the data attribute on the `` tag is deprecated by BrightCove ``` data-setup="{"playbackRates": [0.5, 1.0, 1.5, 2.0] }” ``` Should be replaced with something like ``` videojs.registerPlugin('VSP', function ()...
## Changes In getting set up for local development, I used the [Developing Locally](https://posthog.com/handbook/engineering/developing-locally) page in the Engineering Handbook and it looks like it's out of date. Update the services...