Skip to content

Instantly share code, notes, and snippets.

View abkrim's full-sized avatar

Marco A. Mateos Sanchez abkrim

View GitHub Profile
@abkrim
abkrim / owncloud.log
Created January 12, 2018 08:10
owncloud.log
{"reqId":"cBBrC8A8dh3wflySRh8B","remoteAddr":"176.86.253.213","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 507 Insufficient Storage\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\InsufficientStorage\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\QuotaPlugin->checkQuota('\\\/tamainut\\\/desar...', Resource id #67, Object(OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory), false)\\n#1 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1034): Sabre\\\\Event\\\\EventEmitter->emit('beforeCreateFil...', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(523): Sabre\\\\DAV\\\\Server->createFile('tamainut\\\/desarr...', Resource id #67, NULL)\\n#4 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\H
12/1/18 11:04:16, , ownCloud,
12/1/18 11:04:31,tamainut/hebergement/trabajos/castris.com/public_html/wp-content/uploads/ithemes-security/logs/.htaccess, ownCloud,La subida 13 B excede la quota de la carpeta
12/1/18 11:04:31, tickets/processPatent_conflict-20170729-082336.php, ownCloud,Conflicto: Versión del servidor descargada, La copia local ha sido renombrada pero no se ha podido subir.
12/1/18 11:04:30,public_html/mejorandola/pokedex/.idea/workspace_conflict-20151201-195820.xml, ownCloud,Conflicto: Versión del servidor descargada, La copia local ha sido renombrada pero no se ha podido subir.
12/1/18 11:04:30,public_html/mejorandola/pokedex/.idea/workspace_conflict-20151201-185820.xml, ownCloud,Conflicto: Versión del servidor descargada, La copia local ha sido renombrada pero no se ha podido sub
@abkrim
abkrim / the_master_class_vue3.md
Created August 21, 2023 08:47
Solution at problem, with firestoreImport.js en The Vue MasterClass 3 - Lesson 65

There's a problem, as always in this kind of Vue classes, due to the gap between when the course content was created and when it was recorded. Versions change, methods change, and in the end, many times one experiences a kind of frustration due to the disparity. I'm not at the right level of knowledge right now to delve into this mess. Importing data from The Master Class Vue 3 with Firestore is one of these cases. CommonJS versus Default, different versions, different scopes. My solution (which is not entirely correct, given the level of the courses where we're using CommonJS, I believe that's what it's called). Because of this, I had to temporarily modify my package.json for the import, adding "type": "module".

firestoreImport.js