Skip to content

Instantly share code, notes, and snippets.

View dereklucas's full-sized avatar
🐢
We're gonna make it.

Derek Lucas dereklucas

🐢
We're gonna make it.
View GitHub Profile
<!DOCTYPE html><html><head>
<script async="" crossorigin="anonymous" src="https://edge.fullstory.com/s/fs.js"></script><script>
//<![CDATA[
window.CapybaraLockstep = (function() {
// State and configuration
let debug
let jobCount
let idleCallbacks
let finishedWorkTags
let defaultWaitTasks
[log] %c Brightside %c "" %c "" background: #2E4985; color: #EDF6FC; font-weight: bold; border-radius: 3px; padding: 2px 4px; margin-right: 4px; background: #6C8DBF; color: #EDF6FC; font-weight: bold; border-radius: 3px; padding: 2px 4px; margin-right: 4px; background: #C3DAF1; color: #1A3266; border-radius: 3px; padding: 2px;
[warning] [GroupMarkerNotSet(crbug.com/242999)!:A0B01B003C1E0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[error] Failed to load resource: the server responded with a status of 401 (...)
[warning] [GroupMarkerNotSet(crbug.com/242999)!:A0B01B003C1E0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[error] Failed to load resource: the server responded with a status of 401 (...)
<!DOCTYPE html><html><head>
<script async="" crossorigin="anonymous" src="https://edge.fullstory.com/s/fs.js"></script><script>
//<![CDATA[
window.CapybaraLockstep = (function() {
// State and configuration
let debug
let jobCount
let idleCallbacks
let finishedWorkTags
let defaultWaitTasks
<!DOCTYPE html><html><head>
<script async="" crossorigin="anonymous" src="https://edge.fullstory.com/s/fs.js"></script><script>
//<![CDATA[
window.CapybaraLockstep = (function() {
// State and configuration
let debug
let jobCount
let idleCallbacks
let finishedWorkTags
let defaultWaitTasks
<html><head></head><body></body></html>
@dereklucas
dereklucas / chadev-mission.md
Last active November 28, 2018 21:36
Chadev Mission Statement

I wrote the beginnings of something and struggled with the mission statement a bit, so I thought I'd read the others. When I read @vendion's I threw mine away, I love the concept of "growing a stronger community". I tried to build a different picture of the schedule so I didn't copy everything from him, but this mission statement is mostly a heavy edit of his. Many thanks @vendion :)

Tag Line

Growing Chattanooga's Developers and Creators

Mission Statement

Chadev helps grow a stronger tech community in Chattanooga by sharing knowledge and ideas in an open environment.

scope :approved_for_slideshow, ->{
includes(:promo).
where('promos.show_in_slideshow is not false').
where('approved_for_slideshow_at is not null')
}
----- vs -----
scope :approved_for_slideshow, ->{