Hakim Bawa

Results 19 comments of Hakim Bawa

> Are you referring to `typeof pointer` or `__type = Pointer`? `typeof pointer`. It returns a `ParseObject`, not a `ParsePointer`, and I can access all the methods and attributes of...

Hey @dplewis I've dugged a bit more into this. I've been pretty busy these last weeks and couldn't get back, sorry about that. So in this first image, I've queried...

I can create a separate project, but that will have to wait a bit as I don't have much free time at the moment.

@kamilmysliwiec Would also need this, thanks!

Any fix incoming for this? As a workaround have to use a older nightly build, but not very convenient

@jlundlumination Tried it out and kinda works out of the box! However, if I try to save the image using the `image` package with this ``` final image = img.Image.fromBytes(...

@jlundlumination Amazing, that works perfectly! Managed to do it a bit simpler with an `image` rather than a `rect`. Unsure of performance but in our case it's primarily for dev...

@dg-eparizzi Created a [PR here,](https://github.com/travelerdev/nestjs-sentry/pull/5) but I did it in the forked version from `travelerdev`. I think this would fit your use case. I can also create a PR here...

That happens to me if I use `USER root`, when I set back to the default user `mobiledevops` it works as expected

As a workaround, if you get a stream, you can use something like this when you receive the stream. ``` void _updateFirstMessageText(String newText, {bool replace = false}) { assert( _messages.first...