Andy Alt

Results 175 issues of Andy Alt

There should be a "patrol" mode for units * press hotkey (p) or icon when units are selected * select 2 or more points on the map * press hotkey...

enhancement
help wanted
priority: normal

Sometimes units get "stuck" even though there is plenty of room for them to move.

enhancement
help wanted
priority: normal

### Discussed in https://github.com/theimpossibleastronaut/rmw/discussions/447 Originally posted by **luigir-it** March 26, 2024 Hi. Today I did some changes on how I handle trash. I decided to create a `@Trash` subvolume and...

enhancement
feature request

I saw this request by @piegamesde in #17 I'd be interested in starting to update the py files to be compatible with python3. If I get stuck, can I do...

enhancement

Are you sure you don't want to use `restrict`, as it shows in the fopen() man page? `FILE *fopen(const char *restrict pathname, const char *restrict mode);` https://github.com/curl/fcurl/blob/b50c7e026e788249a8e40fed8680eb02b949e6c4/src/fcurl.c#L143-L146

You want a function that essentially does what fgets() does but you don't want to use fgets()? https://github.com/curl/fcurl/blob/b50c7e026e788249a8e40fed8680eb02b949e6c4/src/fcurl.c#L237-L244 I may be able to work on this but I'm not clear...

After compiling with [`-fsanitize=address,undefined`](https://github.com/google/sanitizers/wiki/AddressSanitizerFlags) and fixing #66 , after successfully joining a game, I see many errors about leaks. Log attached [address_san.log](https://github.com/netpanzer/netpanzer/files/13866811/address_san.log)

bug

Six show up in [the conversation here](https://github.com/netpanzer/netpanzer/pull/103). They already existed before the PR was merged, but because they were looked at during the reformat, they show up there.

good first issue
code quality