Miquel
Miquel
See https://android-developers.googleblog.com/2014/10/getting-your-apps-ready-for-nexus-6-and.html > It’s best practice to place your app icons in mipmap- folders (not the drawable- folders) because they are used at resolutions different from the device’s current density....
Hi, first many thanks for this amazing library. I'm trying to fetch all links from a document. Until now, I've achieved to retrieve the structure of the document with the...
I'm trying to decode this qr code:  It can be successfully decoded with QR-droid android app and also with python https://pypi.org/project/pyzbar/ lib, but I'm unable to decode it...
**Is your feature request related to a problem? Please describe.** Trying to block user via api. I've seen [in api documentation](https://github.com/gogs/docs-api/blob/master/Administration/Users.md#edit-an-existing-user) that there is `active` parameter which actually blocks user,...
See this thread from drone: https://discourse.drone.io/t/new-commits-in-an-open-pull-request/868/6 Drone right now is fetching `.drone.yml` from main repo. It means that if there is an open pull request that changes drone config, it...
### Description Expected a fine restart after download and install succeeded. All was working fine with `[email protected]` and started to crash with `[email protected]`. Really weird because error is raised in...
### Description I'm overriding deployment keys via javascript code so I can dynamically move users from one deployment to another. When first call to `sync` or `checkForUpdate` with an overridden...
After digging a little bit on the library, found what it seems a bug, or at least a miss-documentation. It has mainly affectations on 5.0. --- ```js const client =...
I'ts awfull!! The only missing here is support for element editing... I'm not sure if it's possible as brackets itself interprets that when an element is quick edited you want...
Reports where not showing as the parameters where being fetched $t_bug and it was empty. Right now they are obtained with gpc_get_string. This also fixes the problem that posted dates...