LinArcX

Results 99 issues of LinArcX

hi @arimorty and thanks for this great library. i have a problem for save/restoring State Of search input view. in my app, i have 4 fragment. whenever i switch between...

Fix https://github.com/arimorty/floatingsearchview/issues/230 in breaf: i add a feature for some cases that application have multiple fragment and developer dont want to create a new fragment every time.he just want use...

**System Details:** * Operating System: Gnu/Linux * Distro(For GNU/Linux and BSD users): Arch * Desktop Environment(For GNU/Linux and BSD users): Cinnamon * Persepolis Version: 3.1.0 * How do you install...

feature request

Hi. and thank you so much for this great repository. I compiled neatvi with default settings. But i realized that farsi characters shaping only works in st terminal emulator: I've...

Hi. i was surprised when i see this repo first time. It is totally an awesome effort. But still i think there are some widgets misses. For example a table-view...

Hi. there is a sample here: https://github.com/vurtun/nuklear/blob/99904e9f4b50c8f6432193e69a370580f9842ff1/demo/sdl_opengles2/Readme.md I successfully could compile and run it on void linux. But i'm curious to know how to compile and run it on android...

Hi. i need to generate `nk_checkbox_label` dynamically. So this is my code: ``` ... for(size_t i=0; i

Hi. i'm using configuration file to config easylogginpp: https://github.com/amrayn/easyloggingpp#using-configuration-file It would be awesome to have this ability to disable specific logs through this config file, like these macros: https://github.com/amrayn/easyloggingpp#configuration-macros Edit:...

It's a nice feature to have this capability that store logs in archive files. like this: https://github.com/pymumu/tinylog

There's [rollingPolicy](https://logging.apache.org/log4j/extras/apidocs/org/apache/log4j/rolling/RollingPolicy.html) interface in log4j that let us specifies the actions taken on a logging file rollover. And do extra things on them, like [compressing](https://stackoverflow.com/a/44238260) them. It'll be nice if...