Skip to content

Instantly share code, notes, and snippets.

View clabnet's full-sized avatar

Claudio Barca clabnet

  • TEORESI Group
  • Turin - Italy
  • X @clabnet
View GitHub Profile
@BlakeCampbells
BlakeCampbells / readme.md
Last active December 15, 2022 22:47
Better Readme Outline

Project Name

Overview

  • What does this project do?
  • Who is it for? What goals does this accomplish?

Setup

  • Requirements for running the project

@ApoTheOne
ApoTheOne / Catch global error exception handling in client side front end javascript spa vue.js app
Last active October 29, 2022 16:56
Catch global error exception handle in client side front end javascript spa vue.js app
Ref: https://stackoverflow.com/questions/52071212/how-to-implement-global-error-handling-in-vue
https://www.sitepoint.com/logging-errors-client-side-apps/
In Main.ts
```typescript
window.onerror = function (msg, url, line, col, error) {
//code to handle or report error goes here
}
window.addEventListener('unhandledrejection', function(event) {
@frenck
frenck / hassio_ubuntu_install_commands.sh
Last active February 1, 2023 05:38
Simple install command for installing Hass.io on a Generic Ubuntu/Debian machine
Unbuntu is no longer support by the Home Assistant project.
The installation commands previous listed here, are not up 2 date, not recommended, not supported and, therefore, removed.