#geodesic (2022-12)
Discussions related to https://github.com/cloudposse/geodesic
Archive: https://archive.sweetops.com/geodesic/
2022-12-08
I am getting this error in geodesic shell
WARNING: terminal is not fully functional
{ (press RETURN)
How you you calling it?
I am in the docker shell built with make all
hrm… odd. I think something must be up with the TTY
what is your host machine/OS?
MacOS - ventura 13.0.1 (22A400)
@Jeremy G (Cloud Posse) any ideas?
That comes from the TERM
environment variable (or a related one) being set to a value that terminfo
believes is missing key capabilities, in particular not supporting curses
(being able to write to arbitrary locations on the screen). Before you run make all
run echo $TERM
and see what you get. For the standard macOS Terminal, you should get xterm-256color
.
If you get something else, you should look into why and probably fix it, because it will affect other programs, not just Geodesic. Please report back what you find.
for macos terminal I get value of xterm-256color
after make all
and in the geodesic shell get the value dumb
makefile section
run:
@docker run -it \
--rm \
--volume "$$HOME":/localhost \
--name $(CONTAINER_NAME) \
cp/cp-dev:latest;
the error doesn’t happen all instances, I haven’t found the steps to reproduce
2022-12-09
2022-12-11
v1.5.2 Included Tools Update AWS CLI packages @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1473622930” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/822“…
Included Tools
Update AWS CLI packages @renovate (#822) This PR contains the following updates:
Package Change Age Adoption Passing Confidence
awscli (source, changelog) ==1.27.16 -> ==…
This PR contains the following updates:
Package Change Age Adoption Passing Confidence
awscli (source, changelog) ==1.27.16 -> ==1.27.27
boto3 ==1.26.16 -> ==1.26.27
Release No…
2022-12-12
v1.6.0 Remove obsolete boto
Python library
:toolbox: Included Tools
Remove obsolete boto
(replaced with boto3
) @Nuru (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1492836723” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/823“…
:toolbox: Included Tools
Remove obsolete boto
(replaced with boto3
) @Nuru (#823)
what
Remove obsolete boto (replaced with boto3)
why
boto requires Python 2 and installs dependencies that require …
Nuru has 21 repositories available. Follow their code on GitHub.
what
Remove obsolete boto (replaced with boto3)
why
boto requires Python 2 and installs dependencies that require Python 2 but we no longer install Python 2 so boto is just extra broken cruft.
…
2022-12-14
2022-12-31
v1.7.0 update Debian 11.5 -> 11.6 Update debian Docker tag to v11.6 @renovate (<a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”1505664442” data-permission-text=”Title is private” data-url=”https://github.com/cloudposse/geodesic/issues/826“…
Update debian Docker tag to v11.6 @renovate (#826) This PR contains the following updates:
Package Type Update Change
debian final minor 11.5-slim -> 11.6-slim
debian stage minor 11.5-slim…
This PR contains the following updates:
Package Type Update Change
debian final minor 11.5-slim -> 11.6-slim
debian stage minor 11.5-slim -> 11.6-slim
Configuration Schedule: Branch …