Samael

Results 284 comments of Samael

This project isn't a 1:1 implementation of Hibernate, it is "similar to Hibernate" (as per the readme). It has functionality based on features within Hibernate but it certainly doesn't have...

thanks for this. I've tried using it but it doesn't seem to work for me.

Thanks for taking the time to post the feedback. Positive feedback is really valuable to projects in the D community. It can be the difference between projects surviving or being...

I don't think Hibernate supports composite keys currently but I've never tried it. It would be a good addition.

Any update on this? I'd like to deploy to a WeMos D1 Mini from CLion but even the settings was a problem. ![CLion-Arduino-esp8226-settings](https://user-images.githubusercontent.com/870567/56097205-243ed800-5ee9-11e9-8076-761acb3f28ca.png)

I'd certainly like setup-java to support **jbr** as a distribution. It's worth doing for people that produce plugins for Jetbrains IDE's.

How about removing _mecca.log_ and instead use [std.logger](https://dlang.org/phobos/std_logger.html) which would make it convenient for users to either use one of the loggers provided in the standard library, implement their own,...

I was able to use gdc on ubuntu-latest with this change: https://github.com/mbierlee/poodinis/pull/38/commits/6e25ca74fd7516efec48a6c3df92f99f5c296a42 essentially you need something like: ```yml jobs: # On Ubuntu we can use GDC (so keep working for...

updated example for multiple gdc versions: ``` ## On Ubuntu we can use GDC. The compatibility of gdc is: ## gcc gdc-10 -> D 2.076 (the default on Ubuntu 20.04...

I've raised opened #5 which includes #3 and will resolve this issue. The CI builds with versions of Java from 8 to 18