I label my figures like this. --- title: "xxx" output: pdf_document: fig_caption: true --- And then in each chunk ```{r, fig.cap="some caption"} qplo
I have used the following function to generate fund combinations in a portfolio. For example, I have four funds in the portfolio. The incremental change of each
I have an app and I built some helper widgets to be able to reuse. so I created this Button Widget which can show a loading icon if pressed and the async reques
I'm trying to extract Arabic text from an image using google_ml_vision: ^0.0.7, I wrote the function below, but when I call it the app crashed(its crashed in t
I have a MCU that is sending data to serial port. I want Unity3D to read the data. So far, nothing I have found works and I'm looking for some help on getting U
I'm trying to learn the TypeShape lib and playing with the IShapeMember per the snippet in the readme type IShapeMember<'DeclaringType, 'Field> = abstrac
In my React Native app, I use the react-native-image-crop-picker package to have access to user's photo library. It works nicely but if the user has no images i