O01eg
O01eg
Is `SolidOak` going to support RLS? There is a plugin for neovim supports Rust Language Server: https://github.com/autozimu/LanguageClient-neovim
I'm trying to setup CD compilation and get error: ``` env CFLAGS=-D_IO_getc=getc LDFLAGS=-L/Users/runner/work/freeorion-sdk/freeorion-sdk/build-boost/Boost-for-Android/libiconv-libicu-android/armeabi-v7a /Users/runner/work/freeorion-sdk/freeorion-sdk/build-boost/Boost-for-Android/libiconv-libicu-android/setEnvironment-armeabi-v7a.sh ./configure --host=armv7a-linux-androideabi16 --prefix=/Users/runner/work/freeorion-sdk/freeorion-sdk/build-boost/Boost-for-Android/libiconv-libicu-android/armeabi-v7a/libiconv-1.15/.. --enable-static --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment...
As `from` is python keyword it's changed to `from_` ```python HasStarlane(from_=...) ```
Follows up #4960 Ensures #4844 isn't happening again.