Edwin

Results 67 comments of Edwin

Sure, PRs are welcome!

I feel like there's a few things that needs implementing/documenting before we can "officially" support dual core. This includes: * Core communication (See Chapter 11 (HSEM) in RM0399) * Core1...

@jdotw Can you open a new issue and add some details? The issue you're describing does not seem to be related to @mooztaches issue.

@mooztaches You have to be in either the `ll-gui` or `ll-cli` directory to build the GUI or the CLI respectively. To build the GUI, you can run `cd ll-gui &&...

The path `/Users/peckc/Downloads/LIB_UA741CDRG4.zip.download/LIB_UA741CDRG4.zip` seems odd to me. What browser are you using? LL watches a folder for file creations and waits some time for the file to be written, then...

I have implemented a fix but I have no way of testing it as I don't actually have a Mac. ```bash git pull git checkout safari-fix ./macos-compile.sh ```

Yeah, if you remove the `--release` flag in the script, there may be more output.

``` git reset --hard git pull cargo run --bin library-loader-gui ``` I added more debug logging, should show way more information now.