Panagiotis Kosmidis

Results 41 comments of Panagiotis Kosmidis

@Tech-Expert-Wizard The fxml I have is the following: ```xml ``` and I setup my table like so: ```java private void setupTable() { MFXTableColumn firstNameColumn = new MFXTableColumn( "Name", true, Comparator.comparing(EmployeeEntity::getFirstName));...

@palexdev I was about to post a minimum code to reproduce since my previous post was a bit _"hey here's my code, find me a solution"_ hahaha but thankfully you...

@palexdev well, based on what you have described, I guess maybe removing the `getSelection()` method will reduce the confusion that others might also bump into. Currently, when I want to...

I also have an issue with `docker-compose up` ![image](https://user-images.githubusercontent.com/400362/49445793-60478b00-f7db-11e8-880c-641819cbc349.png) Could anyone give me any suggestion? :/ Thanks! ## UPDATE That solved the issue: ``` RUN apt-key adv \ --no-tty \...

I now receive a new error at step 37/46 ![image](https://user-images.githubusercontent.com/400362/49447098-55dac080-f7de-11e8-84a3-c21b2d92808d.png)

@jialvarez thanks for the tip! I forgot to update my latest comment as I already done that ref: #52 Now I have another issue lol ![image](https://user-images.githubusercontent.com/400362/49451286-8a06af00-f7e7-11e8-987f-2d8f2374ec8d.png) http://localhost/ is just not...

Seems that I'm not the only one stuck on that point, @jialvarez from what I saw in #67 you also stuck there, how did you solve this? Similar issues: #24...

I bumped upon that issue today while I was trying to mock `Hoa\Exception\Idle` from [hoa](https://github.com/hoaproject/Exception) library. The constructor of `Idle` class contains `$this->getArguments()` as can be shown [here](https://github.com/hoaproject/Exception/blob/master/Source/Idle.php#L91) thus, when...

Wow! Thanks for the info on nib! I didn't knew about it, as I said I'm doing R&D on node since two weeks now and I have to admit that...