Skip to content
#

fluent-interface

Here are 106 public repositories matching this topic...

alexconrad
alexconrad commented Dec 13, 2019

Validator::CurrencyCode()->validate('')
The behavior of this validation changes from v1.1.29 to v1.1.31.

valid-1.1.29: Validator::CurrencyCode()->validate('') RESULT : FALSE
valid-1.1.31: Validator::CurrencyCode()->validate('') RESULT : TRUE

This should be documented somewhere, it took a while to find out.

vincentkerdraon
vincentkerdraon commented May 2, 2017

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

jackbuehner
jackbuehner commented Jun 23, 2018

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).
![fluent-design-button-clip](https:/

csparpa
csparpa commented Feb 10, 2019

Each assertion method should clearly document its purpose.

As the return values for each assertion method can either be the Check object instance itself or an exception and each method takes no parameter, docs are straightforward to write.

This is the first step towards having an automated documentation system - eg. see Sphinx setup on my other projects [PyOWM](https://github.com/csparpa/

dotCipher
dotCipher commented Jul 8, 2017

There are a slew of javadoc warnings that are polluting the build (ie ./gradlew clean check).
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
patgoley
patgoley commented May 1, 2016

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

Improve this page

Add a description, image, and links to the fluent-interface topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.