Gabriel Monteagudo

Results 11 issues of Gabriel Monteagudo

Currently, compression is enabled by default and can be disabled for a specific API (or controller) using `[Compression(Enabled = false)]`. I'd like to be able to have compression disabled by...

A feature request very similar to #4 but for [$watchGroup](https://docs.angularjs.org/api/ng/type/$rootScope.Scope#$watchGroup). Thanks!

enhancement

Currently, `HelpBuilder` sorts help items, which results in the following behavior: *Example 1* ```cs new CommandEx(new[] { "migrations", "mig" }) ``` ``` Commands: mig, migrations Commands to manage migrations. ```...

This PR introduces the `--android-flavor` option which allows to specify the subdirectory to which Android resources will be copied (i.e. substitute `main` for another flavor such as `demo` in the...

Hi, I'm getting: If I run `aapt l -a my.apk` I can correctly see the `package` (omitted from screenshot), `versionCode`, and `versionName`: Environment: - `macOS High Sierra 10.13.6` - Downloaded...

The background turns increasingly more dark every time an alert is shown on top of another alert. This wasn't the case with [UIAlertView-Blocks](https://github.com/ryanmaxwell/UIAlertView-Blocks). The behavior was to replace the existing...

**Is your feature request related to a problem? Please describe.** I'd love to be able to hide Psst from the Dock. I like apps which run in the background for...

enhancement

type: feature
cla: yes
component: ngSanitize

It's common to have a list of places apart form the map and to let the user click one of those. When that happens we need to "uncluster" a specific...

Love this! Do you think it's possible to use both next-view-transitions and [nextjs13-progress](https://github.com/designly1/nextjs13-progress) together? I just switched to next-view-transitions and even though I love how it works on my site,...