Woazboat

Results 61 comments of Woazboat

https://josm.openstreetmap.de/ticket/20102

Ah sorry, forgot to add the reverse link here https://josm.openstreetmap.de/ticket/21944

> One comment with the `replaceselectedright.svg`: As we are replacing something, should some portion of the blue bar be red (maybe two pixels or something?). I'm pretty sure a better...

Hi, thanks a lot for the reply. Unfortunately I can't find the review you mention (maybe you started it but didn't publish it)?

The edge angles should be fixed now. I can squash the commits if they are okay like that. (Also, I believe the CI might be broken) ``` SyntaxError: invalid syntax...

Good idea. Maybe we could also rename the 'File' class to something like 'FileDescription' (not ideal as the name is quite similar, but that's how it's called by POSIX as...

I'd suggest simply defining a string macro for the current file position: ```c #define __STRINGIFY2(x) #x #define __STRINGIFY(x) __STRINGIFY2(x) #define DEBUG_STR_HERE2(file, line) " at " file ":" __STRINGIFY(line) #define DEBUG_STR_HERE...

Okay, seems like this is more of an issue with (outdated?) documentation. `eastl::fixed_allocator` takes a name string as the first argument and therefore works properly. `eastl::fixed_pool` and `eastl::fixed_node_allocator` are in...

> One additional thing I'd like to see is basic sanity tests, i.e. something like this: Done