Alexandre Lordelo

Results 108 comments of Alexandre Lordelo

Got the following compile error on Cmake. Could any genius here please help? ; ) The C compiler identification is AppleClang 10.0.0.10001145 The CXX compiler identification is AppleClang 10.0.0.10001145 Check...

Thanks Matthias! I unwrapped self.cgImage, but got same error. Looks like bitsPerPixel is only available for iOS... : / Any idea what would be MacOS equivalent to bitsPerPixel? /* Return...

thanks for spotting that Matthias! : ) Weird that UIImage.cgImage is a property, and NSImage.cgImage is a function. Im a bit lost here... Do you have any idea what the...

Thanks again! Finally made it work with some help from Apple, this is the final function in case you also need. : ) // Resizeing using CoreGraphics ``` func resize(to...

@hollance , update from Apple Support... Apple advised me to use saveGState() and restoreGState(). I updated the function bellow but still getting an empty output. ``` func pixelBuffer(width: Int, height:...

@InsanelyHarsh , currently the transactions are inputted manually. It would be awesome to have transactions synced from an API like Tink for example

Yup, the idea is to fetch all transactions from Tink, then you get a real feed from your bank 👍🙂

Cool, looking forward to see the progress! > On 30 Sep 2022, at 20:09, Harsh M. Yadav ***@***.***> wrote: > > > @alelordelo I am ready to take on this...

@RyuMaster , do you know if those curves parameters can be controlled in UE in a shipped app via blueprint?