Hazel Eythorsdottir
Hazel Eythorsdottir
I'm just using the simple example: ```c++ #include "libtcod.hpp" int main() { TCODConsole::initRoot(80,50,"libtcod",false); while ( !TCODConsole::isWindowClosed() ) { TCOD_key_t key; TCODSystem::checkForEvent(TCOD_EVENT_KEY_PRESS,&key,NULL); TCODConsole::root->clear(); TCODConsole::root->putChar(40,25,'@'); TCODConsole::flush(); } return 0; } ```
Normally, xserver apps will use `Xft.dpi` to measure the DPI of the screen. I'm fairly certain most libraries (Like GTK) do this automatically. However, `Xft.dpi` is not cross-platform (For things...
Setting `SDL_VIDEO_HIGHDPI_DISABLED=1` or `SDL_VIDEO_HIGHDPI_DISABLED=0` has no effect
Any update on this? I love libtcod but it makes it unusable on my machine
It seems to work correctly using the following code: ```python ws.run_forever(proxy_type = 'socks5', http_proxy_host = proxy_ip, http_proxy_auth = (proxy_username, proxy_password,)) ``` There is one issue - When the WebSocketApp is...
Should the "Bug" label be removed from this?
This is happening with any breakadd expr call on my system
@Caryyon While this is a TERRIBLE issue, I'm running into the exact same thing that I'm _guessing_ coder-abdo is. Without outputting errors or warnings, coc-tailwind-intellisense doesn't provide any meaningful autocomplete
Any update on getting this merged?
> Hmm, looks like this issue is only reproducible on some terminals. I am unable to reproduce it in kitty. Yeah, I'm unable to reproduce on Ubuntu using alacritty