Guilherme Nascimento
Guilherme Nascimento
In [Curl driver](https://github.com/jkuchar/BigFileTools/blob/master/src/Driver/CurlDriver.php#L21) headers aren't returned, example: ```php $ch = curl_init('file:///c:/foo/bar/baz.txt'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HEADER, true); curl_setopt($ch, CURLOPT_NOBODY, true); $headers = curl_exec($ch); curl_close($ch); var_dump($headers); ``` In PHP 7.2 (and...
Update NPM please. In NPM 0.1.1 is last version, but I need 0.2 features for Android (base64), thanks! > Note: NPM is not auto sync --- **Alternative solution** Install using...
base64: true not work in Android, returns file:/// uri scheme, code: ``` (window).ImageResizer.resize({ uri: url, quality: 90, width: 320, height: 240, base64: true }, (data) => { console.log('RESPONSE', JSON.stringify(data)); },...
### Description After clone a wiki repository and close GithubDesktop can no longer identify the origin. ### Version **GitHub Desktop version:** 1.0.12 and 1.0.13 `git rev-parse HEAD`: 372c2548553eac84ceef398fa0326c5815c919cc **OS version:**...
The html2canvas structure changed in html2canvas 0.5 version. Improvements are already being made. (cc @NikhilRadadiya)
Tasks in priority order: - [x] Control protocols (http, https, file, others) - [x] Ignore URLs - [x] Migrate localStorage to chrome.storage.local - [x] Manifest v3 - [x] Prevent closing...
**Google Chrome 32:** > WebGL: INVALID_VALUE: texImage2D: width or height out of range ThreeDebug.js:14388 Waring (probably issues this warning because of previous error): > [.WebGLRenderingContext]RENDER WARNING: texture bound to texture...
* Project updated for Godot 3.6 * Improved debugging * Added static typing: * Helps prevent bugs * Improves editor experience
Think of this as a draft for now; it may be merged into the final version after the release of version 4.6.