Commandcracker

Results 81 issues of Commandcracker

It would be nice to display thumbnails with something like w3mimgdisplay or [something else](https://github.com/ranger/ranger/wiki/Image-Previews) ![image](https://user-images.githubusercontent.com/49335821/167656781-90f57bc6-0958-4902-9108-c85dfe2697a2.png)

**Git commit reference** v10.0.19 **Describe the bug** Musl libc doesn't include `suseconds_t` by default, so it is necessary to import `sys/time.h` for DPP to work on musl-based distros. **To Reproduce**...

bug

### Problem Add support for firefox's reader view. (this [article](https://support.mozilla.org/en-US/questions/1140969) might be helpful) ### Proposed Solution _No response_ ### Notes _No response_

A-HTML
C-enhancement

I have a project that needs to include libavformat but it cant find the library because the include's are not in the release image. Providing the build image would make...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug C:\Users\red\AppData\Local\Programs\Python\Python312\Lib\site-packages\sanic\touchup\schemes\ode.py:70: DeprecationWarning: Attribute s is deprecated and will be removed...

bug

#### Description of problem: It seames like `chrony.conf` has moved from `/etc/chrony.conf` to `/etc/chrony/chrony.conf`. This means `xccdf_org.ssgproject.content_rule_chronyd_specify_remote_server` will consistently fail as it only checks in `/etc/chrony.conf`. Other rules might also...

Debian

#### Description of problem: content_rule_aide_build_database checks for `database` but not `database_in` `WARNING: /etc/aide/aide.conf:10: Using 'database' is DEPRECATED and will be removed in the next release.. Update your config and use...

Debian

**Description** Make syntax highlighting correct for multiline comments. ![Screenshot_20230401_182922](https://user-images.githubusercontent.com/49335821/229302924-14d50983-b856-44e6-8c64-830cc5c82975.png) > This is a common issue among editors for CC (https://github.com/1Turtle/CONSULT/issues/7)

enhancement
area-CraftOS

Updated CC: Tweaked from 1.99.1 to 1.101.0. This update will allow the user to use CC programs that need "new" CC features like [speaker.playAudio](https://tweaked.cc/peripheral/speaker.html#v:playAudio). Example Projects: [YouCube](https://github.com/Commandcracker/YouCube)

I have a recursive function that goes through all elements from top to bottom, and I want to handle booth "raw" text and tags. I seam to only be able...