Piotr Krzemiński

Results 43 comments of Piotr Krzemiński

Hi, long time ago I was trying to prototype support for custom types that describe validation errors, so that you can define own sealed type family. For example: ```scala sealed...

Definitely 👍 I'd welcome PR that adds reasonable config and CI check.

That's the point - you don't need to write rules for collections manually. ``` import octopus.dsl._ import octopus.syntax._ case class Customer(id: Int, name: String) case class CustomerCollection(customers: Vector[Customer]) implicit val...

I'm not sure if I got your question right. If you mark your rule for `Customer` as `implicit`, validation results for the whole collection would be automatically combined by the...

@Vioner nope, I didn't try implementing that. The main problem here is that Napiprojekt has no open API for programmers. Currently QNapi uses legacy method: compute md5 checksum of first...

W pliku [Info.plist](https://github.com/QNapi/qnapi/blob/master/macx/Info.plist) zdefiniowane są rozszerzenia, które QNapi potrafi otwierać i w jaki sposób. Jeśli można zrobić tutaj coś lepiej, czekam na PR :)

@Prome88 yes, it seems that's all.

Hey! Source of the problem is that Qt wrongly reports availability of system tray on some desktop environments. What Qt version do you have? Usually upgrading Qt to newer one...

Since 0.1.7 application is Qt5-only, so upgrading Qt4 won't help in this case. However if you upgrade corresponding Qt5 library, it might work. You may also want to try to...