Waldir Pimenta
Waldir Pimenta
Here are the results of an experiment I made (using Linux Libertine to get nicer quote characters): ```css blockquote{ position: relative; background: #f6f6f6; } blockquote::before { content: '“'; position: absolute;...
For future reference, there are a bunch of neat (but even more complex!) styles here: https://1stwebdesigner.com/css-snippets-blockquotes/
Hmm, perhaps there's a compact enough one at https://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling/: ```css blockquote:before { color: #ddd; content: open-quote; font-size: 4em; line-height: .1em; vertical-align: -.4em; margin-right: .1em; } blockquote:after { color: #ddd; content:...
@sebastiaanspeck I'm sorry to interject so sporadically in the project, but I couldn't help but notice that you closed this issue without any comment. Was there discussion elsewhere that led...
I'd say that reinforces my point precisely: documenting why decisions are made allows us to regain context even months or years in the future (not to mention being more respectful...
I'm facing the same error. Here's a screenshot in case it helps others confirm they have the same issue:  I tried the suggestions from the comment above, but got...
Yeah, I am indeed using Flatpak. I tried running the commands you suggested, but they seem to fail silently. I ran `flatpak run --command=sh org.qgis.qgis`, and then in the resulting...
IMO the [subcommands formulation](https://github.com/joerdav/xc/issues/87#issuecomment-1594235417) is easier to make sense of than a [top-level attribute](https://github.com/joerdav/xc/issues/87#issuecomment-1602231550), and more scalable than a [CLI option](https://github.com/joerdav/xc/issues/87#issue-1759618650).
@RageGamerBoi thanks for the PR! Could you please enable GitHub Pages in your fork, so that we could check the preview of these changes in https://ragegamerboi.github.io/browserpad?
So sorry for the long delay in review! :see_no_evil: This looks great. Thanks for enabling the preview! There are some minor tweaks I would like to see, but none are...