Daison Cariño

Results 7 issues of Daison Cariño

```bash DB_DATABASE="$GOPATH/src/proj/databases/sqlite.db" ``` I'm trying out above even `${GOPATH}` though it looks like not supported yet? **Outcome:** The DB_DATABASE value is equal to `/databases/sqlite.db` only. **Expectation:** it supposed to be...

``` $current_url = 'http://example.com?page=1'; echo $url->get($current_url, ['page' => 5]); ``` My expectation must be: ``` http://example.com?page=5 ``` But the returned url is: ``` http://example.com?page=1&page=5 ```

There is a big change in sveltekit recently that breaks most of the apps built with the old version.

This package is already abandoned and it contains a deprecation warning ``` http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /vendor/theiconic/php-ga-measurement-protocol/src/Network/PrepareUrl.php on line 48 ```...

Hi, I made it available for Svelte(Kit)

### Updates - Changed the `getMD5Hash()` return order - Changed the struct's Verifier to make the enablers accessible outside the package - Added goroutine channels inside `Verify()` to speed up...