Teffen Ellis
Teffen Ellis
Consider the following, a two page application featuring "home" and "profile". The profile page requires an AJAX request to populate the template. http://jsfiddle.net/nps44dk9/2/ If the user navigates to the profile...
HTTPS
I'm a big fan of TypeScript. Would it be possible to add HTTPS to definitelytyped.org? Cloudflare and Lets Encrypt are free too 😃 Cheers
I'm able to check the tempfile listed in the params with `params[:post][:upload_file].tempfile.size` but is it possible to limit the file size in the model? Thank you
## Details This PR introduces type checking to our integration and unit tests. Previously these files were either ignored by our type-checker, or with limited access to the types provided...
## Details A small piece from #14370. It moves the publishable live reload package from outside of Web’s workspace, removing its effects on the web package-lock.json It also updates the...
## Details This PR adds a locale selector to the flow executor. ### Changes - API middleware now synchronizes with the current locale - Selecting a locale persists the preference...
## Details This PR removes references to Patternfly's base css in our elements. Prior to #17444, it was necessary to insert base styles into components. That PR moved much of...
### Is your feature request related to a problem? Given the user has included a `?locale=lang` query parameter, ensure that they remain in that language when moving through flows. Possibly,...