Torin Nguyen

Results 15 comments of Torin Nguyen

@ascmp I tried your solution, but when the FABProgressCircle is shown, the original clipping problem still exists, doesn't it?

@ascmp @stetro I have another workaround by adding these 2 to my FAB app:fab_elevationCompat="0dp" //this fixes the clipping issue mentioned here android:layout_margin="3dp" //this fix another type of clipping, should be...

I have a fix for this on compiled code, I don't know how to fix it here. http://take.ms/i9Aza woocommerce-pos/assets/js/app.build.js woocommerce-pos/assets/js/admin.build.js • find 'translateX' • add this line above xPos =...

Here's my setup: MacBook Pro (15-inch, 2016) AMD Radeon Pro 460 VRAM (Total): 4 GB { "index" : 0, "intensity" : 256, "worksize" : 8, "affine_to_cpu" : false }, I...

index = 1 works. Turns out that is the index = 1 is of my AMD Radoen Pro 460; and index = 0 is the integrated Intel graphic. The AMD...

@jindongh comment works, but only with puppeteer v0.10.0 This init code works: `const browser = await puppeteer.launch({args: ['--no-sandbox', '--disable-setuid-sandbox', '--headless', '--disable-gpu'], executablePath: '/usr/bin/chromium-browser'}); ` Here's the list of configs I...

I managed to bypass this, but now facing compile error in many other libraries. can you upload your entire "libraries" folder. thanks.

I got an error at this line, something like 'name' is not defined within this scope. I simply comment it out to make it work. https://github.com/dannybackx/arduino-upnp/blob/master/libraries/UPnP/BMP180SensorService.cpp#L149 Now, I'm facing errors...

can you upload your Timezone library as well? I had to download it from the Internet and not sure if I use the correct library.

So I deleted Time & Timezone libraries and replaced with your library. I got this error now http://take.ms/CKMJc