Alexander Piskun

Results 199 comments of Alexander Piskun
trafficstars

> also there was a problem about the pycpuinfo package that needs a lower version for windows and linux to load faster and newer version for mac. this can be...

We need endpoint for getting nextTask by specifying multiple task_types. One provider can process multiple task types and we do not want to spam NC with one nextTask request for...

ExApp needs to call these APIs to process tasks: `getNextScheduledTask` `getFileContents` `setProgress` `setResult` more precisely, there should be two versions of **getFileContents** - one for the UI with `userId` and...

I didn't change the logic inside **getNextScheduledTask** - but it doesn't seem right to me for these reasons: 1. `$task->setStatus(Task::STATUS_RUNNING);` won't write anything to the database, right? 2. Reading and...

I noticed a similar request regarding subpath support in [this previous issue](https://github.com/windmill-labs/windmill/issues/1639) As mentioned in that issue, it was considered too niche and required a lot of work. We are...

From what I know, we still want to install Windmill as a container, and it’s not difficult for us to rebuild only the frontend without rebuilding the entire binary when...

> And if you want to re-pull the frontend from source, you will need to make sure the commit match exactly the image. It's a lot of machinery. ```Dockerfile ARG...

Does frontend for EE differs from default one? As we change `basePath` and plan use frontend from standart image for EE edition - will it work, or the source for...

Do you know if this is perhaps by design or are you sure PROPFIND is supposed to work with subfolders in Groupdolders?

> response = requests.request("PROPFIND", url, headers=headers, data=data, auth=auth) Unfortunately, it is a `PROPFIND` request, and not `SEARCH` I found such issue: https://github.com/nextcloud/groupfolders/issues/2583 Looking at code, I do not see a...