Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Decoding Systems #15

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

A-c0rN
Copy link
Owner

@A-c0rN A-c0rN commented Jan 28, 2024

This is a work in progress.

I will be taking code snippets from my ARS project and be moving it into the ASMARA project.
ARS has a waaaaaay more efficient decoding system, and I would like to see that in ASMARA.

This may take some times, however.

A-c0rN and others added 2 commits January 28, 2024 05:34
* Fix Samedec bug

When this was written, SAMEDEC development was slow and on 0.2.3, and we didn't estimate a 3.0 launch then.

Changed the string to check for 0.1.X, instead of 0.2.X, meaning that
anything greater than V1 will work.

Needs compatibility checking with V3.

* Create Runner (#6)

* Create Runner

This is Github runner that will be used for testing when ready.

* Update and rename python-app.yml to main_runner.yml

Added Flake8 as a dependency for the runner

Renamed runner

* Fix Flake8 execution

Let's get it right this time, hopefully.

* Flake8 is being annoying.

Come on man, just work please.

* Create CODEOWNERS

Actually allow me to do checks  properly

* Add Contribution Tutorial (#12)

* Add Contribution Tutorial

* Update CONTRIBUTING.md

---------

Co-authored-by: Reggie Torres <[email protected]>
 - Improved the consistency of the monitor killer
 - Noted a known bug on the ATTN detection system
 - Removed old error ignoring code
 - Cleaned up imports
@A-c0rN A-c0rN added the enhancement New feature or request label Jan 28, 2024
@A-c0rN A-c0rN self-assigned this Jan 28, 2024
@A-c0rN A-c0rN linked an issue Jan 28, 2024 that may be closed by this pull request
A-c0rN and others added 3 commits February 2, 2024 22:02
* Fix Samedec bug

When this was written, SAMEDEC development was slow and on 0.2.3, and we didn't estimate a 3.0 launch then.

Changed the string to check for 0.1.X, instead of 0.2.X, meaning that
anything greater than V1 will work.

Needs compatibility checking with V3.

* Create Runner (#6)

* Create Runner

This is Github runner that will be used for testing when ready.

* Update and rename python-app.yml to main_runner.yml

Added Flake8 as a dependency for the runner

Renamed runner

* Fix Flake8 execution

Let's get it right this time, hopefully.

* Flake8 is being annoying.

Come on man, just work please.

* Create CODEOWNERS

Actually allow me to do checks  properly

* Add Contribution Tutorial (#12)

* Add Contribution Tutorial

* Update CONTRIBUTING.md

---------

Co-authored-by: Reggie Torres <[email protected]>
Merge main into 5-improved-decoding-systems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Improved Decoding Systems
1 participant