ZedZipDev

Results 59 issues of ZedZipDev

The latest release was in 2018. Is this project supported?

Thank you for this framework. Any plans to add PostgreSQL processing?

I.e. How to do Login using PostgreSQL database? It may be interesting for different approaches including Azure and AWS.

Is there anything for language recognition? I.e. input: text , output: what is the text language

It used by Amazon aws and suggested to customers. Do you have any plans to add NCache support (like Redis etc) to the CacheManager?

backlog
feature request

I build my app for win >electronize build /target win and find 2 folders: bin\Release\net5.0\win-x64 and \bin\Desktop\win-unpacked. When I run exe from the 1st folder I see the server console...

bug

I'd like to change the default Electron.NET icon with my own. How can I do it? I have tried in _Host.cshtml ``` Database App ``` It does not work. Ok,...

bug

🚨 The issue tracker is not for questions 🚨 I am trying to find the readme: how to build Blazer+Electron.NET sample Desktop application: 1. 2. ... N. For example, this...

question

How to hide the standard Menu : File, Edit, View .... ? I do in Startup: ``` var window = await Electron.WindowManager.CreateWindowAsync(); window.RemoveMenu(); // { Electron.App.Quit(); }; ```It works but:...

bug

Is it possible to run Vegeta in Windows? And what about a Docker?