Raphael Amorim
Raphael Amorim
Currently Sugarloaf has a ~hacky~ solution for position the glyphs, but it can be done using `glyph_brush` (https://crates.io/crates/glyph_brush). It would get rid of bad fonts being positioned and some weird...
Teletypewriter should be able to retrieve current path on windows as well ```rust #[cfg(not(target_os = "windows"))] { if let Ok(path) = teletypewriter::foreground_process_path( *current_context.main_fd, current_context.shell_pid, ) { working_dir = Some(path.to_string_lossy().to_string()); }...
Bug mentioned via twitter https://twitter.com/moderat10n/status/1687873819195908096 한 isn't rendered correctly via printf '\xe1\x84\x92\xe1\x85\xa1\xe1\x86\xab\n'
Ref: [documenting-go-code](https://blog.golang.org/godoc-documenting-go-code)
https://trackjs.com/blog/monitoring-javascript-memory/