Questions tagged [shrink]
249 questions
4
votes
1 answer
How to shrink ibd files with BLOB fields?
I have a big table with BLOB fields that contain many NULL values. I enabled Multiple Tablespaces and got a separate ibd file for each table. The physical size of this table is much more than the size I calculate myself, so my conclusion is that it…

Hans Verlouw
- 41
- 1
3
votes
1 answer
Python: Shrink/Extend 2D arrays in fractions
There are 2D arrays of numbers as outputs of some numerical processes in the form of 1x1, 3x3, 5x5, ... shaped, that correspond to different resolutions.
In a stage an average i.e., 2D array value in the shape nxn needs to be produced.
If the…

Developer
- 8,258
- 8
- 49
- 58
3
votes
2 answers
Multiline EditText shrinking when focused
I have a multi-link postal address EditText widget which is declared as below:

Stefan Dunn
- 5,363
- 7
- 48
- 84
3
votes
3 answers
Letting a Batch file Minimize a DOS window?
So i'm kinda into MS-DOS and such again, but i came to ask myself, How can i minimize a DOS window?
Any kind would be ok, minimalize, shrink to a tiny blue block.
I just can't seem to find a way to let it work on my Windows XP computer, is realy…

billyy
- 2,265
- 3
- 18
- 13
3
votes
0 answers
LVM thinpool shrink
I want to shrink a thinpool but don't manage to do it.
Have some a procedure for that ?
Here is some information:
hyper $ sudo lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
mailer lxc Vwi-aotz-- …

BDR
- 436
- 2
- 7
- 23
3
votes
2 answers
minifyEnabled true and shrinkResources true in release build retrofit api's are not working
This is my proguard file:
-keepattributes *Annotation*
-keepattributes SourceFile,LineNumberTable
-keep public class * extends java.lang.Exception
-printmapping mapping.txt
-keepattributes Signature, InnerClasses, EnclosingMethod
-keepattributes…

Deepak Rajput
- 731
- 6
- 20
3
votes
0 answers
Log file is not shrinking
SQL Server 2008 Enterprise (I know! #wink. I am working on a migration plan) production server, in FULL recovery mode. I have a database that is used as a source for SQL replication. Daily Full backups and 2-hours incrementals.
I have a log file…

Philippe
- 131
- 4
3
votes
3 answers
text fit inside the box in my web page
I have one big image as a background to my webpage. The image contains a box inside the image itself. How would I place text on that background image such that it should fit in the box, and shrink or resize accordingly (in other resolutions when…

simple-coder
- 33
- 1
- 5
3
votes
1 answer
C# localdb SHRINKDATABASE command from C# code
I'm trying to shrink a LocalDb with Visual Studio 2017 Community. I have a Win7 client windows form application with a small database (~10MB of data) that results into 150MB database size due to LocalDb free space allocation.
I found this answer…

MaxC
- 885
- 7
- 21
3
votes
0 answers
Getting Adjusted fontSize after Autoshrink in Swift
I am having trouble getting the font size of a label after the font autoshrinks to fit the width of the label bounds. Inside the user interface, I've set the Autoshrink capability to 'Minimum Font Size' of 9.0. The original font size is set at 17.0.…

kiwidude89
- 63
- 1
- 7
3
votes
0 answers
CIFilter shrinks resulting UIImage
I know there is a bunch of threads about that subject, tho it reduced the transparency, but still it exists.
Note, the UIImageView has a green background, which we SHOULD NOT see
Original and filtered(guess who lol):
Code used (partial):
…

Roi Mulia
- 5,626
- 11
- 54
- 105
3
votes
2 answers
Force several images in the same line to resize proportionally instead moving them to a new line
My smartphone has a smaller screen. I want the three images keep at the same line. If the images don't fit, they should shrink proportionately to stay within the same line (see image at the bottom).
So let's say we have the following code:

chelder
- 3,819
- 6
- 56
- 90
3
votes
1 answer
Auto Layout: Responsive autoshrinking multiple labels
I make responsive skinning to support all iPhones from 4S till 6+. I have 2 labels and 3 buttons on one screen and I want to auto shrink them by using minimum font scale option and of course constraints. It is worth noting that for activate a…

Igor Leonovich
- 458
- 4
- 13
3
votes
1 answer
Shrink macro for case class
I'm implementing Shrink instances for my case classes. It seems to me that a macro could do the job. Has someone implemented one yet?

Dimitri
- 1,786
- 14
- 22
3
votes
0 answers
Android Studio does not shrink my app
I am trying to reduce my apk size (because google play services increased size of my app from 65kb to 5MB) using shrink as told in this web: http://tools.android.com/tech-docs/new-build-system/resource-shrinking
i added minifyEnabled true and…

NullPointerException
- 36,107
- 79
- 222
- 382