Mauricio Soares

Results 16 issues of Mauricio Soares

I may be overthinking about this, but it's nice to already have some thoughts about building tools (and as webpack is probably one of the most famous nowadays..) Let's say...

question

I've created a portuguese version of your great CSS guide... the community is helping me out to improve the translation. but its already 98% translated. thx!

Não sei se esse tópico seria muito genérico para um site relacionado a Berlin (Já que o processo provavelmente se aplica para a alemanha inteira), Mas seria interessante ter uma...

Hey, the title might seem a little confusing, but an example can make it very clear. Let's say I have the following pattern: ``` js var mask = new InputMask({pattern:...

As some other users of this plugin have [mentioned](https://github.com/thredup/rollbar-sourcemap-webpack-plugin/issues/45), the rollbar sourcemap upload seems to sporadically fail due to unkonwn reasons, causing a lot of issues to users who have...

When using `mergeDeepRight`, if I pass an object in the first parameter that contains a property that is a funcion, that function is not merged into the final object. Having...

When I update the value from the `disabled` prop, the component does not react to its change, unless it's unmounted and mounted again. Meaning that if I set disabled to...

### Section/Content To Improve In the https://axios-http.com/docs/req_config docs, the paramsSerializer usage says that it accepts a function in charge of serializing `params`, ![image](https://user-images.githubusercontent.com/2321259/230094669-b82ef773-6ccb-4b87-9454-accfb64e9e18.png) however on the newest version of axios...

priority::high
type::documentation

Today when the element is called like this: ``` new Pin('.element'); ``` it only takes the first element with the class `.element`. Implement a loop though the querySelector to call...