Carlos Molina A

Results 10 comments of Carlos Molina A

If you are interested in augmenting the [existing function mentioned in the README](https://github.com/nvm-sh/nvm#zsh), I highlighted the lines that you need to copy from @alex-latham's solution: ``` diff load-nvmrc() { local...

I am going to go a little off-topic here, but maybe I can save some time to the future reader. I was very eager to add support for `extends`; but...

That is exactly what I am thinking. The verb (POST, PUT) the headers and the HTTP body can all be stored in a URL (probably the bodies are the ugliest...

I think you should edit the `Getting started` example in README.md to make explicit that people should include the `bss-slides` class. Nice work :)

Based on @CyberAP's workaround, but for TypeScript: ``` typescript import { defineConfig, Plugin } from 'vite' import RubyPlugin from 'vite-plugin-ruby' export default defineConfig({ plugins: [RubyPluginWithoutResolve()], }) function RubyPluginWithoutResolve() { const...

BTW, $api service is like: ``` js app.service('$api', ['$resource', function($resource) { // stuffs like this.property = function() {...}; }); ``` and $ service is like: ``` js app.service('$cart', ['$localStorage', '$api',...

Although I can't use `inject`, I was able to use `jsx: 'automatic'`, which has the same effect.

+1 to shortcuts. It would be nice if website shortcuts are presented in the app list rather than in the home screen.

Al parecer el problema se encuentra en el uso de parseInt en https://github.com/platanus/angular-rut/blob/v1.0.1/src/rut.js#L18 La razón está en MDN, > If parseInt encounters a character that is not a numeral in...

¿Existe alguna razón por la que el PR no ha sido aceptado? @gmq EDIT: acabo de leer la respuesta en https://github.com/platanus/angular-rut/issues/12