Vítor Luís dos Santos Trindade

Results 15 comments of Vítor Luís dos Santos Trindade

Yeah, it seems to be the ideal place.

I'd also like to change the nested if to a switch in https://github.com/citra-emu/citra-android/blob/57aad68af3727fa8a788df263d56cdb2ea5221c8/src/android/app/src/main/java/org/citra/citra_emu/overlay/InputOverlay.java#L480 but I don't known if it is within this project's code style

@bunnei I need some help with the setting. The way it is right now the setting fails to save. What am I missing? what is a good commit to se...

@lurkingaround I'm using the new api for vibrations, that severely limits the amplitude of vibrations in the name of a standardized user experience across android. It's up to the mantainers...

Thank you @SachinVin, I managed to get it to work. This PR is now ready for new reviews

You could let the bypass expect both requests in the same `Bypass.expect`, and inside the function differentiate based on the header using something like ```elixir if Conn.get_req_header( ...) == .......

What would a restart do? I haven't tested that yet.

The trace macro wasn't enough for me because I wanted my job transactions to show up as `Oban` transactions, not `Other`

I have no prior knowledge of lsp specs, but I dug around in the lsp spec page and found no references to testing. I did find a testing API page:...

I was able to get the list of operations by setting `allow_empty_soap_actions` in the options. The following worked for me: ```elixir {:ok, wsdl} = Soap.init_model("https://raw.githubusercontent.com/developerforce/Force.com-Toolkit-for-PHP/master/soapclient/metadata.wsdl.xml", :url, allow_empty_soap_actions: true) ```