sur.la.route
sur.la.route
## Describe the bug I have a simple react component page `index.tsx` (same error if I use `.jsx): ```tsx import { useState } from "react"; import type { IslandExport }...
Thanks for this! There is extra text in the Laos country name: https://github.com/factbook/factbook.json/blob/4c279ceb09f7a87188d38027dbf2fb72531dd92f/east-n-southeast-asia/la.json#L490
Hi, Thanks for the tool! I found that if the build fails in heroku you cause the GitHub action to fail as well, which is great. However, if the release...
Hi, Thanks again for the tool! I'm noticing that when I change my `release_tasks.sh` file (here's my yaml: ```yml build: docker: web: nodb.Dockerfile release: image: web command: - ./release_tasks.sh setup:...
Hi! `node-server-imports` error is triggered on remix's auto generated server.ts file. I'm thinking that `*.server.ts` should probably also include `server.ts`?
Hi! Thanks for creating this! I'm probably missing something.. but I cannot find any documentation on how to inline a css bundle directly into my html. Is this possible? Thanks,...
This pr updates remix to v 1.16.1 to resolve [this](https://github.com/remix-run/remix/issues/6118) issue. Thanks for the great example!
Hey, do you mind creating a new release to point pre-commit to? The last release was 2017, so I leave the release blank in the config.. but hoping to avoid...
I'm trying to run on a directory of files, vs just one file, but can't seem to get it to work: If I have a few files: templates/one.html templates/two.html templates/three.html...