fluent-interface
Here are 106 public repositories matching this topic...
Expected behavior
Builder exists and works for argument : keepAspectRatio
(feature is precious because round on reduction will have a few pixel difference with requested size)
Example : expecting 500x1000px and got 499x1000px
Actual behavior
keepAspectRatio arg is not mentioned in examples
##Suggestion of example
Thumbnails.of(dir_in.listFiles()).size(width, height).keepAspectRati
-
Updated
Jun 18, 2019 - TypeScript
-
Updated
May 28, 2020 - PHP
-
Updated
Feb 12, 2020 - JavaScript
-
Updated
Aug 19, 2019
I wanted to contribute to Mail Body. I designed a logo for MailBody. If you like it, I'll send you the files.
Currently, clicking on a button causes there to be a ring of light around the mouse.
In apps using fluent design, this ring of light rapidly expands and then fades when clicking on a button. In addition, if clicking and holding, the same effect occurs, but slower.
This can be previewed in the Windows 10 settings app (animations in Windows must be turned on).
.
An few examples include:
roboslack/roboslack-api/src/main/java/com/palantir/roboslack/api/MessageRequest.java:46: warning - Tag @see: missing final '>': "<a href="https://api.slack.com/docs/message-formatting">message-formatting</a> for details on Slack's message
...
roboslack/roboslack-api/src
-
Updated
Feb 28, 2018 - C#
-
Updated
Apr 18, 2020 - PHP
Currently the example project is not validated in the Travis build. I haven't used Travis much so I'm not sure where to put it it but I think the command we need is something like:
xcodebuild -project /Examples/TopHits/TopHits.xcodeproj -scheme TopHits -sdk $SDK -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c
-
Updated
Sep 4, 2019 - C#
-
Updated
Mar 3, 2019 - Python
-
Updated
Jun 30, 2016 - Go
-
Updated
Apr 1, 2016 - C#
Issue Summary
1) Test Error : UnitTest.TestClient.TestMethodCall
System.ArgumentOutOfRangeException : Length cannot be less than zero.
Parameter name: length
at System.String.Substring (System.Int32 startIndex, System.Int32 length) [0x0004a] in <97
-
Updated
Sep 15, 2017 - C#
Improve this page
Add a description, image, and links to the fluent-interface topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fluent-interface topic, visit your repo's landing page and select "manage topics."


Validator::CurrencyCode()->validate('')The behavior of this validation changes from v1.1.29 to v1.1.31.
This should be documented somewhere, it took a while to find out.