Andrew
Andrew
I did a bit more investigating on publishing wheel files and found this link: https://github.com/pypa/gh-action-pypi-publish/discussions/15 Based on the information here, I updated the YAML to repeat what they did for...
Resolves this issue: https://github.com/eurecom-s3/symcc/issues/163 Here is proof I got this to work https://hub.docker.com/layers/andrewquijano92/symcc/latest/images/sha256-0c47748fb5dffa7ec15a095ffc767730691c79292c356fb09c66c8809c712bd5?context=repo
Hello, Is there a plan to publish the docker image on DockerHub for easier pulling instead of just installing it? I am open to provide the update to GitHub actions...
Hello, When attempting to run sym++ on the Docker image, I found the following issue shown in the screenshot. After poking around, it looks like there needs to be linking...
Hello, I figured out how to pass parameters to the JSONTestRunner from settings.py file in Django. I was able to test it locally with no issues. I am wondering, when...
I squashed the commits from this old PR, not sure why rebasing didn't work. https://github.com/panda-re/panda/pull/1504 Here is the summary: 1- Update Action version to the latest version 2- Update to...
Hello team, I can try to take a look this too, but this is a heads up that setup.py install is going to be outdated. This will cause problems likely...
### Feature - [ ] New architecture module - [ ] Support for processor extension - [ ] Add more instruction details (elaborated below) - [ ] Binding support for:...
**Your checklist for this pull request** - [ ] I've documented or updated the documentation of every API function and struct this PR changes. - [X] I've added tests that...
Currently PANDA is running on LLVM-11, but it seems like LLVM now is on version 18. To avoid any excessive technical debt, is there a roadmap to upgrade PANDA to...