Stanley Nguyen

Results 15 issues of Stanley Nguyen

There seems to be no writeup on this matter in the documentations (aka README). I'm using vg with dep and my current way of installing executables is putting them in...

doc-enhancement

**Description** Adding an icon for https://opensea.io ![image](https://user-images.githubusercontent.com/12974927/140904990-66d88e08-b586-4970-89af-e83c1a48b521.png) **Compatibility** No breaking changes

Possibly adding a frontend page to the server that can stream the mp4 stream on Google Chrome

Instagram just released its web version for direct message 🎉 🎉

Object.assign is not available on IE. The fix is simple as only a polyfill is necessary ```js if (typeof Object.assign != 'function') { Object.assign = function(target) { 'use strict'; if...

wontfix
documentation

**Is your feature request related to a problem? Please describe.** I want to be able to test my script that listen to trade_updates through websocket. However, I would only receive...

I'm having this error (which seems to indicate that there's a network issue) ```js { status: 0, text: "Write error: ssl=0xd1e3e880: I/O error during system call, Connection reset by peer",...

How should I go about handling protected routes? I saw that you are initializing cookie session but can't seem to find it being used anywhere in the codebase. Please advice

https://github.com/xendit/xendit-php/blob/515d062585b9261a07727b848666680bf1fd6b61/src/HttpClient/GuzzleClient.php#L132-L141 sometimes give this error `Call to a member function getBody() on null on line 133` as the response is not always there

For 2.0.1 we made a mistake in `composer.json`'s `version` field resulting in v2.0.1 not being published (ref. https://medium.com/packagist/tagged-a-new-release-for-composer-and-it-wont-show-up-on-packagist-org-or-on-private-packagist-efaf21c212ff). Let's have dev tool that handles this for us so we won't...