BrunoLM

Results 8 issues of BrunoLM

#### Version and Runtime Installed with `$ go get -u github.com/tsenart/vegeta` on `2021-05-14` master branch on commit `d73edf2bc2663d83848da2a97a8401a7ed1440bc` vegeta --version output: ``` Version: Commit: Runtime: go1.16.4 windows/amd64 Date: ``` ####...

![image](https://user-images.githubusercontent.com/706078/79981005-57139880-847a-11ea-932a-e9c24317c424.png) ![image](https://user-images.githubusercontent.com/706078/79981085-76122a80-847a-11ea-89a9-d88536aa6d99.png)

Here's my workaround, I believe something similar could be integrated with the package to provide zoom/pan as a built-in feature. ```js const DomMatrix = window.DOMMatrix || window.WebKitCSSMatrix || window.MSCSSMatrix; const...

I would like to have this by default ```ts const action = createActionThunk('FETCH', () => 3, true) ``` Also, I think it would be better to change the 3rd parameter...

I'm calling `setMessage` trying to return `id` from the created message. But if there's an error I get the following message: > Cannot return null for non-nullable field Message.id. The...

kind/question

I couldn't figure out if the bundled app (production mode) exposes the API in any port, so assuming it doesn't here's how I implemented OAuth. Looking at examples on Google's...

In development I can access the API at `:8888`, but when I'm running the built thing this port is not accessible. Does it keep the API listening in some port...

I have in my `app/layout.tsx` file ```tsx ``` This seems to work, I can see on my dashboard I have results like: ```json { "platform": { "environment": "development", "source": "web-vital"...