Senthil Kumaran
Senthil Kumaran
We are closing this issue as we don't want to add additional API calls during startup. If we revisit this, we can refer to the code in this PR.
Are there any beta images available? I tried to run it from master, but constantly ran into failures. ``` Running tasks: run:mac Running "run:mac" task Running "default" task Running "shell:runnw"...
@prodicus , I will build it on my machine and provide you a binary for `Mac OS X`. ( I get a chance to try pyInstaller for this).
Friendly update. Still don't have a standalone app for mac. Ran into bugs that require more time to troubleshoot. ``` $ /Users/senthilkumaran/spaceShooter/dist/spaceShooter/spaceShooter ; exit; ERROR: pygame.macosx.Video_AutoInit() call FAILED ERROR: pygame.macosx.Video_AutoInit()...
Here are the binaries for mac. I would like someone to test it. https://www.dropbox.com/sh/hfjhmagsnmtpjyt/AABjtm3PSBZy7xMOFf2GNLKpa?dl=0 1. Test files in PyInstaller. It has console as well as mac-app both supported on Mac....
Yup. I built it off latest master. ``` $ git log -n 1 commit 5aecb59382582cef8c36850f1e20cd736aaac1cd Author: Tasdik Rahman Date: Fri Jan 29 11:38:06 2016 +0530 updated README for fixing issue...
I notice this issue on Mac, when with the latest version of atuin ``` bash --version GNU bash, version 5.1.16(1)-release (x86_64-apple-darwin20.6.0) Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+:...
> I expect /run/xtables.lock to be created as a file What operating system or AMI are you in?
> However if aws-node launches before kube-proxy, aws-node seems to be creating the /run/xtables.lock as a directory. That's interesting. Thanks for the adding this detail.