Postmodern
Postmodern
Could you give a real-world example of how `` would be used? I'm trying to imagine the scenario where a webpage is accessible via one URL which Spidr followed, but...
OK I think I see how `` is being used here. Instead of using explicit fully qualified links, they are using `` to DRY-up the links and provide an alternate...
It also appears that it's possible to put single quotes in the executable name, which would be useful for escaping quoted values. ```ruby Gem::Specification.new do |spec| spec.name = "test" spec.version...
This could also be achieved by piping `ronin http` into `ronin escape`. Might not be a necessary feature.
Mastodon recommends [rerun](https://github.com/alexch/rerun#readme) or [entr](https://github.com/eradman/entr#readme); although I can't find any info on how to use entr to reload sinatra. @AI-Mozi you're call.
According to [this toot](https://ruby.social/@adam12/112310142355183449), we could just ass `rerun` or `entr` to the `Procfile.dev` and tell it what files to watch and it will kill/re-execute the command if any of...
Noticed that `noteId` is used a lot in multiple `id` elements. I wonder if we could use `data` attributes for that? Or have one query to find the outer most...
Oooh the JavaScript asset is for the icons. For SVG icons just download the desired icon files and put them into `public/images/`. Previously I would just do a Google Images...
Doing a visual inspection, I think the grey text on black background for the comment header is hard to see in bright-mode. I'd use white text on a black background,...
It also appears that the Delete doesn't remove the comment `div` immediately. Edit works perfectly thought.