Daniel

Results 48 issues of Daniel

Basically, trigger a request before or after a particular request is sent.

feature request

Jeremy Sinclair pointed out to me that this is caused by .NET Framework processes not being able to run as arm64. I'll have to investigate using .net core instead of...

bug

![image](https://user-images.githubusercontent.com/7649589/93941532-86f1f100-fce3-11ea-9289-22cd658370ba.png) Sample request with a response that should be decoded: GET https://www.youtube.com/get_video_info?video_id=ZB_vm0fGvCA Expected response: `cosver=10.0&host_language=en&csi_page_type=embed&vss_host=s.youtube.com&fexp=23727261,23735348,23744176,23804281,23839597,23856950,23857949,23858057,23862346,23868319,23869024,23880044,23882503,23884386,23885566,23890959,23895671,23897653,23911055,23911512,23911903,23915655,23915993,23916148,23918597,23921357`... Actual response: ``` cosver=10.0&host_language=en&csi_page_type=embed&vss_host=s.youtube.com&fexp=23727261%2C23735348%2C23744176%2C23804281%2C23839597%2C23856950%2C23857949%2C23858057%2C23862346%2C23868319%2C23869024%2C23880044%2C23882503%2C23884386%2C23885566%2C23890959%2C23895671%2C23897653%2C23911055%2C23911512%2C23911903%2C23915655%2C23915993%2C23916148%2C23918597%2C23921357%2C23922771%2C23928508%2C23928545%2C23928940%2C23930220%2C23934970%2C23935319%2C23938769%2C23938801%2C23941585%2C23942338%2C23942577%2C23943286%2C23943293%2C23944517%2C23944779%2C23944809%2C23945378%2C23946421%2C23947064%2C23947232%2C23947422%2C23949504%2C24631378%2C9449243&cbrver=85.0.564.51&player_response=%7B%22responseContext%22%3A%7B%22serviceTrackingParams%22%3A%5B%7B%22service%22%3A%22GFEEDBACK%22%2C%22params%22%3A%5B%7B%22key%22%3A%22is_viewed_live%22%2C%22value%22%3A%22False%22%7D%2C%7B%22key%22%3A%22logged_in%22%2C%22value%22%3A%220%22%7D%2C%7B%22key%22%3A%22e%22%2C%22value%22%3A%2223898320%2C23881484%2C23940173%2C23911903%2C23853114%2C23935261%2C23925265%2C23865749%2C23842233%2C23950708%2C23902008%2C23942338%2C23928508%2C23897262%2C23915032%2C23935319%2C23945839%2C23907445%2C23944517%2C23946078%2C23858564%2C23884697%2C23892056%2C23947365%2C23923353%2C23933563%2C23911055%2C23945042%2C23908862%2C23928940%2C23916052%2C23947767%2C23930220%2C24650115%2C23938769%2C9473375%2C23862346%2C23939020%2C23948696%2C23911301%2C1714254%2C23927284%2C23946438%2C23941167%2C23862065%2C23942426%2C23931923%2C23925932%2C23942505%2C23832002%2C23884999%2C23928506%2C23882125%2C23942577%2C23834232%2C23944807%2C23841299%2C23890990%2C23950134%2C23882139%2C23885661%2C23941585%2C23897295%2C23934381%2C23936409%2C23932706%2C23816681%2C23929219%2C ```

feature request

Might be able to use this: https://github.com/paulbartrum/jurassic

feature request

![image](https://user-images.githubusercontent.com/7649589/89693065-3ef94500-d8c2-11ea-827b-9b7744fb2916.png)

feature request

![image](https://user-images.githubusercontent.com/7649589/89090545-6ac37a80-d358-11ea-8d4f-7874563b726a.png) ![image](https://user-images.githubusercontent.com/7649589/89090550-7151f200-d358-11ea-946d-da6b3f648901.png)

feature request

## Fixes Fixes #4199. This feature adds an attached property that can conditionally enable or disable a tooltip. This is useful for a11y scenarios, such as when a textblock gets...

feature request :mailbox_with_mail:
labs 🧪

> Please provide us with the following information: > --------------------------------------------------------------- ![image](https://user-images.githubusercontent.com/7649589/109411711-dacec900-7958-11eb-868b-c51a7ababe79.png) ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search...

bug

Hi there, I want to integrate MSAL into my new SwiftUI app, but based on the sample code, it seems that I need to work with UIKit. I'm not familiar...

question
feature