Hendy Irawan

Results 86 comments of Hendy Irawan

:+1: the behavior should be better. ``` ceefour@hendy:~/tmp/Cleanus-OGG/sprite > audiosprite -e ogg,mp3 -f howler -o cleanus-ogg -g 0.3 ../*.ogg debug: Parsed arguments _=[../Battery_Charging.ogg, ../K3B_Error.ogg, ../K3B_Success.ogg, ../KDE_Desktop10.ogg, ../KDE_Desktop1.ogg, ../KDE_Desktop2.ogg, ../KDE_Desktop3.ogg, ../KDE_Desktop4.ogg,...

Is this still an issue? It seems related to #339 , but this pertains to "admin" so if this is no longer an issue then should be closed.

Workaround: Instead of using BytesIO I am now using `ContentFile` and it works: ```python # Fetch photo if we're missing and Firebase has it if not profile.photo and claims.get('picture'): logger.info('Fetching...

I like treating XDXF artifacts just like Open/LibreOffice documents or Java JAR/WAR files. i.e. conceptually they're "a directory tree contaning at least an .xdxf file, with one or more media...

That's interesting. Since CNN can be used to classify images into thousands of labels, I would also expect it able to classify thousands of labels when used for text classification...

@tonyxiao where did you import `PageInfo` from?

thanks @Superd22 , I've been writing the PageInfo etc. classes myself. not too bad actually although pretty repetitive. Your library seems very interesting and useful! Definitely what I was looking...

@MOTORIST You're right. On second thought I'm already happy that the Relay choice is provided by @wemaintain's project. Perhaps a better approach is to endorse that project from TypeGraphQL's documentation?