Dāvis

Results 51 issues of Dāvis

``` $ fatcat fat.img -d -c 47 -x ./out/ Extracting /EVT.IDX to ./out/EVT.IDX Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7a8b9f8 in fclose () from /usr/lib/libc.so.6 (gdb) bt #0 0x00007ffff7a8b9f8 in...

- [x] Mark this if you consider it ready to merge - [ ] I've added tests (optional) - [ ] I wrote some lines in the [book](https://github.com/radareorg/radare2book) (optional) **Description**...

Currently there are several includes that cause recursive including - it still works because of include guards but it's not good idea for this to happen in first place and...

Previously `!DBG` meant event tracing which can be confusing. Now with this PR it's possible to build these combinations: * `DBG 1` - debug build * `EVENT_TRACING 1` - WPP...

Source code files shouldn't be executable but only `*.{bat,cmd}` files. Currently a lot of files are marked executable in git. This PR fixes that so that only `.bat`/`.cmd` are. Note...

When trying to build on Arch Linux with Boost outcome ``` -- Could NOT find outcome (missing: outcome_DIR) Couldn't find outcome as a distinct package. Trying to use the version...

Parsing some files might fail due to various reasons in such case still proceed with remaining files.

size/S

Hi, Currently if you work with zip file that doesn't use `UniversalTime/NTFS` but `DOSTime` then you don't actually know correct timestamp due to missing timezone but currently `rubyzip` would use...

question

### Prepare - [x] Read [PR guidelines](https://github.com/JanssenProject/jans/blob/main/docs/CONTRIBUTING.md#prs) - [x] Read [license information](https://github.com/JanssenProject/jans/blob/main/LICENSE) ------------------- ### Description #### Target issue I can host Janssen services on any `scheme://host:port/path` combination but `jans-cli` won't...

area-documentation
comp-jans-cli-tui
priority-3
triaged
enhancement

This allows to build it against Qt6/KF6. Depends on #25