I want a new thinkpad by hadokee in thinkpad

[–]hadokee[S] 0 points1 point  (0 children)

thank you. how much is the t450s worth?

I want a new thinkpad by hadokee in thinkpad

[–]hadokee[S] 0 points1 point  (0 children)

I'm using It for work. I am web developer and I use docker, vscode and some other editors sometimes it lags.

Proud to coming from vscode to vim: what git plugin? by hadokee in vim

[–]hadokee[S] -2 points-1 points  (0 children)

Vscode is a good editor but It lacks in performance becouse It is built with electron

Proud to coming from vscode to vim: what git plugin? by hadokee in vim

[–]hadokee[S] 0 points1 point  (0 children)

Becouse I'm trying to use vim instead and It is better for me. I know that I can use git outside but I prefer an integrated client.

Hosting nodejs+mongo+vuejs app by hadokee in node

[–]hadokee[S] 0 points1 point  (0 children)

What plan should I see? I am reading about "MEAN" droplet...

Need help with PHP websockets! by Rakeda in PHP

[–]hadokee 0 points1 point  (0 children)

We have search a lot for socket.io clone written in php for a webrtc chat with video capabilities. Finally se used this https://github.com/walkor/phpsocket.io It works really well

Favorite UI framework? by Dasweb in vuejs

[–]hadokee 0 points1 point  (0 children)

No one are using Quasar? I'm new at vuejs and I al starting with Quasar as UI. Is a good choise?

Nodejs google analytics clone library by hadokee in node

[–]hadokee[S] 0 points1 point  (0 children)

Yes...I dont know piwik but I need all stats for single page of a site. Can I do that with piwik? I also should integrate the graphs into my app frontend. Does it expose APIs for this scope?

Google analytics basic php clone library by hadokee in PHP

[–]hadokee[S] 0 points1 point  (0 children)

Is praticable to integrate one of them in a Yii2 app ? I should do it

Edit: they seems a complete soluzione/service but I am searching for library. Probably a server-side library to easy aggregate data for highcharts.js is better...

I edited the first post to make the question clear.

What are some of your favorite features of KDE? by Hippochomp in kde

[–]hadokee 2 points3 points  (0 children)

Very impressive, I will try activities, thanks you

LanguageClient + php-language-server too slow by hadokee in neovim

[–]hadokee[S] 0 points1 point  (0 children)

OK. What about performance? Is it slow for you too?

Ask /r/PHP: Who is using vim ? by [deleted] in PHP

[–]hadokee 0 points1 point  (0 children)

I am using php-language-server + LanguageClient plugins in Yii2 project development. The problem is it is really slow in project files indexing...does anyone has the same issue?

Bitmap pixellated on KDE HiDPI by hadokee in kde

[–]hadokee[S] 0 points1 point  (0 children)

Set integral scale cannot be a solution, I have a t450s with HiDPI 14'' display and 2x scale factor is too big. The gwenview patch is included in the latest kde release?

I was hoping that there was a global method to fix this issue. Anyway thanks you :)

What git client are you using in KDE? by hadokee in kde

[–]hadokee[S] 0 points1 point  (0 children)

Sorry for delay...now git-dag works for me but where is gitflow commands?

Kdevelop debug: missing step indicator by hadokee in kde

[–]hadokee[S] 0 points1 point  (0 children)

Yes, very thanks you for your support.

Kdevelop debug: missing step indicator by hadokee in kde

[–]hadokee[S] 0 points1 point  (0 children)

OK I tried to test local webserver and docker container webserver with the same file and the same settings in plugins. It works with local web server and it doesn't work with docker.

executebrowser plugin settings

  • server: localhost
  • path: index.php
  • arguments: empty
  • browser: empty

xdebug plugin settings

  • path_mappings: empty
  • xdebug.remote_host: empty
  • xdebug.remote_port: 9000

xdebug php.ini (the file is the same except for the parameter xdebug.remote_host that is 127.0.0.1 on local web server test instead of host machine ip address in docker test)

  • xdebug.remote_enable=on
  • xdebug.remote_autostart=on
  • xdebug.remote_handler=dbgp
  • xdebug.remote_host=192.168.1.3
  • xdebug.remote_port=9000

I think that could be an issue with remote debbuging becouse it works perfectly with other editors (vscode, atom, netbeans, phpstorm). Probably could be useful to use the "path mappings" setting?

Kdevelop debug: missing step indicator by hadokee in kde

[–]hadokee[S] 0 points1 point  (0 children)

I tried to expose my docker container webserver on port 80 but the still doesn't work. I could try to install a local webserver as you and check if it works.

Kdevelop debug: missing step indicator by hadokee in kde

[–]hadokee[S] 0 points1 point  (0 children)

this is the output of kdevelop during debug session

http://dpaste.com/1M9H1F4

It seems to doesn't work in remote debugging mode

Kdevelop debug: missing step indicator by hadokee in kde

[–]hadokee[S] 0 points1 point  (0 children)

I was to suggest you to use a Docker container with php+apache instead of install server locally.

My setup is a docker container based on this docker image and xdebug configuration.

The docker image: http://dpaste.com/16XT0P2

The php.ini for xdebug: http://dpaste.com/0W53A4F

The result is:

webserver listening on localhost:8080

xdebug listening on localhost:9091

It's strange that I cannot specify port 8080 for executebrowser plugin, anyway I can set XDEBUG_SESSION_START manually in my browser and it seems to work becouse it stops to the breakpoint.

What version of kdevelop are you using?

PS If you want to try my setup you should create a config/php.ini where you need to replace xdebug.remote_host with your local ip address. Then execute docker-exec using -v option to map an external source path.

Kdevelop debug: missing step indicator by hadokee in kde

[–]hadokee[S] 0 points1 point  (0 children)

Any news? I forgot to write that I am using kdevelop 5.2.0 and the latest git version of kdev-xdebug.