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
// ______________________________________________________________________ // | |
// font-face mixin override // | |
// ______________________________________________________________________ // | |
@mixin font-face( | |
$name, | |
$font-files, | |
$eot: false, | |
$weight: false, | |
$style: false, | |
$unicode-range: false, |
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
:root { | |
--baseline: var(--font-lineHeight); | |
--baseline-color: red; | |
} | |
.pagedjs_page { | |
/* grid baseline */ |
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
<script> | |
class pairPage extends Paged.Handler { | |
constructor(chunker, polisher, caller) { | |
super(chunker, polisher, caller); | |
} | |
afterRendered(pages) { | |
if (pages.length % 2 === 1) { | |
const pageNew = document.createElement("div"); |
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
async function acceptOne(id, el) { | |
axios | |
.put(`${server}/participants/${id}`, JSON.stringify('"accept": true'), { | |
headers: { | |
Authorization: `Bearer ${token}`, | |
}, | |
}) |
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
/** | |
* Custom emoji markers with 1 custom property | |
*/ | |
ul { | |
color: red; | |
} | |
li { | |
color:orange; | |
} |
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
{{ collections.allSearch | searchSingle(folder) | dump | safe }} |
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
-- Logs begin at Thu 2019-02-14 10:11:58 GMT. -- | |
Sep 25 00:24:49 zynthian startx[495]: (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 25 00:24:49 2021 | |
Sep 25 00:24:49 zynthian startx[495]: (==) Using config directory: "/etc/X11/xorg.conf.d" | |
Sep 25 00:24:49 zynthian startx[495]: (==) Using system config directory "/usr/share/X11/xorg.conf.d" | |
Sep 25 00:24:51 zynthian startx[495]: /zynthian/config/img/fb_zynthian_boot.png is 480x320 PNG image, color type PALETTE, 8 bit | |
Sep 25 00:24:51 zynthian startx[495]: Zooming image by 100%...done | |
Sep 25 00:24:51 zynthian startx[495]: Merging...didn't find evidence of prior run. | |
Sep 25 00:24:51 zynthian startx[495]: done | |
Sep 25 00:24:51 zynthian startx[495]: Building XImage...done | |
Sep 25 00:24:54 zynthian startx[495]: libjackpeak registering as 'jackpeak'. |
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
-- Logs begin at Thu 2019-02-14 10:11:58 GMT. -- | |
Sep 25 09:51:12 zynthian startx[568]: WARNING:zynthian_engine.proc_get_output: Command Prompt is not defined! | |
Sep 25 09:51:31 zynthian startx[568]: ERROR:zynthian_engine_linuxsampler.ls_unset_channel: There is no engine deployed on this sampler channel yet | |
Sep 25 09:51:31 zynthian startx[568]: (ERR 0) | |
Sep 25 09:51:31 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:51:32 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:51:32 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:51:32 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:51:32 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! | |
Sep 25 09:51:33 zynthian startx[568]: WARNING:zynthian_autoconnect.cb_jack_xrun: Jack Audio XRUN! |
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
const fs = require("node:fs"); | |
const path = require("node:path"); | |
const browserslist = require("browserslist"); | |
const { | |
bundle, | |
browserslistToTargets, | |
composeVisitors, | |
} = require("lightningcss"); | |
// Set default transpiling targets |
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
<!doctype html> | |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Example Doc Issue #206</title> | |
<script src="https://unpkg.com/[email protected]/dist/paged.polyfill.js"></script> | |
OlderNewer