cix

Results 40 issues of cix

I've encountered an issue with the Discord chat bot relay, where in-game (Half-Life) chat messages that contain a quotation mark `"` are not fully relayed to the designated Discord channel....

I've installed the [AMXX Chat Relay](https://forums.alliedmods.net/showthread.php?t=318610) plugin for a Half-Life 1 server and followed the setup instructions on the docs at https://rumblefrog.me/source-chat-relay/setup. At the bottom of the page, there is...

https://github.com/rumblefrog/source-chat-relay/blob/b3e2b862064b2c95de3ea2bd46b98db985f118cc/docs/src/pages/home.mdx?plain=1#L11 The Discord invite link (https://discord.com/invite/TZ4BsrQ) is expired.

Great work, I've seen in https://github.com/Garey27/hitbox_fixer/issues/3#issuecomment-1817327845 you have visualized the server-side hitboxes in Half-Life, are you able to explain how this was done and whether you can have this feature...

Currently, the app is hardcoded to capture only for 10 seconds when you click the capture video menu item from the system tray: https://github.com/0Ky/screenclip/blob/3d730cce88d807f061cf6117835975f61fa1ccd2/src-tauri/src/main.rs#L65 Instead, video capture should begin after...

📝 TODO
hacktoberfest

The current behavior is that the `PrintScreen` key is hardcoded to call `region_selection_window()` function that takes a single screenshot. Instead, upon initialization of the application, it should read settings[1] and...

📝 TODO
hacktoberfest

Similar to the following image, that should also include X,Y at the top left corner of it: ![image](https://github.com/0Ky/screenclip/assets/16103757/f02482b4-0cca-432a-a3e2-f6df7cca9856) If capturing or moving the selection area to the edge or corners...

📝 TODO
hacktoberfest

- Capture audio data from a selectable option of sources (e.g., system audio, microphone, or both) using `WASAPI` (Windows Audio Session API). - Encode audio using the `AAC` codec. -...

good first issue
📝 TODO
hacktoberfest

When selecting the `Video clip` menu to capture a video, a fully transparent region capture window will appear, when selecting an area it should snap only to even dimensions. This...

📝 TODO
hacktoberfest

When attempting to include `minimp4 = "0.1.0"` or `minimp4 = { git = "https://github.com/darkskygit/minimp4.rs.git" }` into my project, I received an error regarding the `fdk-aac-sys v0.4.0` library, which is a...