tht2005

Results 11 issues of tht2005

Fix a bug that occur when maxflow function is called multiple times from different source vertices.

In gentoo OS the pam config file must be installed in /etc/pam.d/ How to edit the autoreconf's config files to change $sysconfdir, $pamddir.

After i execute this command ```bash docker compose --file ~/.config/winapps/compose.yaml stop ``` The VM stop normally but there is a black floating window, that i can't turn it off. ![Image](https://github.com/user-attachments/assets/d36b733e-8a3a-4bf8-8360-910dff18e3ce)

freerdp

I found out that the in-class initialization cause problem when vera is compiled into a shared library. For example: ```cpp class foo { private: int a = 0; int b...

Notekit do not render latex formula. Ex: i type $a + b$ and space the formula "disappear" and after i press backspace the text $a + b$ appear again. Is...

``` In file included from catalog.c:93: catalog.c: In function 'SQLGetTypeInfo_Internal': catalog.c:232:49: error: too many arguments to function 'hproc'; expected 0, have 2 232 | CALL_UDRIVER(pstmt->hdbc, pstmt, retcode, hproc, penv->unicode_driver, |...

Bug occur when program truncate a formated string Example: name = "%{T1}Feryquitous%{T-}: %{T1}Shakah%{T-}" and after truncated name = "%{T1}Feryquitous%{T-}: %{T1}Shakah%" Display: Feryquitous: Shakah%..