Mateus Dal Bianco

Results 8 issues of Mateus Dal Bianco

#### Ledger Live Version and Operating System - tested on Ledger Live v2.40.2 - Platform and version: MacOS Monterey 12.3 (21E230) #### Expected behavior 1. Go to Settings -> Experimental...

It would be nice to have a option to print in horizontal instead of vertical.

I've done several database backups/imports, sometimes using MySQL and sometimes using WordPress as database driver. The problem is, sometimes it just don't work (mostly the import) and I just get...

### Description After upgrading to v7, I noticed this behavior in my application which has maps displayed in different dimensions that often change. _Map with initial size_ When a map...

I spent some time figuring out why my indicator wouldn't change the color 😆, so I thought maybe the README could suggest the right CSS property to change the indicator...

In the event that the browser has cookies that are relevant to the requests made by Apollo, they should be included by the client that is run on the server-side....

I guess the main identifier for substances is its name. Should we have an additional nonmutable `id` field for `Substance` and maybe `Effect`? Let's say we start using the names...

Most if not all substances are returning the `summary` field as an empty string. # Example ## `Query.substances` https://api.psychonautwiki.org/?query=query%7Bsubstances(query:%22MDMA%22)%7Bname%20summary%7D%7D ```graphql { substances(query: "MDMA") { name summary } } ``` ```json...