DC

Results 5 issues of DC

Hi, appreciate if the default validators are able to check for empty,non-empty files, directories or symbolic links. e.g. > cli11.add_option("--file", file, "filename")->required()->check(CLI::ExistingFile,CLI::NotEmpty); > or > cli11.add_option("--file", file, "filename")->required()->check(CLI::NonEmptyExistingFile); thx.

Hi, I am working on printing services using CUPS as printing backend and run into a problem and may ask for suggestions. _pls note: issue reported at: https://github.com/apple/cups/issues/6100 as well._...

bug
priority-low

Hi, I am working on printing services using CUPS as printing backend and run into a problem and may ask for suggestions. **Short**: using [libcups.so:2::cupsPrintFile](https://github.com/apple/cups/blob/0ad6ac55da2686c6fa24b05bde5e9036fd4db5d1/cups/util.c#L706) to hand over print requests...

### Description: After the change in line 22 of packages/cli/src/file_operations.ts (commit 0b296fa06417ced5fe19396cb9e995f6ee6c9c5a), when using the rename feature with an alternative output directory, the output parent directory remains the current working...

Regarding: https://github.com/OpenPrinting/cups/issues/940#issuecomment-2050121603 Topic: (n)k printer queues startup time Similar to the needs described in Issue https://github.com/OpenPrinting/cups/issues/940, I implemented a defensive caching framework that could dramatically improve the startup time of...

enhancement
investigating