Ekin Tertemiz
Ekin Tertemiz
> > > In my case, running composer update inside the extension folder solve the problem :) > > ``` > cd ~/.vscode/extensions/felixfbecker.php-intellisense-2.3.14/ > > composer update > ``` Thank...
https://github.com/felixfbecker/php-language-server/issues/779#issuecomment-800410711
> My quick fix was to uncomment the `default-authentication-plugin` section in `/etc/my.cnf`. I replace the RUN command with > > ``` > RUN sed -i 's/^# default-authentication-plugin/default-authentication-plugin/g' /etc/my.cnf > ```...
> Please rebuild your stack with `docker-compose up -d --build`. Should work now. Looks indeed like a change in the upstream image. Let me know if you still encounter any...
@TristanHammat-AgilisIT since this repo does not get updated very much how about putting your fork to its own repo and also sharing it via composer? It is a little bit...
I have installed pdftk but still` $pdf->flatten` not working. Anyone else having this experience?
> > > Sorry for the radio silence. I ported the fix into the repo as requested in #1 but I had to drop the `+1` in it because that...
this issue makes PyInquirer unusable
From the Dockerfiel Reference: https://docs.docker.com/engine/reference/builder/#entrypoint "An ENTRYPOINT allows you to configure a container that will run as an executable." You have to use it like this: `docker run mnuessler/pdftk -version`...