Melvin

Results 27 comments of Melvin

The same line should also be added to const `vue--front-tag-regex`

+1 BTW: Microsoft Edge has the Vertical Tabs built-in already. https://www.theverge.com/2021/3/4/22313433/microsoft-edge-vertical-tabs-startup-boost-features

``` objective-c if (requestURL) { [HTTPRequest setContentType:nil]; + [HTTPRequest setShouldWaitUntilDone:YES]; return [HTTPRequest performMethod:LFHTTPRequestGETMethod onURL:requestURL withData:nil]; } return NO; ```

IOS 5.1 ARC enabled, link objectiveflickr as static library, this is how i use objectiveflickr. (most copied from the sample code) the flickrAPIRequest callback doesn't get called. ``` objective-c -...