Maja Kądziołka
Maja Kądziołka
Currently, the released version 0.2.3 doesn't build on newer versions of Qt. A fix is present on master, but it hasn't been released yet. For a *while*. Please consider creating...
Consider this example program: ``` 🏁 🍇 🆕🍯🐚🍬🔢🍆🐸❗ ➡️ 🖍️🆕dict 1 ➡️ 🐽dict 🔤one🔤❗ 🤷 ➡️ 🐽dict 🔤nope🔤❗ ↪️ 🐽dict 🔤seventeen🔤❗ ➡️ unwrapped 🍇 💭 Won't print 😀 🔤seventeen is...
Steps to reproduce: 1. Visit https://cloud.binary.ninja 2. Click "Capture viewport" in the extension's menu. 3. Observe error: 
I really like how you randomised the hints in EGMO. I feel like it would be a good idea to apply this to Napkin too. Is there a reason this...
Go (also known as Golang) is one of the languages currently popular for writing applications in. Ideally it would be possible to run those within Gramine. However, some issues within...
## Description of the changes This PR migrates our implementation of `gramine-sgx-get-token` to Rust. This is because: - The tool is small and self-contained, which makes it a good test...
We're observing non-deterministic test failures on CI: ``` starting phase `check' --- FAIL: TestSCTPConcurrentAccept (1.49s) sctp_test.go:117: # of failed Dials: 2 FAIL FAIL github.com/ishidawataru/sctp 5.824s FAIL command "go" "test" "github.com/ishidawataru/sctp"...
The repository does not contain a license file. I also couldn't find any license statement inside of the code files. This means that [one cannot use the code in any...
I am writing to a `BufWriter`. Unfortunately, `std::io::BufWriter::stream_position` falls back to running a `seek` syscall to figure out the current stream position. This makes my serialization workload take ~300x longer...
I would like my application to log to stderr, so that stdout can be used for other purposes. I managed to achieve this with the following configuration: ```python structlog.configure(logger_factory=structlog.PrintLoggerFactory(sys.stderr)) ```...