Panagiotis Kosmidis
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`  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 
@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  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...