Skip to content

Instantly share code, notes, and snippets.

View nicodh's full-sized avatar

Nico de Haen nicodh

View GitHub Profile
@nicodh
nicodh / gist:feeb27946c43639eab59c48b3fc60455
Created July 11, 2019 12:45
install_py_bindings.sh output
ERROR: Complete output from command python setup.py egg_info:
ERROR: Download error on https://pypi.python.org/simple/cffi/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found!
Couldn't find index page for 'cffi' (maybe misspelled?)
Download error on https://pypi.python.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found!
No local packages or download links found for cffi>=1.0.0
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/user1/projekte/deltachat/deltachat-core-rust/python/setup.py", line 44, in <module>
main()
File "/Users/user1/projekte/deltachat/deltachat-core-rust/python/setup.py", line 25, in main
This file has been truncated, but you can view the full file.
Date/Time: 2019-05-27 20:07:09 +0200
OS Version: Mac OS X 10.12.6 (Build 16G2016)
Architecture: x86_64h
Report Version: 25
Data Source: Stackshots
Command: Electron
Path: /Users/USER/Documents/*/Electron.app/Contents/MacOS/Electron
Version: 4.1.5 (4.1.5)
<?php
if (!defined ('TYPO3_MODE')) {
die ('Access denied.');
}
$tx_blog_domain_model_blog_tca = array(
'ctrl' => array(
'title' => 'LLL:EXT:blog/Resources/Private/Language/locallang_db.xlf:tx_blog_domain_model_blog',
'label' => 'name',
'tstamp' => 'tstamp',
@nicodh
nicodh / RteFileLinksUpdateWizard.php
Last active December 19, 2015 08:29
Update wizard for file links in RTE fields. Migrates links like <link fileadmin/download.pdf download >Download</link> to <link file:123 download >Download</link>
<?php
namespace TYPO3\CMS\Install\Updates;
/***************************************************************
* Copyright notice
*
* (c) 2013 Nico de Haen
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is