TA3PKS
                                            TA3PKS
                                        
                                    as I was implementing I again did not understand the purpose of this. you told about dynamic columns but again i dont understand how are you going to insert something...
I see now @fracek it seems `join_column_names` function is doing type to column conversion and theoretically one could implement it for something like `HashMap` but that would break some guarantees...
> I see now @fracek it seems `join_column_names` function is doing type to column conversion and theoretically one could implement it for something like `HashMap` but that would break some...
apparently so
same error here
reinstalling udeps seems to have fixed the issue for me
hi thanks for the response. [here](https://github.com/ta3pks/aprs-agent/blob/9bd74eafd9f7945a0eedc1206901c818a4dc017f/src/extensions/logger.rs#L56) you can see this makes filtering a lot easier. I could achieve this by using another function but the problem with that is that...
having the same issue all of a sudden
> I ended up using `cross-rs` for this purpose. unfortunately cross-rs produced binary did not work on my server due to version difference of glibc I ended up compiling the...
tried messing around a little creating a dummy project which is just ``` fn main() { let args: Vec = std::env::args().collect(); std::fs::write("/tmp/out.txt", args.join(" ")).unwrap(); } ``` then I bundled this...