Bruno Pinto

Results 29 issues of Bruno Pinto

I have built the image and used on dlite successfully.

I don't have access to the internet when I start the machine: ``` docker@boot2docker:~$ curl google.com curl: (6) Could not resolve host: google.com docker@boot2docker:~$ cat /etc/resolv.conf nameserver 192.168.64.1 docker@boot2docker:~$ echo...

Hi, I couldn't use `html-loader` in conjunction but given `ng-cache-loader` has support for resolving URLs, would it be possible to support `srcset` attribute too? ``` #works # does not work...

Hi, I'm having an issue on Safari when parsing a Date string. Chrome: ``` Date.parse("April 05, 2014 16:00") Sat Apr 05 2014 16:00:00 GMT-0300 (UTC) ``` Safari: ``` Date.parse("April 05,...

Priority-High

``` resource :appointments do get nil, jbuilder: 'appointments' do end ``` This is how one needs to write the routes in order for it to be the same as: ```...

Instead of using `curl` to install `oh-my-fish` we can let OSX users install using [brew](https://github.com/Homebrew/homebrew).

installer

1. Check status code when uninstalling a plugin/theme that is not installed. 2. Check status code when uninstalling a plugin/theme that is installed. 3. Confirm that the plugin/theme is removed...

priority: low
package-management

We need to provide basic tests scenarios for plugin installation. 1. Check status code when installing a plugin/theme that does not exist. 2. Check status code when installing a plugin/theme...

priority: low
package-management

prettier-atom is using a fork of `prettier-eslint` (`@lewisl9029/prettier-eslint`) that is very old although we install latest version on devDependencies. Is there a reason why we still need to use the...

enhancement

Hey all, first of all thanks for creating and managing this library. I'd like to discuss adding support for tracking active observables so that we may support features like this...