deepfryed

Results 25 comments of deepfryed

@nulian do they run faster if you use named prepared statements ? We're investigating a similar issue with 0.3.2 where tests are 4-5x slower with unnamed prepare.

Similar issue trying to flash to eMMC ``` $ sudo ./flash_script.sh bone-debian-9.1-lxqt-armhf-2017-08-31-4gb.img.xz We are flashing this all mighty BeagleBone Black with the image from bone-debian-9.1-lxqt-armhf-2017-08-31-4gb.img.xz! Please do not insert any...

That was quick, appreciate it :+1:

Ran into this when precompiling Box2d at work https://github.com/babyzone2004/tank/blob/master/box2d/src/Box2dweb.js

@parroty just needs attribution as both MIT and Apache 2.0 are permissive - as long as individual source files include the license and attribution. I'd like to see this get...

@parroty any chance we can merge this PR soon or if you disagree close this as "won't fix" ?

https://www.erlang.org/EPLICENSE ``` 3.5. Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code,...

FWIW, I've got around the issue by patching cover.erl to remove the warnings and then added that under src/ in my project.

FWIW, I think cover.erl patch belongs in OTP. I'd be fine with someone submitting that patch upstream and instructions in README in the interim that can guide people on adding...

> Wouldn't the right approach here be to first upstream some changes to :cover? > https://github.com/erlang/otp/pulls Yes > it would be great if anyone can PR this README option, assuming...