Sean Jensen-Grey

Results 16 comments of Sean Jensen-Grey

Hello @lamarqua , I have been pondering it in my hammock. I am brand new to Haskell so I'll be a little slow. Great breakdown. The goals I had in...

I have pushed a proof of concept to https://github.com/seanjensengrey/corrode/tree/sjg-test-poc/test It only handles positive tests with a return code from rust. Not yet sure how to support confirming that the translation...

No worries, I dropped it as well. :) Should we get a `test` label and break this up into smaller tasks? * https://embed.cs.utah.edu/csmith/ * https://embed.cs.utah.edu/creduce/ Would it be helpful to...

I am on an M1 mac running on the [VMware Fusion Tech Preview for M1](https://customerconnect.vmware.com/downloads/get-download?downloadGroup=FUS-PUBTP-2021H1) the OS is `Ubuntu 20.04.3 LTS`. Does the CICD pipeline support doing arm64 (heh) builds?...

@ghost it isn't closed because WoeUSB uses a version older than the commit referenced in wimlib. As soon as WoeUSB uses a version at that commit or newer then it...

If you ensure that the paths sent to wimlib only contain a single dot (.) then the bug won't be exposed. I actually missed the root cause of the failure...

Running on localhost isn't a protection mechanism. Any page on the internet can load assets from localhost:8080, etc.

>Juice Vm follow gcc C99 stardard,without any third-party library.Therefore,it is really easy to read and it support many platforms. > There is only 12523 lines and 36104 words in the...

I experienced the same issue, it turns out JDK 1.8 is able to generate the documentation without error and there is a hard deprecation in JDK 11 for not allowing...

``` make mkdir -p build/opt cd build/opt && REALBUILD=1 /Applications/Xcode.app/Contents/Developer/usr/bin/make -f ../../Makefile opt c++ -O3 -funroll-loops -I../../src -I../../src/sparsehash-2.0.2/src -I/usr/include/python2.7 -Wall -pthread -fno-strict-aliasing -fwrapv -Wall -fPIC -ggdb2 -std=c++0x -funroll-loops -c ../../src/falcon/reval.cc...