Constey

Results 14 comments of Constey

Is there any news on this? I've getting the same error. Strange behaviour is, that it has worked some days...

I've expected the same issue and I'm trying currently the workaround to specify as install command: %SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -executionpolicy bypass -command .\Deploy-Application.ps1 instead of Deploy-Application.exe -DeploymentType "Install" -DeployMode "Silent" maybe we...

> I've expected the same issue and I'm trying currently the workaround to specify as install command: > > %SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -executionpolicy bypass -command .\Deploy-Application.ps1 instead of Deploy-Application.exe -DeploymentType "Install" -DeployMode...

in New-Win32Package.psm1 i've added Comparison of Version as [version] object to ensure correct handling of subversions. $a = "5.15.5.19404" $b = "5.15.11.21032" [version]$a -gt [version]$b False

I've another fix for more stability when the icon file parameter is empty. ``` # Icon file - download the file, if the property is a URL if ($AppData.PackageInformation.IconFile -match...

+1 in V27.1.5 can confirm still exists im not sure but is it possible that in NC 18.0.1 and group folders 16.0.1 this is fixed?

![image](https://user-images.githubusercontent.com/11457386/185378501-f3377540-299a-4fdd-8f15-c8453ab815dc.png)

you can make langflow only available to localhost via http and work with an ngix/apache proxy to secure it. would be the easiest method.

I thought that langflow will provide an openapi endpoint to simulate this. That will provide a ton of integrations for different web-uis like https://github.com/huggingface/chat-ui or https://github.com/open-webui/open-webui

currently package versions: `C:\dev\workgpt>pip list Package Version ------------------------- ------------ aiohttp 3.9.1 aiosignal 1.3.1 altair 5.2.0 antlr4-python3-runtime 4.9.3 anyio 4.2.0 atlassian-python-api 3.41.4 attrs 23.2.0 backoff 2.2.1 beautifulsoup4 4.12.2 blinker 1.7.0 cachetools...