Leif Ringstad

Results 18 comments of Leif Ringstad

For mysql: this gem works fine: https://github.com/nedap/mysql-binuuid-rails

I guess the binaries are built on either wheezy or a fork of wheezy (ubuntu 14.04) , as newer versions have libjpeg.so.62. Since most docker images now use stretch instead...

Either go with a stack that has libraries needed by the newest version of the gem, or use 0.12.4. (At least that works fine here).

@kavitakanojiya images work just fine here with 0.12.4, however, all images here are loaded as local file:// links instead of http/https. I opted for this, as I had issues with...

I'm seing a similar issue. Code to reprduce: ```dart AudioPlayer player = AudioPlayer(); player.play(AssetSource("testfile.wav")); ``` Here is the stack trace: ```log V/MediaPlayer(23197): resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false V/MediaPlayer(23197): cleanDrmObj: mDrmObj=null...

For info: LowLatency mode on the main branch works on the same device, but that removes callbacks/seek.

I'm seeing similar behaviour. @CatEatFishs Did you find a solution?

Actually the source mappings should be there as well, since it was originally written in CoffeeScript. The files are in the DEV folder, and since grunt copies instead of building...