Hans Brende

Results 103 comments of Hans Brende

I got the same error even when doing simply: ``` npx create-react-app my-new-app ``` Then I tried: ``` npm uninstall -g create-react-app npx create-react-app my-new-app ``` Same error again. The...

Possibly related to: https://github.com/facebook/create-react-app/issues/10601 and https://github.com/npm/cli/issues/2329 Also helpful: [`npx clear-npx-cache`](https://stackoverflow.com/a/70432908/2599133) (This fixed the issue for me: I no longer have to specify `@latest` to get the command to work.) (Though,...

@Kludex @florimondmanca @euri10 I would personally recommend this PR over #1248... simple & elegant, plus it was written first! Just needs to resolve conflicts from master and add `"run_server"` to...

@Kludex IMO this PR is better than the other one which has a bunch of issues (hence the multitude of comments)... why not close that one instead? See, e.g., https://github.com/encode/uvicorn/pull/1248#discussion_r757809716

@Kludex both PRs introduce `run_server()` fyi. The main reason I see being the ability to control the creation of your config/server before running, which `Server.run()` _almossstttt_ does except it ignores...

@Kludex yep, quite similar, hence why I'd suggest re-opening this one and closing the other: 1. in-so-far as they are similar, this one was written first (basic PR etiquette to...

Related: [ANY23-420](https://issues.apache.org/jira/browse/ANY23-420)

One possible alternative to the "fail-fast" approach would be to allow an empty set of mimetypes, but then return `null` for `getDefaultMIMEType()`. OR return "application/octet-stream". OR return `charset == null...

@lewismc I can potentially do a quick fix-up on this PR this weekend when I get a chance, and then we should be good to go.

`Current XML parsers can use both lang or xml:lang, but since librdfa uses an old library for parsing XML it generates an error since it cannot identify the language.` That...