Max Kaye
Max Kaye
I'm getting this error but there are no generic types in the file it fails on. I have some other files with generic types that work fine. Figured out a...
Try comma at end. This is on the `solc` side - have never been able to get --allow-paths working without it Also, because #11 was not merged correctly the `--allow-paths`...
Why don't you use the format solc already has for this? I don't use aliases like that but does `path1=realPath1,path2=realPath2,` work?
Why don't you use the format solc already has for this? I don't sue aliases like that but does `path1=realPath1,path2=realPath2,` work? Also, not sure your patch would work b/c currently...
@zetherz replied to that issue The second point was talking about using a command like: `solidity_flattener --solc-paths "--allow-paths a=b,c=d,"` Note: I patched core.py manually on my machine so I don't...
I ran into an issue recently and has taken me a few hours to figure out. My fixedDraw was open by default on small screens and not rendering correctly. Eventually...
I have a similar issue to @joe733 and @danitrod note: I'm automatically converting whitespace indented s-expressions (though cheating because I strip out parens and just use whitespace) Here's an example:...
:tada: https://github.com/XertroV/mermaid/commit/aa670effa3aeb7ebc25462cc5dcee08279ee2c8a Invisible subgroups to force ordering:  It does stretch out the graph a bit, but works for my purposes a side effect is that sub-trees will now not...
I am having a similar issue (failed unwrap at the same location in smithay-clipboard), except it isn't happening on window resize, and it isn't happening with the demo app, but...
I patched smithay-clipboard to handle errors at those places, but I still get a crash. - typically it looks like there's a few dispatch requests that get handled. Then the...