larxn

Results 5 issues of larxn

## Problem Sometimes, when I open one of my [tutorials](https://dev.to/luvejo/how-to-build-a-carousel-from-scratch-using-vue-js-4ki0), I find the embedded [gists](https://gist.github.com/luvejo/0936b7c33a07592d1706818e89abda04) have changed their order. For example, if I specify `snippet-1.js`, `snippet-5.js` gets rendered instead, and...

bug
ready for dev
bug smash
area: media

### Description It took me some time to realize that I needed to care about the content's height, as this is not how popular libraries like [vue-infinite-loading](https://www.npmjs.com/package/vue-infinite-loading) work. Also, I'm...

no stale

### Problem In the `codegen.ts` file you have to specify a directory for the generated code, like this: ```ts const config: CodegenConfig = { generates: { '.output/gql/': { // ......

## Bug Description I have two images that have the same width, but one of them has a landscape aspect ratio, and the other a portrait one. No matter how...

## Problem Even when I set the [htmlWhitespaceSensitivity](https://prettier.io/docs/en/options.html#html-whitespace-sensitivity) rule to `strict`, the plugin keeps turning this: ```html [email protected]. ``` into this: ```html me @example.com. ``` Or even this: ```blade ```...

enhancement