Joshua Murphy

Results 17 issues of Joshua Murphy

**Environment** - OS: Pop!_OS 21.10 - Giada version: Reproduced on v0.16.2 .deb, and v0.21.0 Flatpak + AppImage **Describe the bug** Selecting PulseAudio as the Sound System and ALSA as the...

Hey yanofsky, I forked your project so that I can use Python 3 (and I did code linting with python black), and decided to create a PR in case you...

Hello, When I try to create a log group that contains any non-alphanumeric character (for example the log name `special characters`) I get the following error: ``` Traceback (most recent...

I think a dependencies section might be beneficial to the template, for example see the one I added in my fork: [readme-template.](https://github.com/ranguli/readme-template/blob/master/README.md#dependencies) I made some other additions on my fork...

Been reading the docs regarding switching between modes. And it could be because the commands are extremely counter intuitive, but I can't seem to move out of relative number mode...

This PR addresses issue #66, #68, and #69.

[CI jobs](https://github.com/ranguli/ioccheck/runs/3705178319) are currently failing. ``` Run poetry install Creating virtualenv ioccheck-hyRtOvis-py3.8 in /home/runner/.cache/pypoetry/virtualenvs [RuntimeError] Unable to read the lock file (Unexpected character: 'e' at line 1066 col 25). Error:...

bug

```python def make_text(self) -> Optional[str]: table = [["Vendor", "Behaviour", "Threat"]] for result in self.ioc.behavior: # type: ignore if result.threat is None: continue if result.threat == 1: threat = colored("Neutral", "green")...

bug

Expected behavior is for a `.html` file to be created in the current directory when `--report HTML` is passed as an argument. [This](https://github.com/ranguli/ioccheck/blob/db02d921e2519b77523a200ca2d78417802463db/ioccheck/cli/__init__.py#L125) if statement in `iocheck/cli/__init__.py` fails. ``` if...

bug

enhancement
hacktoberfest