César Izurieta
César Izurieta
This PR works with a patched mutter using the patch from: https://bugzilla.gnome.org/show_bug.cgi?id=775061 See deadalnix/pixel-saver#32 for a discussion on this topic.
Is there any way to use the `gh-update` with private repositories? The api requires a token to be submitted (see https://developer.github.com/v3/#authentication) but I don't find any way to configure twig...
**Is your feature request related to a problem? Please describe.** On a different version of fontawesome for ember (https://github.com/martndemus/ember-font-awesome), there's an option to add the scss files to the build....
When using foundation-rails-6.6.2.0 (and other older versions too), I get a lot of deprecation warnings on the console: ``` DEPRECATION WARNING on line 115 of /home/travis/build/company/project/vendor/bundle/ruby/2.6.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_color.scss: !global assignments won't be...
`rspec` and `parallel_tests` support the `--default-path` option. This is useful, for example, when running specs inside an engine where one would define that as the default path. Maybe unknown command-line...
Hello, I'm using this gem and it takes several minutes to pre-compile the `ace-rails-ap` assets. I specially see: ``` Compiled set_ace_paths.js (466916ms) (pid 9424) Compiled ace-rails-ap.js (466953ms) (pid 9424) ```...
**Describe the problem**: When opening a Powershell terminal, the window size that Powershell sees is incorrect. The default for Powershell is 40 lines and 120 columns, but when Tabby is...
This PR allows the testing against the week of the month by day from the end of the month, for example the last Friday of the month. This is achieved...
This PR improves moment-recur performance by caching diffs and avoiding unnecessary moment copies. The diff caching is done on a simple js object. In long-lived applications this might mean a...
This PR implements support for hexagonal maps. It also makes them (and other non hexagonal maps) render exactly as they look in tiled by using the offsets correctly.