shehrozeee

Results 18 comments of shehrozeee

> Hi, thanks for PR! I find it super useful. > I've made some commets, please review Can you please point me to the "comments". I don't know where to...

Looks like I dont get to see those comments for some reason ![image](https://user-images.githubusercontent.com/33824420/139314514-e0dac900-cc65-46b9-b406-8287b6972eb8.png)

How do you propose to return both streams without introducing any breaking changes ?

> Strange, for me they are displayed right here, and in chenged files like so: ![image](https://user-images.githubusercontent.com/499855/139312045-3e7e3172-b37a-4aa1-b291-f2c37b172d72.png) > > ![image](https://user-images.githubusercontent.com/499855/139312085-214e1660-ede2-42f2-8e9d-f1a42aac29a4.png) but I guess the only place where the CreateAndCompileToStream function is...

```cs private class CompiledStreams { public MemoryStream assembly {get;set;} public MemoryStream pdb {get;set;} } ``` does something like this work as the return type ?

would be useful. this works really nice with MAUI blazor wasm

Thank you for identifying what causes the issue. I am able to use a work around for this I created dashboard variables for the to and from times ![image](https://user-images.githubusercontent.com/33824420/148889983-167c215c-0ff3-44a1-a5e8-e38902509a64.png) and...

I have the same problem. it feels like it comes from a race condition though. I have the app in multiple phones and some work and some do not. I...

my app has gone from working for for a few days to not working properly anymore to suddenly working again now (this is on one phone). on another phone its...

this never happens if I run the same app on windows device