Antiqua–Fraktur dispute
https://en.wikipedia.org/wiki/Antiqua%E2%80%93Fraktur_dispute
Antiqua–Fraktur dispute
https://en.wikipedia.org/wiki/Antiqua%E2%80%93Fraktur_dispute
Sites for downloading screenplays:<br /> https://www.scriptslug.com/<br /> imdsb<br /> https://www.scripthive.com/<br /> https://scriptsflix.com/<br /> Weekend Read is a screenplay reading app (free/paid)<br /> https://filmdaft.com/read-hollywood-screenplays-for-free-online/<br /> https://www.wgfoundation.org/web-resources-where-to-find-scripts-online<br /> https://thescriptsavant.com/<br /> https://8flix.com/
randos dropbox: https://www.dropbox.com/scl/fo/qc18owtkmcs8nbqevo8jw/h?rlkey=9jqrqyipct6vznyrodav7tp0o&e=1&st=45w1hjp8&dl=0
"ts-node": "dist/bin.js", 9+ "ts-script": "dist/script.js"
.allowUnknownOptions()
In order to fix #2554, I added a --script option to vite-node so it can be used in shebang! 🎊
As I understand it, vite-node would need two changes when running scripts this way: The -- separator shouldn't be required, and all args should be considered args of the calling script. The tsconfig.json for the script should be used.
Using vite-node with a shebang enables no-build workflows for utilities in monorepos, which can reduce complexity and improves DX.
#!/usr/bin/env vite-node --script
I found this really hard to read on archive.is (https://archive.is/YkIyW).
I used this snippet to reformat the article to manually float the "annotations" (pull-outs) to the margins:
```` javascript document.getElementById("CONTENT").style.width = "1720px";
([ ...document.querySelectorAll("[id^=annotation]") ]).forEach((x, i) => { if (i % 2) { x.style.left = ""; x.style.right = "-44ch"; } else { x.style.left = "-44ch"; x.style.right = ""; } }); ````
The older I get, the more important I think it is to get set up with a simple(ish) development environment where I can easily reproduce bugs, develop features and so on.
nf start -j Procfile.dev
"watch:check": "svelte-check --watch"
Raab, Marius Hans, Claus Christian Carbon, and Niklas Döbler. ‘A Game of COVID. Ludification as a Way to Make Sense of a Pandemic’. Preprint. PsyArXiv, 5 September 2020. https://doi.org/10.31234/osf.io/cwktm.
scripts are plenty powerful and often easier to live with.
It works by delaying scripts from tracking domains when a page is actively loading and rendering.
What happens when we have script blockers installed? Does it make tailing useless?
We know that there are few sticky security and implementation issues
Which is probably why @judell’s tate doesn’t show up in Chrome on my system and there’s weirdness with the scrolling once we accept to load unsafe scripts.