Jonathan MASSUCHETTI

Results 113 comments of Jonathan MASSUCHETTI

@oerdnj No phpize7.0-zts is available, I've made one from phpize7.0 but /usr/lib/php/20151012-zts/**build** is missing so we can't compile PEC modules

I can't fix the package right now because a bug that seems related to debhelper. Also If you had a git repo of your package source that would help a...

Ok thx, what is your debhelper version ? debian/7.0.6-9 fails to compile with : ``` configure: exit 1 cd /home/jmassuch/Downloads/php-debian-7.0.6-9 Died at /usr/share/perl5/Debian/Debhelper/Buildsystem/autoconf.pm line 77. debian/rules:320 : la recette pour...

Due to company policy I have to clone repo manually. Using : `$ LC_ALL=C.UTF-8 gbp buildpackage --export-dir=../build-area` I have : ``` gbp:warning: Pristine-tar branch "pristine-tar" not found gbp:error: Pristine-tar couldn't...

``` $ LC_ALL=C.UTF-8 gbp buildpackage --export-dir=../build-area debuild: unknown dpkg-buildpackage/debuild option: --export-dir=../build-area dpkg-buildpackage -rfakeroot -D -us -uc -i -I --export-dir=../build-area dpkg-buildpackage: unknown option or argument --export-dir=../build-area Use --help for program usage...

Compiling so far... It's in a VM so it will take some times. I should be able to manage a fix for a the ZTS version to allow PECL compilations....

You lost me. There are two repository ? What are their uses/diffrences ? On what repository shall I make changes ? There is no `PHP_DEFAULT_VERSION := 7.0` in https://github.com/pkg-php/php/blob/master-7.0/debian/rules nor...

I have the same issue with a project about the same size

Stackblitz : https://stackblitz.com/edit/github-k6mhmk?file=src/components/ExampleComboboxWithAs.tsx Check the `DummyDiv` at the end of the file. I have to create a dummy div just to add some classes. It would be nice to just...

No I'm not. I just want my option list to be the same width as my button. So I need to tell the float to take all the space available.