Daniel Brooks

Results 45 issues of Daniel Brooks

Several overmap tilesets use the wrong tile for various dirt road pieces. Larwick has some flipped tiles: ![Screenshot from 2023-09-06 18-39-17](https://github.com/I-am-Erk/CDDA-Tilesets/assets/228849/d1838a57-15df-4f21-ae8b-3ab02c636ae2) Ultica has a similar set of flipped tiles: ![Screenshot...

Selecting a tab does need to change some attributes of the tab (visuallyselected=true, for one), so that's expected. However, I did not expect that ever attribute would be reset to...

If you open the inspector to see the content of the tab sidebar, you will occasionally see that every single element is rebuilt even though nothing obvious has changed. This...

I found that my queries were incomplete unless I could differentiate between an invalid object and an object that didn't have the property I was looking for. The code could...

This is a problem when the file contains bytes that form invalid utf-8 sequences, as it goes to an interactive prompt asking the user what encoding to use. It could...

I think it would be nice to be able to query package metadata without actually having to download the packages. This patch generates a metadata.sexp file for each package. For...

Probably would be nice to also update the source url whenever we encounter a 301 (permenant) redirect, but this is less involved.

### Version/Branch of Dear ImGui: Version 1.89.6, Branch: master ### Back-ends: imgui_impl_sdl2.cpp ### Compiler, OS: gcc (GCC) 11.3.0, Linux ### Full config/build information: ``` Dear ImGui 1.89.6 (18960) -------------------------------- sizeof(size_t):...

font/text

Could you include or point to some existing code that uses the PaginableApiResult to fetch a list, such as a user’s list of followers? My first several attempts to write...

Twitter puts some information about your account’s rate limits in the response headers of every request. Most important is the time at which your rate limit is reset after a...