Lukas Elmer

Results 16 issues of Lukas Elmer

**What**: Update the React 18 upgrade docs **Why**: To make it easier to upgrade to React 18 **How**: To document what the developer can do to upgrade to React 18...

`timedout` is hard to read and looks out of place next to [`headersSent`](https://expressjs.com/en/api.html#res.headersSent), [`statusCode`](https://nodejs.org/api/http.html#responsestatuscode), [`lastModified`](https://expressjs.com/en/api.html) etc. Would it make sense to rename it, or at least add an option to...

It would be useful to run multiple requests at the same time. It is already possible to select text, and then run "Rest Client: Send Request", which sends one request....

### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...

feature-request
dependencies
p2
xl

When first starting to swipe to the left, and then (while not letting go) swipe to the right, the first left side is triggered instead of the right one. This...

The current `kustomize edit` is empty, and thus not helpful https://kubectl.docs.kubernetes.io/references/kustomize/cmd/edit/ ```[tasklist] ### Tasks - [ ] Find out how `kustomize edit` works exactly, and what parameters it supports -...

help wanted
good first issue

The following test fails ```exs test "test use_casette with HTTPotion and gzip compression" do use_cassette "api_stackexchange_com" do HTTPotion.start response = :zlib.gunzip(HTTPotion.get("https://api.stackexchange.com/2.2").body) assert response =~ "bad_parameter" end end ``` with the...

### What happened? If you have a url with basic auth in the URL (e.g. https://user:[email protected]), there is an error in the JS, so that execution stops and the JS/CSS...

type: bug
Workflow: Issue created

This may fix the following error when deploying a `node > 12` app (untested): ![image](https://user-images.githubusercontent.com/326935/131379798-eea94df3-4cda-4d61-b632-0fe2b48c6f32.png) ![image](https://user-images.githubusercontent.com/326935/131378907-8cd2d785-d7e0-4fc5-8c1d-60f4920602e3.png) ![image](https://user-images.githubusercontent.com/326935/131378950-083c6bb6-d1e2-40ad-b670-48b529ddaf69.png) https://firebase.google.com/docs/cli ![image](https://user-images.githubusercontent.com/326935/131379180-74da058c-0c6f-433a-a2a8-c3762ea493ac.png)