S0AndS0

Results 17 issues of S0AndS0

Excellent implementation of Fizzbuzz! I did notice though that ya can use... ```CSS li::first-letter { text-transform: uppercase; } ``` ... to capitalize the first letter of each output word, this...

**Edits** `_sass/minima/_base.scss` Setting CSS of `max-width: 100%;` may be combined with `height: auto;` which causes image height to shrink if view-port is less than image width. Note, this may require...

... on-click anywhere but page links New pseudo element, when combined with other CSS positioning hacks, renders behind the site navigation menu while also being attached to the label that...

It should be possible, at least for GitHub flavored MarkDown, to output documents with MarkDown style links. Here's a function that I've pulled out from one of my own Mustache...

template

> - [ ] Handle submodules referring to private repos (ssh?) If I remember correctly the `GITHUB_TOKEN` lacks permissions for private repositories. Not all is lost though, checking the permissions...

I glanced through the [original source](https://github.com/jaungiers/Multidimensional-LSTM-BitCoin-Time-Series) from @jaungiers looking for differences between that and [the _source_](https://github.com/llSourcell/Bitcoin_Trading_Bot) from @llSourcell. Aside from this _version_ missing the `data/` directory and `.gitignore` file, as...

While there is a `addNoOpener` function within the `scripts.{ts,js}` file that injects `noopener` into `a` tags, this **cannot** be trusted. Linking to this script could be forgotten, the script could...

security

I've been doing some tests and bug hunting on [GitHub Pages](https://s0ands0.github.io/sensory-interface/), and found that clicking the Language `a` tag within `wonder-nav-ul` unordered list causes the following JavaScript console error to...

bug

**Describe the bug** - press G to scroll to bottom of page ⇔ No action - press gg to scroll to top of page ⇔ No action - press d...

> Note: I'm not yet savvy enough with the source to sort-out why > `self.locals.get` is returning `None` instead of an empty string. > > But this seems to work...