Jacob Ferrero

Results 39 comments of Jacob Ferrero

You might want to check this part of the readme: https://github.com/joseluis/huion-linux-drivers#xorg-extra-code-

This started happening to me as well. I believe upgrading to Ubuntu 19.10 stopped the pen input from working. Currently trying different things to get input back...

Looking for this!

@donmccurdy I want to use Vertex Groups to paint where grass will be spawned on my terrain. I ended up making it work using Vertex Colors, however it would still...

@julienduroure basically I have a bunch of trees and plants with armatures, and I place them all over my game map in Blender as instances so I can get a...

Any update here? I would really love to be able to do this.

Still getting this on 1.4.6. ``` 03-25 16:56:22.788 10055-10246/com.everalbum.everalbumapp W/System.err﹕ java.lang.OutOfMemoryError: Failed to allocate a 268429776 byte allocation with 16777120 free bytes and 173MB until OOM 03-25 16:56:22.789 10055-10246/com.everalbum.everalbumapp W/System.err﹕...

@smarek For SimpleMultipartEntity, it looks like the InputStream is stored in memory in a ByteArrayOutputStream, writeTo() should pull directly from the InputStream.