I hereby claim:
- I am fabarea on github.
- I am fab1en (https://keybase.io/fab1en) on keybase.
- I have a public key whose fingerprint is 3FD7 789F D015 8811 EC37 BF20 CB19 DB9B AB63 2A27
To claim this, I am signing this object:
n file included from /usr/include/c++/7/bits/move.h:54:0, | |
from /usr/include/c++/7/bits/stl_pair.h:59, | |
from /usr/include/c++/7/utility:70, | |
from /usr/include/c++/7/algorithm:60, | |
from serialize.h:26, | |
from alert.h:24, | |
from alert.cpp:21: | |
/usr/include/c++/7/type_traits: In instantiation of ‘struct std::__not_<std::__or_<std::is_function<boost::variant<boost::shared_ptr<void>, boost::signals2::detail::foreign_void_shared_ptr>&>, std::is_reference<boost::variant<boost::shared_ptr<void>, boost::signals2::detail::foreign_void_shared_ptr>&>, std::is_void<boost::variant<boost::shared_ptr<void>, boost::signals2::detail::foreign_void_shared_ptr>&> > >’: | |
/usr/include/c++/7/type_traits:600:12: required from ‘struct std::is_object<boost::variant<boost::shared_ptr<void>, boost::signals2::detail::foreign_void_shared_ptr>&>’ | |
/usr/include/c++/7/type_traits:120:12: required from ‘struct std::__or_<std::is_object<boost::variant |
I hereby claim:
To claim this, I am signing this object:
using System.Net.Http; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace workspace | |
{ | |
public class MM2Client | |
{ | |
private static readonly HttpClient Client = new HttpClient(); | |
# http://editorconfig.org | |
root = true | |
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | |
[*] | |
charset = utf-8 | |
indent_size = 4 |
FROM php:7.2 | |
ENV APP_DIR /app | |
ENV APPLICATION_ENV development | |
WORKDIR $APP_DIR | |
VOLUME $APP_DIR | |
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php'); \ | |
\$sig = file_get_contents('https://composer.github.io/installer.sig'); \ |
FROM ubuntu | |
MAINTAINER "Fabien Udriot" <[email protected]> | |
# Install doxygen dependencies | |
RUN apt update \ | |
&& DEBIAN_FRONTEND=noninteractive apt -y install graphviz \ | |
&& apt -y install doxygen | |
# NOTE: must use json syntax process is not started in a subshell (and signals are passed correctly) |
UPDATE: the solution here is to add a separator segment to tell Neos where the {node} path and the custom part starts / ends
http://abl-ch.dev/wohnen/wohnungsmarkt/wohnungsbewerbung/edit/application/008ce49e-fbed-4372-afde-73dc8330495d and ajust in the YAML configuration route.
uriPattern: '{node}/application/{--visol_ablch-applicationeditform.application}'
We want to decode this special URL that we can decompose into two parts:
#!/usr/bin/env php | |
<?php | |
# Tip: backup your source beforehand ;) | |
# Adjust your path to your extension containing the Flux code. | |
$directory = '~/Sites/Ecodev/speciality.distribution/htdocs/typo3conf/ext/'; | |
$replaceNamespaces = array( | |
'{namespace flux=Tx_Flux_ViewHelpers}' => '{namespace flux=FluidTYPO3\Flux\ViewHelpers}', | |
); |