Blogdown serve_site() only serves the mobile version - r

I am using the Academic theme with Blogdown. When I use the blogdown:::serve_site() function, it seems to only serve the mobile version of my site (large font, single column, mobile-first). I tried refreshing the browser after hitting "Show in new window" in RStudio, but it still keeps the mobile version. Sometimes, if I maximize the viewer pane in RStudio I can get a sort of hybrid version, where the site has columns but still some mobile features (large text). Is there a way to default to a web browser in blogdown:::serve_site()? Is this an issue with the site itself?

Related

Chromium dev tools Resource preview icons shown as broken images under Network tab

We are currently working on linux based chromium version 85.0.4183.93. When we use dev tools for debugging we observed that resource preview icons for script files, css files, document files and font files under Network tab are getting displayed as broken images. This was not observed in earlier versions of chrome.
Any inputs regarding debugging this or any clue would be helpful

How to debug safe-area-inset-top etc. using chrome/firefox dev tools

When designing for newer iPhones/devices with a notch, I use safe-area-inset-* a lot. I would like to preview what my layout is going to look like on my pc though, because it's sometimes not possible to use a native device. Is there an option in firefox/chrome devtools, so that I don't have to go through deploying to staging every time?

Configure Visual Studio or Chrome To Launch Multiple Asp.Net Projects In The Same New Browser Window

I have a solution in Visual Studio 2017 with multiple Asp.Net startup projects.
Current Behavior
When I start debugging each project starts in a new Chrome window with a single tab.
Desired behavior
When I start debugging all web pages start in the same new Chrome window, each in its own tab.
I had the desired behavior in Brave browser, apparently by default—but for business reasons I now need to switch to debugging primarily in Chrome.
So, I suspect this is a browser setting, but as long as I get the desired behavior I am willing to adjust settings in either the browser, Visual Studio or both.
UPDATE:
To be clear this is not:
How to use the same browser window every time you start a project in Visual Studio?
Nor is it:
Stop Visual Studio from launching a new browser window when starting debug?
I do want a new browser window, apart from any previous debugging and indeed a separate instance from any browser I may have already started on the same machine.
To Launch Multiple Asp.Net Projects In The Same Browser Window
You can go Tools menu => Options => Project and Solutions => Web Projects, then you can find a setting called:
Stop debugger when browser window is closed, close browser when debugging stops
Uncheck it and click OK, then you can start the multiple projects in same Browser Window. Note: This behavior after uncheck that setting may not meet all your needs.It will not open in new Chrome instance but in a already running Chrome instance if it exists.
When set the Chrome as default browser in VS. If you've already have a Chrome browser running, start the solution and it will open several tabs in that existing Chrome instance. And only when you have no Chrome instance running, it will start same new Chrome browser window as you expected. So actually this setting only meet part of your expected behavior I guess.
To Launch Multiple Asp.Net Projects In The Same New Browser Window
It seems only when you have no Chrome instance running, this behavior can be reached. And as far as I know, there's no setting in VS can configure VS to always launch Chrome in a new instance with several tabs when start the solution with multiple startup projects.So maybe you can go Developer Community to share your requirement to the Product Team by Suggest a Feature option. Hope it makes some help:)
To avoid using an open browser you can use Browse with... if you can give any argument to chrome however arbitrary, it will open a new browser window. It provides the chrome instance a new "signature" and VS will see the browsers as separate applications.

How to apply themes on Telegram on a Mac?

I am trying to apply themes in Telegram on Mac OS & following this guide but it's not working.
These are the steps I am following -
Activating theme
In Telegram Desktop, go to setting and under the Chat background section click on Choose from file.
Select the colors.tdesktop-theme file you just downloaded.
Click Keep Changes to apply the theme.
It doesn't show the 2nd step. The file is de-selected from the Choose from file popup.
My version is 5.2.2 (170992) Stable.
You're trying to apply theme for to a Swift version of Telegram, which is a native app created specifically for macOS.
However that theme is made for Telegram Desktop, a cross-platform app for Windows, Linux and macOS (yes, macOS has 2 official clients, you can read about their differences here)

offline web app fails to open after ios 7 upgrade

I have a webapp that I created well over a year ago, and running on iOS 6, it's been rock solid. It's designed to work offline and online, from the same home screen icon. I've got a manifest file that loads up the bootstrap javascript, all the js includes, and the core files. The app is designed to store data while offline (using SQLite) then transfer anything in the offline queue to a MySQL database once online. And again, all this was working on iOS 6 with absolutely no changes whatsoever to any of the files, the manifest, etc. for months.
Then I upgraded to iOS 7.
Now I have a host of problems, but they all seem to revolve around database issues. I'm getting a lot of code 6 errors in Chrome (in Safari, I get nothing, just a blank screen). In my reading up on this I found that Apple did make some sort of change to how SQLite runs, but not being an xcode developer I don't have access to the materials on Apple's site, and since I'm not running xcode in any case I don't know if that even applies to my purely HTML app.
My question, then, is this: with whatever changes Apple made on the app side, is there anything that would have affected the functionality of a pure HTML5/JS/SQLite offline web app, bookmarked to the home page via Safari?
IOS 7 limit browser DB size from 50MB to 5MB , is that the reason ? Also I met a end user turn on Private Browsing in their IPAD , also could cause this trouble, hope that helps.
you can check this :http://www.mobilexweb.com/blog/safari-ios7-html5-problems-apis-review
I figgured it out.When you enter safari, a little button on the top left on the keyboard says "private", click it to disable it. The database will work fine. But! jquery mobile will not be able to use the back button. For this, you have to delete appcache from your code. jquerymobile 1.4 will fix this, but for now you will have to live without appcache!

Resources