Corban Amouzou

Results 14 comments of Corban Amouzou

[This is the image](https://imgur.com/gallery/l9XnocX) I messed around with one other icon submission but I lost my glasses so if I’m blind please tell me

You can create your own on https://github.com/ish-app/ish/pull/1438 From there you can export it and put it onto other devices running that build. Still kinda wip but all the main features...

It could be possible to create a filesystem setting that will lock certain systems on boot. If the filesystem happens to be locked it can use a set password for...

Well, I've looked into this, but the only feasible way to do this is with classes. If you're ok with that then I'll have this implemented asap

I actually found a way to do it using structs. I think I tried this before and was caught up with an issue that could have been solved by making...

As a suggestion as well, maybe instead of wrapping an optional parameter in `opt(_:)`, maybe we could define an "extend to optional" postfix operator `-?`. Ex: ```swift postfix operator -?...

Hey I'm having the same issue with it for JSC.... I did pass in JSC (compiled with the patch) but have the exact same output. Any thoughts?

Running jsc with the `--reprl` flag outputs: ``` "write(REPRL_CWFD, helo, 4) == 4" failed ``` Which I assume is quite the issue lol.

Thanks, I'll try that out!

Yeah so I tried it out, and it has verified that REPL support does not seem to be working as seen here. https://github.com/googleprojectzero/fuzzilli/blob/3f0d246a47f39e066ab560f3bb23e2fe47a25850/Sources/REPRLRun/main.swift#L98 I'm not sure where it's going wrong...