Panagiotis Kosmidis
Panagiotis Kosmidis
Argument 3 passed to Hoa\Exception\Exception::__construct() must be of the type array
I noticed that `req.session` is undefined for resources but it works fine for manually added routes using `app.get` method ``` { lastAccess: 1329521660742, cookie: { path: '/', httpOnly: true, _expires:...
It would be a great addition to the library if an element like `MFXFrieldGroup` was provided, it could act somehow like a `fieldset` element in HTML but with a _material_...
In a non MFX table in order to observe for row selection you would use something like this: ```java table.getSelectionModel().selectedItemProperty().addListener((observableValue, oldValue, newValue) -> { // logic here }); ``` with...
Hi, I was trying to use [this](https://github.com/vas7n/VAMaskField/blob/master/src/ru/vas7n/va/widgets/MaskField.java) example (found from [here](https://stackoverflow.com/a/32636122)) to create masking for MFXTextField so that when you type into the text field the mask would be replaced...
The code has been modified to follow the CA1068 rule, which indicates that the CancellationToken parameter must come last, while in some of MediatR methods the rule was followed, in...
Hi, I tried to use Rabbit but I got the error `ReferenceError: Rabbit is not defined` I'm on debian6 64bit, should I install maybe something via `apt-get` ? I tried...
Hi, I'm using AdGuard DNS and when I have [Perflyst and Dandelion Sprout's Smart-TV Blocklist](https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV-AGH.txt) enabled reMarkable service isn't working. From monitoring the traffic I found the following domains that...
- OS Version: macOS High Sierra 10.13.6 - Mac model: Macbook Pro 6.1 (Mid 2010) - Used dongle: ASUS BT-400 Your Issue: I have enabled Hands Off, but when I...
Hi, could you give me a use case where this module would be useful? I'm just doing R&D on node and node modules in order to know what exists, how...