Eric Reis Figueiredo
Eric Reis Figueiredo
I have the two following routes declared in my application: ```go router := httprouter.New() router.Handler("GET", "/meta/healthcheck", http.HandlerFunc(rts.HealthCheck)) router.Handler("GET", "/:an/pricing/prices/:sku/computed/:priceTable", http.HandlerFunc(rts.ComputePrice)) ``` However, this is producing the following error: ``` panic:...
#### What is the purpose of this pull request? As the title says, this PR aims to add lazy loading with pagination support to our Select component. #### What problem...
**Describe the bug** A label is missing in the *AutocompleteInput*. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://styleguide.vtex.com/#/Components/Forms/AutocompleteInput 2. Try to add a label to the existing...
**Describe the bug** When we select table rows of a filtered table and then remove the filter, the selected rows change. As of this moment the table is selecting its...
**Describe the bug** We currently have two `package.json` in the Styleguide project. One is for the `npm` publish (the one in the `root` folder) and one for the `VTEX IO`...
Hi, I am having some problems installing this theme in vim. I have already done everything in the readme, including the base16 part and I can't get it to work...
Hi, is there any way that I can the ranges with their counts for a timer metric? Something like this: ``` 0-10ms: 9123 requests 10-50ms: 234 requests 50-100ms: 67 requests...
Is there a way to cancel an ongoing JQ execution? I have a case where an execution is taking too long to execute and this makes my application consume too...
Hello, I'm getting the following error when I try to access and api method: Multiple types were found that match the controller named 'Grupos'. This can happen if the route...