Results 12 issues of Chris

It seems you need to make an authenticated GET request to retrieve the media from a direct message. See [here](https://developer.twitter.com/en/docs/direct-messages/message-attachments/guides/retrieving-media). Does anyone know how to do this with Swifter? I...

Is it possible to retreive the created_at and updated_at timestamps with the results call? At the moment I have a relationship between 2 models and am retrieving them like so:...

I noticed that the Spotify token expires after 1 hour and the refresh token logic is not working properly. I think it's because the access token is marked as const...

This seems to work fine in OSX but in Windows I get the following error inside the javascript console in the client browser: _GET http://192.168.1.119:9092/js/libs/jquery-1.7.1.min.js net::ERR_CONTENT_LENGTH_MISMATCH Uncaught ReferenceError: $ is...

I have a project that is playing back some Hap files with audio. All is fine with the inbuilt sound card however, when I install the MOTU soundcard drivers (which...

After reading a lot of documentation, I am still confused about how to keep a connection with Spotify alive forever. My ideal scenario would be that a user connects with...

I am dynamically creating Vue components and passing props to them using the 'component' element like so: ``` open(){ let component = { id: this.id, component: 'TestComponent', props: { index:...

vue 2

Hi, Is it possible to add a watermark/overaly image to another image or video using this package?

Hi, I have just implemented saas-scom into my project. I was using roles to differentiate between different user roles but it seems to have broken this. In my AspNetUserRoles table,...

Hi, Should this work with UTF-8 encoded files? If I try to open a file using json.open("file.json") that is UTF-8 encoded I get the following error: > ofxJSONElement::openLocal: Unable to...