lattam

Results 12 comments of lattam

I always use custom property `state.name` but it would be handy to have the access to the module's name from inside the module.

Hello, could you please give us some info on when we can expect this to be published on npm? I'm currently installing specific commit but that is not optimal. ```...

Any updates or workarounds for this issue?

Has been any work done on this? or what is the status? Thank you.

I have nightwatch 2.6.7 (chromedriver@108) and the problem is still there: ``` ✖ TypeError Error while running "getAttribute" command: [TypeError] result.value.split is not a function ``` when using `.assert.hasClass`

I tried the same tests with all these versions. It looks like issue was fixed at some point: ``` 2.1.8 - OK 2.2.1 - OK 2.2.3 - ERROR 2.3.9 -...

Pardon my question, but what is the purpose of the `setTimeout` with 0 milliseconds in the original code anyway?

Try this https://github.com/mbouclas/tinymce-vue-2/issues/1

Hello and thank you for you report. The issue seems to concern only binary files, the text files work well. I found the source of the issue in the `npm-WebDAV-Client`'s...

I guess we will have to increase priority of this https://github.com/tentwentyfour/nextcloud-link/issues/26. The temporary workaround is to use streams as you suggested. Also using `downloadToStream` could help a bit: ``` await...