jzbor
jzbor
Hi, the repo is currently at 6.9k stars. As this is a much nicer number anyway I propose changing the goal of this issue and calling it a day.
Yes that should be possible. What Version does InfiniTime require?
I have now pinned the nrf-sdk version to 15.3.0. It should also be mentioned that it is possible to pin nixpkgs altogether, making the environment completely reproducible. However this requires...
Are there any updates? Is there still an interest in merging this?
I managed to fix this with some friendly help by using an older version of U-Boot (I think 2020.10) _EDIT: It was 2020.07 and I installed it on the SD...
Is it possible that your shell does not include `/etc/profile.d/vte.sh`. Iirc it is required to work correctly. I can also document this, although I would prefer doing it in a...
Can you provide the shell and distro you are using? It seems to be highly dependent on the distro and how vte/the shell are packed. You can find more information...
What is the output of the following commands on your machine? ``` type __vte_osc7 type __vte_prompt_command echo $PROMPT_COMMAND ``` Also it will not work on alacritty, as it is not...
Maybe these sources are also helpful: * https://wiki.archlinux.org/title/Termite#See_also * https://wiki.archlinux.org/title/GNOME/Tips_and_tricks#New_terminals_adopt_current_directory * https://unix.stackexchange.com/questions/93476/gnome-terminal-keep-track-of-directory-in-new-tab It should definitely be possible on Arch, but I am not sure how to debug this.
Have you tried zsh? Just to verify if it is an issue with the implementation in kermit or with the shell. Must be a login shell though afaik (`zsh -l`)....