Lucas N. Munhoz

Results 12 issues of Lucas N. Munhoz

When ember-cli creates a new project, all the main files already comes in common javascript. There's a way to create an extension for `ember new` to create the full project...

enhancement

If you send multiple concurrent requests like: ``` POST transactions andrios -> lucas (amount 5) POST transactions andrios -> lucas (amount 10) POST transactions andrios -> lucas (amount 15) POST...

bug

As we discussed, just some simple docs revealing the pagination capabilities 👍

documentation
enhancement

When creating or fetching transactions, the metadata is not returned. To reproduce: 1. Given the transaction created with this payload: ```json { "from": "lucas", "to": "andrios", "amount": 100, "currency": "BRL",...

**Current Behavior** When creating a `Stack.Screen` with options function, the `navigation` object is not typed correctly. https://github.com/react-navigation/react-navigation/blob/3709e652f41a16c2c2b05d5dbbe1da2017ba2c3f/packages/core/src/types.tsx#L27 ![image](https://user-images.githubusercontent.com/4376835/77288961-9039db00-6d0b-11ea-8b5d-a555a932d1c4.png) **Expected Behavior** Correct typings for the NavigationProp **Your Environment** | software |...

bug
help wanted

I've tried to access the errors from a call using `result.try(:errors)` but all I get is an empty array. If I use `result.original_hash["errors"]` I get the correct results. I am...

I was testing the `createNativeStackNavigation` and ended up having this random issue where the component rendered by `headerRight` is being positioned incorrectly sometimes. There's nothing special in my code, I...

Bug
Area: Native Stack

Sei que esse pastelzinho faz parte da sua rotina de workflow mas seria legal ter suporte para outros pre processadores. Acha que faz sentido?

The setup page doesn't come out. I created the AdminConfig shared on client and server and I am logged in as a user with `admin` role. The project uses a...