Jeremy Kohn
Jeremy Kohn
Would `captureStackTrace` work better?
Create classes `fstyle-italic` for `font-style: italic`, and `fw-bold` for `font-weight: bold`. Use `i` and `b` as aliases for those classes. Add "Aliases" headings to docs to specify which classes are...
Here's an expanded font-size type scale, including all sizes from Tachyons v4 as well as 4rem: ``` .fs1 { font-size: .75rem; } .fs2 { font-size: .875rem; } .fs3 { font-size:...
And an expanded scale for font-weight, including font-weight: normal and adding font-weight: 1000: ``` .fw-normal { font-weight: normal; } .fw-100 { font-weight: 100; } .fw-200 { font-weight: 200; } .fw-300...
Something like this? ```
Hi Alessio! Looks like an interesting project. Glad you're working on it and hopefully it'll be useful in helping to combat the COVID-19 pandemic. RID-COVID aims to detect/diagnose COVID-19 based...
@michaellevy Hi, I'm new to the project and looking for a good first issue to work on. Is this issue available?
@Aylr Hi, I'm new to the project and looking for a good first issue to work on. Is this issue available?
More detailed information here: http://www.computercraft.info/forums2/index.php?/topic/10898-lua-beautifierformatterindenter/ And here: http://www.computercraft.info/forums2/index.php?/topic/10577-cc-syntax-highlightingcode-completions-v12-sublime-text-2/
Related: https://github.com/localForage/localForage/issues/845#issuecomment-476541050 > also, further test shows that it works if tested with Safari 12.0.3 on a mac. > the problem only seems to happen on a Google Chrome (specifically...