Bastian Müller
Bastian Müller
I've read about custom mutators in LLVM's libFuzzer. Would it be possible to add support for it to go-fuzz's libFuzzer mode? Would that basically involve adding a `LLVMFuzzerCustomMutator` function just...
When trying to compile on Mac OS X 10.9.2 with clang (Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn): ``` CXX static/coders/huff.lo static/coders/huff.cpp:173:25: error: reference to 'bitset' is ambiguous...
The book explains how to define and use keyframe animations: https://japgolly.github.io/scalacss/book/features/keyframes.html How is it possible to apply multiple animations to a selector? In plain CSS this would be e.g. `animation-name:...
Closes #1822 ## Description - Optimize checker/interpreter predeclared values by refactoring redeclaration of variables in activation for each checker/interpreter instantiation to a single activation creation which can be injected and...
### Issue To Be Solved It would be nice to write tests for Cadence in Cadence. ### Suggest A Solution Once the [Go testing library](https://github.com/onflow/cadence-testing-go) is ready, it could be...
______ - [x] Targeted PR against `master` branch - [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work - [x] Code...
⚠️ Depends on #1825 Closes #1823 ______ - [ ] Targeted PR against `master` branch - [x] Linked to Github issue with discussion and accepted design OR link to spec...
### Issue To Be Solved The checker and interpreter are currently configured through options – functions which accept the checker/interpreter and modify it. This is a common pattern in Go...
### Issue To Be Solved The checker and interpreter accept an option to inject type and value declarations. For example, this allows defining standard library functions like `assert` and `panic`....