foxblock
foxblock
Fixed MSVC error messages "C4576: a parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax" i.e. (Vector2) -> RAYGUI_CLITERAL(Vector2) "C4838: conversion from 'int' to 'float'...
GuiTextBox() handling of text that is longer than the control is not great unfortunately. The standard `GuiDrawText` shortens the text using dots as ellipsis, which makes navigating with arrow keys...
Options edge_path, edge_driver_path and user_agent were never passed to scrape_posts function. I tried to reduce the amount of duplicate code and move setting of all defaults to parse_args function to...