bichselb

Results 6 issues of bichselb

I am getting this exception: ``` java.lang.RuntimeException: None of the basic classes could be loaded! Check your Soot class path! ``` When running this code: ```Java public static SootClass loadClass(ClassToVerify...

The below example produces the error ``` Output routine didn't use all of \box255. \lips@par ->\par ``` This seems to be due to the use of larger figures: making the...

Does Feynver support internal measurements? I can use Feynopt with internal measurements, such as ```qasm OPENQASM 2.0; include "qelib1.inc"; qreg q[1]; creg c[1]; measure q[0] -> c[0]; h q[0]; ```...

enhancement

Description =========== In my very simple implementation, I can easily produce 1 million messages per second, but can only consume around 100k messages per second. How can I speed up...

Description =========== I am using the protobuf producer outlined [here](https://github.com/confluentinc/confluent-kafka-go/blob/master/examples/protobuf_producer_example/protobuf_producer_example.go). Unfortunately, its serialization is so slow that it a bottleneck in my whole system. Specifically, it takes 1.6s to serialize...

schema registry

Running LicenseFinder on the simplest possible go project yields the following error for me: ``` GO111MODULE=on go list -mod=readonly -deps -f '{{ if and (.DepOnly) (.Module) (not .Standard) }}{{ $mod...