Dario Emerson

Results 20 comments of Dario Emerson

This is going to be a feature request. At the moment is not possible.

I had to add this line before runCommand in Run func: `fileName = "./" + fileName` It was trying to search for fileName in PATH.. maybe I'm missing something. I've...

Another one (yes, there's a space at the end of Type. It's coming that way ** facepalm **) ```JSON { "notification_id": 1302551449, "sender_id": 1000125, "sender_type": "corporation", "text": "againstID: 98630834\nallianceID: 1900696668\ndeclaredByID:...

Should be related to #798 where there's also an answer to this

Can you please provide more context of what you're trying to do and what's your folder structure? In my application, I'm using create-react-app and source maps are included in the...

This is an example file I used today that's not working. Following is also the corresponding json attrs. ![ellieJDM](https://github.com/pocketbase/pocketbase/assets/1364496/0c074608-1640-4cfb-a4ed-64da864f24fe) ```json { "user.cache_control": "", "user.content_disposition": "", "user.content_encoding": "", "user.content_language": "", "user.content_type":...

> In other words, to confirm that you get a valid file size with the raw `aws-sdk-go` implementation, please replace `GetObjectInput` with `HeadObjectInput` and check its response length: Added your...

You're probably expecting a TLS connection with ldaps, but this library is only using up to SSLv3 From ldapjs docs (http://ldapjs.org/client.html): ``` You can use ldap:// or ldaps://; the latter...