sleeptightAnsiC
sleeptightAnsiC
### Requested feature I kindly ask for a feature that would allow for using extensions inside of winbars and tabline.\ Currently, extensions can be turned on/off globally and it only...
Hi, If you try to launch neovide with arguments that force nvim to print something to stdout and close (like version or help), then the neovide will not print those...
This is just a little annoyance. Cache files should NOT be stored in config directory. On Linux for example configs should be inside of `~/.config` and cache inside of `~/.local`...
Hey @adamrehn , When invoking Editor build process, the following logic will always run inside of `buildDescriptor()` call: https://github.com/adamrehn/ue4cli/blob/fed71c1af4cffe3fed9358b08430068ad9454b77/ue4cli/UnrealManagerBase.py#L369-L372 As I understand, this was requested by https://github.com/adamrehn/ue4cli/issues/14 and added with...
Looks like I missed this one during https://github.com/adamrehn/ue4cli/pull/59 ue4cli still depends on package outside of vanilla python and cannot be run directly from source without it: ``` $ python ~/ue4cli...
Hi @adamrehn , I reviewed all code related to I/O and made it consistent. Now, whenever we log something, we print it to the stderr with `(ue4cli) ` prefix. Commands...
Please, see linked issue for reference https://github.com/adamrehn/ue4cli/issues/69 Now, ue4cli can be invoked without installing it and without making additional scripts. Simply calling `python /path/to/ue4cli` will work.
`__main__.py` does not seem to be used anywhere. The entry point for ue4cli is actually in a different place: https://github.com/adamrehn/ue4cli/blob/fed71c1af4cffe3fed9358b08430068ad9454b77/setup.py#L35-L37 I'm also not able to use this file directly like...
Hi @adamrehn Per our conversation with @TBBle under https://github.com/adamrehn/ue4cli/pull/65, looks like there are several bare exceptions in current API. This is considered a bad practice and non-Pythonic way of catching...
```bash $ ue4 setroot jndksfjnaskldjfnksda Set engine root path override: /home/kornel/Projects/ue4cli/jndksfjnaskldjfnksda Using user-specified engine root: /home/kornel/Projects/ue4cli/jndksfjnaskldjfnksda Warning: the specified directory does not appear to contain a valid version of the...