CaptainBarnius

Results 39 comments of CaptainBarnius

@radding Try to move your app to your Applications Directory. Do not start it from ~/Downloads.

@radding I also had several issues getting the macos app running. I would suggest that you check the following things: - Check the whole application and all dependencies if they...

@radding so i have the same setup. a cli app with a gui on top. And i did not use astilectron-bootstrap. For me the issue was in my code.

@radding no i use another library for my application.

@radding how did you solve the issue? Because suddenly i have the same issue but not using Cobra. On Windows everything still works and also the executable in Content/MacOS/ runs...

@radding Okay solved my issue. I updated a dependency of my application and there was a change where a file was created by relative path. As mentioned here: https://github.com/asticode/go-astilectron-bundler/issues/81#issuecomment-726212577 Fixing...

i use astilectron with react. ``` declare global { var astilectron: any } interface BackendEvent { name: string data: object | null } document.addEventListener('astilectron-ready', function () { astilectron.onMessage(function (message: string)...

Yeah it is actually the UI that freezes somehow. but it is not a total freeze. Some elements do update, sometimes a click on a button might succeed. It just...

@hzhan147 here is a plain python implementation of your use case without using the tls_client package your are mentioning. TLDR: seem like you want to open that issue here: https://github.com/FlorianREGAZ/Python-Tls-Client/issues...

@staz9 https://bogdanfinn.gitbook.io/open-source-oasis/tls-client/request-headers#header-key-capitalization The client will change your header keys to title case when you are providing them all lowercase but using http1. Make sure to use http2 when sending all...