Jérôme Mahuet
Jérôme Mahuet
That's amazing, I didn't know you could do that! Edit: I managed to get that with a url encoder tool.
@joom No problem. No one is sure where the bug is at the moment. I filled a bug to GHC just in case. This is kind of sad, I feel...
Should be fixed in GHC 7.10.3. In the meantime there is a work-around: just reinstall GLUT like this: ``` cabal install GLUT --ghc-options="-optl-Wl,-framework,GLUT" --reinstall --jobs=1 ```
@elisehuard you should add this in the appendix on to build on OS X. Linux is fine and don't encounter the issue. Cheers.
Do you guys know if you can fetch the profile number of followers (if the profile is premium, they have a followers count)
Is there a way to use the latest version of cargo-audit in this action?
It's circe, not circle.
@Piepoli The type of a Surface is: ``` haskell data Surface = Surface (Ptr Raw.Surface) (Maybe (MSV.IOVector Word8)) ``` I think the IOVector of Word8 might be the pixels data....
So yeah, it's better to use `surfacePixels` as @BartAdv mentioned.
I will be working on sdl2_image this weekend. I will study your high-levels bindings to make something similar and compatible. And working on small examples :)