Skip to content

Instantly share code, notes, and snippets.

View alessandrosales's full-sized avatar
🏠
Working from home

Alessandro Sales alessandrosales

🏠
Working from home
View GitHub Profile
import time
import subprocess as s
import requests
URL = 'https://www.ubuntu.com/download/desktop'
def new_version(response):
if '18.04' in response.text:
msg = 'Novo Ubuntu LTS está disponível para download! :) ' + URL
@brunoleles
brunoleles / readme.md
Last active January 22, 2021 15:10
Gulp Watch Fails with "Error: watch ... ENOSPC"

gulp watch fails with error: Error: watch ... ENOSPC

Stacktrace:

[13:58:28] Starting 'watch'...
[13:58:28] 'watch' errored after 22 ms
[13:58:28] Error: watch /.../resources/assets/images/ ENOSPC
    at exports._errnoException (util.js:1023:11)
    at FSWatcher.start (fs.js:1306:19)
 at Object.fs.watch (fs.js:1331:11)