Brice Friha
Brice Friha
Hi there! 😃 I know it's been a while since the last commit on this repo. So as I was forking it to use it personally, I updated a few...
## Submission description I decided to re-use an old project which dates back to the time I just had learned Xamarin.forms basics. I also used a Xamarin.forms.Pancakeview to design every...
### Description All buttons and input inside a carousel view item don't register. Works as expected on Android, but it doesn't work on iOS. I have attached a [sample](https://github.com/bricefriha/IssueCarouselViewInput). ###...
This could be cool to lock a pointer axis. For example: if you lock the Y-axis we can only move the pointer horizontally. (I need this currently in one of...
I checked the requests that are being sent and it seems like `petition.getList` returns this error: ```JSON { "0": { "error": { "json": { "message": "\nInvalid `prisma.petition.findMany()` invocation:\n\n\nError querying the...
Issue #6899 hasn't received much attention lately, but I was pretty interested in the feature, so I wanted to tackle it for challenge's sake. I thought I might as well...
From [sentry-native#1027](https://github.com/getsentry/sentry-native/pull/1027), we had to add the handler strategy to the .NET SDK, from the sentry-java ([7.15.0-alpha1](https://github.com/getsentry/sentry-java/releases/tag/7.15.0-alpha.1)). This is also meant to fix #3461. I tested this, and it seems...