Benny Neugebauer
Benny Neugebauer
I installed `@astrolib/seo` v1.0.0-beta.4 in my TS project but when I run `npx tsc --noEmit` I am getting the following errors: >node_modules/@astrolib/seo/index.ts:4:37 - error TS2307: Cannot find module './src/AstroSeo.astro' or...
Here are some large scale OAS specs to battletest Swaxios: - https://github.com/googlemaps/openapi-specification/releases - https://developers.amadeus.com/self-service/category/flights/api-doc/airport-and-city-search
I found [this StackOverflow question](https://stackoverflow.com/questions/48693335/how-to-generate-basic-typescript-interfaces-from-swagger-schema) which wants to create an interface for `Color` based on the following JSON input: ```json { // ... "definitions": { "Color": { "description": "", "enum":...
When clicking "Select Zoom" from this plugin, then it changes the "Window: Zoom Level" in my VS Code settings. I would like to set the zoom size for the font...
I like "remark-code-titles" but unfortunately most of my Markdown editors cannot render the syntax highlighting of code blocks anymore when writing `js:hello.js`. Would it be possible to add an option...
In my current ESLint config I have set up [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) v2.29.1 in the following way: ```json { "$schema": "https://json.schemastore.org/eslintrc.json", "env": { "browser": true, "node": true }, "extends": ["prettier", "plugin:import/typescript"], "parser":...
In a terminal on Windows the "." becomes part of the URL, so when you click it you will end up on a 404 page. That's why I suggest removing...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01#readme) and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0-samples/auth0-nextjs-samples/issues) and have not found...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01#readme) and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0-samples/auth0-nextjs-samples/issues) and have not found...
**Describe the bug** The GitHub Actions extension for VS Code shows me that "github-pages" is not a supported environment. **To Reproduce** Steps to reproduce the behavior: 1. With this workflow:...