sify21

Results 41 comments of sify21

> Hi people, can you help me understand how to log query with parameters for debugging purposes? #2259 You can change postgres setting and restart. In `data/postgresql.conf` file, change the...

Then maybe add a new switch, for example `--ask-variable`, to avoid breaking others' existing workflows.

I have no idea. They are under lightdm directory. Does it correspond to this setting? ![image](https://github.com/agalakhov/xiccd/assets/11829223/e01d075b-0af7-4865-b08f-caa027e8beea)

If there are pkg-config `.pc` files generated in the image, it would also make things easier.

I checked `CMakeLists.txt`, does this line `include(AwsSharedLibSetup)` define link order?

mysql uses `\N` to denote null values.

Just for reference, `cpio_archive` uses a [cursor-like](https://docs.rs/cpio-archive/latest/cpio_archive/trait.CpioReader.html) approch, I kind of like that design.

which version does the project currently use? I tried with python 3.11.5 and encountered errors during `pip install` https://stackoverflow.com/questions/74553366/yarl-quoting-c19612-fatal-error-longintrepr-h-file-not-found-1-error-ge

I tried this: ``` java -jar target/Bytecode-Viewer-2.12.jar -i compiled.jar -o decompiled.zip -t all -decompiler FernFlower ``` It reports this error at the end: ``` error: no sources given Finished. Bytecode...

@jonas-eschle resolved