Vue Logging to a File - vue.js

I'd like to be able to log my console to a file rather than just to the browser console. I'm having page refresh issues and would like to be able to see what is causing them. Can anyone tell me how to write any console.log(...) commands to an external file? Is there a way to set this up globally, and how do you set it back?

I ended up using Chrome's "Preserve Log" under the Developer Tools settings. This helps. #David - I didn't try that, but it's something I might consider. Thanks!!!

Related

Grafana not showing query editing anymore after dashboard importation - Zabbix

I need to ask a question about a Bug that is happening with my Grafana. After I imported a Dashboard from the Grafana Labs website, to be more specific it's here >>https://grafana.com/grafana/dashboards/5363 - Full zabbix server status.
There is a problem in Grafana, it simply doesn't allow editing any query from the panels anymore. The option disappeared as shown below. Has anyone here gone through this?
I've already tried to restart the server, update the datasource and also delete the dash that I imported:
If anyone has any suggestions/solutions, I'm all ears.
Image link here:
https://i.stack.imgur.com/itnyv.png
kind of happening the same here. There is an evident bug when editing custom scripts for a panel or a check. After working a lot on a script, I saved the Check. But when I come back, the only option is the UI query editor, which obviously does not load my custom script. And there is NO "script editor" button. It's gone.
I had the same issue, which may or may not have the same cause, but I thought I would share in case it helps anyone else.
I was getting the below error in the console. I run my Grafana instance in a windows environment, but should be similar for other Operating Systems.
Plugin file not found open C:\\grafana-9.2.3\\data\\plugins\\alexanderzobnin-zabbix-app\\datasource-zabbix\\datasource-zabbix\\partials\\query.editor.html: The system cannot find the path specified."
I noticed that the directory C:\grafana-9.2.3\data\plugins\alexanderzobnin-zabbix-app\datasource-zabbix\datasource-zabbix\ did not exist, so I created the directory manually and copied the partials directory to C:\grafana-9.2.3\data\plugins\alexanderzobnin-zabbix-app\datasource-zabbix\datasource-zabbix.
Then I restarted my Grafana service and was able to see my Zabbix queries in my Grafana dashboards.

vc-platform 3.58.0 : platform.blades.modules-list.labels.manual-install-disabled

I just upgraded my website on Azure to vc-platform 3.58.0 and after that I see message "platform.blades.modules-list.labels.manual-install-disabled" in modules page. Can anyone suggest on how to enable manual module installation?
Thanks.
Screenshot
Looks like scripts cached in your browser. Try to open your admin page in incognito mode. This error "platform.blades.modules-list.labels.manual-install-disabled" removed in platform v.3.56., so if the problem is not gone, please create the issue on the GitHub https://github.com/VirtoCommerce/vc-platform/issues/new?assignees=&labels=&template=bug_report.md
Please try to refresh client scripts in the browser by pressing Ctrl+F5 or clear browser scripts cache any other way.
Ensure appsettings.json does not contain RefreshProbingFolderOnStart key set to false.

Google Colab running any cell received javascript related errors

Received a browser white popup saying when executing any cells:
Error
Could not load the JavaScript files needed to display output.
This is probably because your Google account login access has expired or because third-party cookies are not allowed by your browser.
Please reload this page.
DETAILS
I have tried re-login and restarted runtime, and no help. Strange is another notebook is fine.
OK
Update: Just restarting browser and relaunched everything seemed to "fix" this.
For those like me who tried all the given solutions but with no use ,the magic thing that worked for me in the end was to open colab using a vpn!
Restart browser. If someone find a better way, please post.
I got this error on chrome. Every colab notebook I opened had this issue even if it wasn't connected to a runtime.
Restarting the browser didn't help.
Clearing cookies of last 24hours (and restarting my system to be sure!) fixed the issue.
This may be because access to your Google account has expired or because your browser does not allow third-party cookies.
Check your task manager on your laptop and see how full the disk is.
Mine was 100% so I searched “disk cleanup” on my Windows computer And got rid of temporary files and files downloaded from internet, etc. also clear cache and cookies on whatever browser you’re doing. And if you have synced your google chrome and Microsoft edge specifications as the same(cookies, extensions, etc) then get rid of both cache and other stuff on them as well. Also check 3rd party cookies
Using vpn solved this problem for me
The library I'm using by default prints a large amount of info, which caused this problem for me. Restart the browser only works if it doesn't print that much again. Disabling the verbose info printing solved the problem for me.
I found when the notebook is heavy it is throwing up this error. For example there were so many plots in my notebook, that slowed it down and caused this problem. Also make sure you don't have multiple notebooks opened.
Try Cleaning your trash/recycle-bin & temp files.
That worked out for me.
Disabling some AdBlock extensions works for me.

How to access puppet documentation offline?

Is there any way I can have Puppet complete documenation available offline ? Its hard checking module documentation everytime via browser.
I hope it will help other Puppet module developers.
Thank you.
While searching I have found Zeal Application which is like Offline Documentation broweser and that seems supports so many langugages. can be download from Official website here: https://zealdocs.org/
You could request to download it from Puppet direct.
https://docs.puppet.com/download/
It will come down as puppetdocs-latest.tar.gz and is currently about 879MB.
It looks like the documentation is supposed to be viewable offline if you simply clone it. Go to this link here. However, at this moment, it looks to me like the offline viewing functionality is broken - the relative hyperlinks don't actually work. If you figured out what's wrong, you could probably send in a PR to fix it.

sencha touch 2 api docs

I'm currently working on a project with Sencha Touch 2 and was wondering if anyone has a working link of the API docs page.
I've tried accessing http://docs.sencha.com/touch/2-0/#!/api, but I'm constantly getting redirected to: https://www.sencha.com/products/touch/2-0/#!/api and am finally given a 'The page you’re trying to reach could not be found.' error from Sencha Touch's homepage.
Does anyone have any idea why this is happening? I'm seeing the same link given on all my searches and hence I'm starting to get the feeling that this isn't just a faulty link problem, but perhaps something else.
--update--
The missing page error is occurring on Chrome. IE seems to be handling the link OK.
I don't know why you got that strange problem because the link is still Ok for me, maybe you need to clear your browser cache or something else.
But instead of that way, if you've already download and unzip the sencha touch 2 package from here and I think you've already did it, so you just need to open the index.html file in that folder, the API docs are already there :)
I've fixed the error by disabling the KB SSL Enforcer extension in Chrome.
Hope this info. helps others facing the same problem.
The inability to read the docs in chrome was driving me mad for a while.
You have downloaded the sdk right??? just go to your sdk folder and go to docs in your web browser the docs is right there...