-
### How to change anybody's mind about anything
(I've learned this has a name! [Dennett 4-step magic](https://www.themarginalian.org/2014/03/28/daniel-dennett-rapoport-rules-criticism/):
> - …
-
Say I have a container component which just spreads fragments (i.e., does not suspend):
```js
function Container() {
const data = useLazyLoadQuery(graphql`
query ContainerQuery {
..…
-
Dear all,
please consider the following example:
```
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{acro}
\acsetup{
make-links,
}
\usepackage{hyperref}
\DeclareA…
-
### Why/User Benefit/User Problem
I would like to read in fit to height/width or smart mode more often, but since I use tap navigation in the reader and there's no surefire indication that an edge is…
-
The cosmetic stuff is not quite on the table yet and should come last, but I'm taking notes in the meantime:
Colours
======
* I want to preserve the dark tone of `ARC` in its 'successor' tag + …
-
Currently there is no wiki documentation surrounding osu!'s bundled maps. Sourcing how all of this has worked historically, and how it functions right now into one article would be beneficial.
Shou…
-
### Bug description
When my bar chart displays sparse data, it adjusts the width of the bars. Sometimes, data meant for one day spreads over several days, making it difficult to ascertain the specifi…
-
- note that `coderblocks:fake_fire` works correctly (doesn't spread)
-
206 and 207 test cases from epub3 test suite do not pass (rendition:orientation property seems to be ignored)
ghost updated
2 years ago
-
Currently the loader uses ES2015 `import` and `export default`. Are you interested in adding options to allow for Node.js module `require` and `module.exports`? If so, I could work on a PR.