This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use std::cmp::Ordering; | |
| use liquid; | |
| use cobalt_model::pagination_config::Include; | |
| use cobalt_model::pagination_config::PaginationConfig; | |
| use cobalt_model::permalink; | |
| use cobalt_model::slug; | |
| use cobalt_model::SortOrder; | |
| use document; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use std::cmp::Ordering; | |
| use liquid; | |
| use cobalt_model::pagination_config::Include; | |
| use cobalt_model::pagination_config::PaginationConfig; | |
| use cobalt_model::permalink; | |
| use cobalt_model::slug; | |
| use cobalt_model::SortOrder; | |
| use document; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* DO NOT DELETE THIS LINE */ | |
| @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
| /* v Fix to make the pre-render loading page dark instead of white v */ | |
| #tabbrowser-tabpanels {background: #202020 !important} | |
| tooltip, #statuspanel-label { | |
| -moz-appearance: none !important; | |
| background: rgba(60,60,60,0.9) !important; | |
| color: #eee !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use std::io::Write; | |
| use std::sync::Arc; | |
| use liquid::compiler::{Language, ParseTag, TagReflection, TagTokenIter, TryMatchToken}; | |
| use liquid::error::Result; | |
| use liquid::interpreter::{Context, PartialStore, Renderable}; | |
| use liquid::partials::{InMemorySource, LazyCompiler, PartialCompiler}; | |
| use liquid::value::Value; | |
| #[derive(Debug)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use std::collections::HashMap; | |
| use std::io::Write; | |
| use std::path::Path; | |
| use std::sync::Arc; | |
| use liquid::compiler::{Language, ParseTag, TagReflection, TagTokenIter}; | |
| use liquid::error::Result; | |
| use liquid::interpreter::{Context, PartialStore, Renderable}; | |
| use liquid::partials::{InMemorySource, LazyCompiler, PartialCompiler}; | |
| use liquid::value::Value; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INFO [08/07/2020, 09:37:30]: Extension version: 0.3.234-nightly | |
| INFO [08/07/2020, 09:37:30]: Using configuration { | |
| diagnostics: { enable: true, warningsAsInfo: [], warningsAsHint: [] }, | |
| lruCapacity: null, | |
| files: { watcher: 'client', exclude: [] }, | |
| notifications: { cargoTomlNotFound: true }, | |
| cargo: { | |
| noDefaultFeatures: false, | |
| allFeatures: false, | |
| features: [], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "Sofle V2", | |
| "author": "Geobert Quach", | |
| "switchMount": "cherry" | |
| }, | |
| [ | |
| { | |
| "y": 0.2, | |
| "x": 3, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| 1200, | |
| { | |
| "backcolor": "#ffffff", | |
| "name": "Avalanche", | |
| "author": "", | |
| "radii": "", | |
| "switchMount": "cherry", | |
| "switchBrand": "kailh", | |
| "switchType": "PG151101D64/D10", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "progmem.h" | |
| // Corne 8x6 font with QMK Firmware Logo | |
| // Online editor: https://helixfonteditor.netlify.com/ | |
| // See also: https://github.com/soundmonster/glcdfont_converter | |
| const unsigned char font[] PROGMEM = { | |
| 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | |
| 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, | |
| 0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "progmem.h" | |
| // Corne 8x6 font with QMK Firmware Logo | |
| // Online editor: https://helixfonteditor.netlify.com/ | |
| // See also: https://github.com/soundmonster/glcdfont_converter | |
| const unsigned char font[] PROGMEM = { | |
| 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | |
| 0x00, 0x00, 0x00, 0xF8, 0x08, 0x68, | |
| 0x68, 0x08, 0x68, 0x68, 0x08, 0x68, |