Alexej Haak

Results 10 issues of Alexej Haak

There is no support for Attachements. Did you work on this already or is it sth which is worth to implement myself? best regards

Hi, my AjaxClient has some dependencies, so I've made it a class and create it on demand with this method: ``` def withFileMap[Trait](files: Map[String, File])(onProgress: Option[Double] => Callback = _...

is there a way (and or an example?) to stream a result through the autowire router? (for example with Slick 3.0.0 or any other reactive stream)

3 tests fail on my system, but they also fail on the latest commit (autowire.UpickleTests.compilationFailures)

I think an AbstractSlickMigrationManager would be useful, which takes dbConfig as parameter. That way I could inject / reuse my configuration (for example inside a PlayModule) I could make a...

enhancement

atm forklift has to be manually initialized, please correct me if that is wrong. there should be a maybeInit imo which only inits if needed (maybe using MTable.getTables?) the current...

enhancement

Hey, I have problems with the implicit operators for postgres.. code compiles and works but IntelliJ can't find em (and shows a lot of errors ;)) Is there a workaround...

question

lots of my dao code can return Map[Id, Entity] effeciently, so I think it would be a good idea to reuse these in the fetcher. Currently I have to remap...

There exists already a branch for this, you can test it out if you like! But imo it's still quite unstable and I make a lot of changes localy to...

![image](https://github.com/user-attachments/assets/cbe0fe50-02e0-410f-a4b4-380f5e9d6347)

bug