Raffaele

Results 6 comments of Raffaele

Bumping it up. It would be very helpful to have multiple files upload out of the box. Waiting for #1222 to be merged : )

I have the same problem as well. My AppleOs version is 11. ``` raffaele@raffaele-XPS-13-9360:~/Downloads⟫ java -cp "airplay.jar:jmdns.jar" com.jameslow.AirPlay java.io.IOException: Server returned HTTP response code: 403 for URL: http://mactv:7000/photo at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native...

I am having the same problem. It would be nice to have a feedback on this one. Up.

I remember trying a virtual keyboard on E. I am not sure how it can be reused in entrance though. There is a gadget written by Rasterman here: https://github.com/Enlightenment/enlightenment/tree/master/src/modules/vkbd Maybe...

Hi, I am wondering if this is gonna be addressed outside of the `.openapi-generator-ignore` file as the workaround has a price. Namely, by adding some lines to the ignore file...

Hi all, I tried to overcome this and just passing it do not work. ``` my_field = db.Column(EnumType(, cache_ok=False), nullable=False) ``` I had to extend EnumType (well, Enum) and add...