Sam Hartmann

Results 31 issues of Sam Hartmann

If you try to login with FB you just get this error. I assume that you need to pre-configure FB API integration. But this isn't explained in the readme/docs. ![image](https://user-images.githubusercontent.com/49591562/204139283-71f1b0b7-b083-4ad4-bc2d-ee5fb67ea7c8.png)

The [demo website has an application error.](https://github.com/slyapustin/django-classified-demo#demo-web-site) I assume that free heroku hosting won't work for the future anyway. Maybe come up with a different solution for free demo hosting!?

Is it only possible to sign up with a facebook account and not via email?

The link to the *[browser-specific NPM packages](https://playwright.dev/#version=v1.1.1&path=docs%2Finstallation.md&q=download-single-browser-binary)* In the [Best Practises](https://github.com/playwright-community/heroku-playwright-example#best-practises) of the readme is not available anymore. This could potentially be the correct link for the current Playwright version:...

### Describe the bug In the [tutorial](https://learn.svelte.dev/tutorial/welcome-to-svelte) you can undo the last changes. But it's not possible to redo the *undone* - which would be the intuitively expected behavior from...

### Describe the problem 1. The tutorial doesn't give an introduction on how to use the editor to preview the results of the written code. 2. The preview (after finding...

I've implemented the package like this in my express app: ```js const { xss } = require('express-xss-sanitizer'); app.use(xss()); ``` Unfortunately it doesn't change the user input. When I for example...

**Describe the bug** I have this in my sitemap.xml (when using `robotsTxtOptions.additionalSitemaps`): ``` https://www.domain.com/sitemap-0.xml https://www.domain.com/server-sitemap-index.xml ``` When I want this: ``` https://www.domain.com/sitemap-0.xml ``` **To Reproduce** 1. create server-sitemap-index.xml/route.ts to generate...

bug

**Is your feature request related to a problem? Please describe.** I have to generate many sitemaps dynamically, because I'm exceeding Googles limit of 50.000 pages per sitemap. But it seems...

enhancement

- removed the statement "As you can see, that's almost one-liner", because it doesn't make sense - neither grammatically nor logically. These 20 lines of code aren't even close to...

needs +1