Will Song

Results 18 issues of Will Song

This addresses #81. There's not much to test but if this totally kills the behavior of floating windows let me know and I'll see what other workarounds I can put...

### Problem Description Borders are created internally, so if borderWidth = 2, a call to xcb_create_window() with width=1280 and height=720 and borderwidth = 0 ends up creating a client area...

enhancement
X11
effort: medium

Shortest test vector: `"\\"`. Most likely something in [elm.js](https://github.com/elm/elm-lang.org/blob/dcea4a7a4dde2375bbb0d7d95dce4a56a3a084ea/editor/cm/mode/elm.js) is causing this issue.

lets us use `MonadState` for `World` and avoid passing around this `w` parameter everywhere

enhancement
code quality

a lot of functions are hard to understand what the parameters mean at first glance. some haddock would be nice.

code quality
documentation
good first issue

https://github.com/crytic/echidna/pull/584/files#diff-c20de95e05c2d1faa33bc6ee6d7db3ac1421bac2b099f945ebb81c237d3b7e43L144-R144

Add migrations for customers so `python2 manage.py migrate_schemas` works out of the box.

should address #209 but i'm not sure if what i did is entirely good either way it's a 2 line change so it should be quick and easy as a...

The two test shaders are identical. ```glsl #version 460 void main(){} ``` ``` $ glslc test.vert -o vert.spv $ glslc test.frag -o frag.spv $ spirv-link vert.spv frag.spv -o test.spv $...

## Summary This is a demo for how Echidna may be integrated into the AZTEC Solidity pipeline. Echidna is a property based EVM fuzzer. It reads a contract's public ABI...