Maarten Veenstra
Maarten Veenstra
Hi I'm using: OSX 10.7.4 GHC 7.4.2 cabal-install 0.14.0 (installed via homebrew) git version 1.7.11.1 (homebrew) When i do 'git config -l' in the wikidata repository it shows me the...
Shouldn't gitit be able to get the emailaddress from the users' local ~/.gitconfig?
@Thomas-Fleming's changes fixed it for me (running macOS Mojave and installed wxPython via `pip`) I couldnt scyther from source so I've copied the files in `/Gui/*` and `/scyther-gui.py` to the...
FYI there's some additional calls that don't work for me This is the error I get when pressing CMD+S to save the file: ``` $ ./scyther-gui.py Traceback (most recent call...
this issue seems to be fixed in `0.0.13`
This PR fixes the issue for me 👍 using stack ; ghc9.2.4 ; stackage nightly-2022-09-12
Here's a sample project which reproduces the issue: https://github.com/maerten/beam-issue-example
@tathougies thanks for the fix, the fix works in the example project, and in another project too. Expanding on the `lateral_` queries, what's the right place to add limit the...
And one last question, it looks like `lateral_` always generates a `CROSS LATERAL JOIN`, even when using a `leftJoin_`. This was unexpected to me, as the code for `lateral_` looks...
Alright, sounds great! About the 40+ elements.. It's a scrollable list of items. I'm trying to replicate the behavior of different iphone UI elements. So a back-button works great with...