Skip to content

Instantly share code, notes, and snippets.

View dieg0's full-sized avatar
:bowtie:
Working

Diego Vargas dieg0

:bowtie:
Working
View GitHub Profile
@dieg0
dieg0 / gist:56a719e3bfd60e3bb19cbaef535c8562
Created November 21, 2023 12:11
upgrade quasar 2 quasar info output
Operating System - Darwin(23.0.0) - darwin/arm64
NodeJs - 18.18.2
Global packages
NPM - 9.8.1
yarn - Not installed
@quasar/cli - 2.3.0
@quasar/icongenie - Not installed
cordova - Not installed
@dieg0
dieg0 / gist:80e89552f8c8730d6674418292b14bfa
Created November 21, 2023 12:08
upgrade quasar 2 failing config
const ESLintPlugin = require('eslint-webpack-plugin')
module.exports = function (ctx) {
return {
boot: [
'api',
'config',
'axios',
'i18n',
'permission',
@dieg0
dieg0 / _upgrade-pg9.4-to-pg9.5.md
Created December 11, 2016 19:42 — forked from nirnaeth/_upgrade-pg9.4-to-pg9.5.md
Upgrade PostgreSQL 9.4 to 9.5 on Mac OS X with Homebrew

First, check your current config (example output in homebrew.mxcl.postgresql.plist.xml lower down in this gist):

cat ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist

Most importantly, note the -D /usr/local/var/postgres argument.

Second, shut down your current PostgreSQL.

launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist