Richard Leland

Results 12 comments of Richard Leland

We had to deal with this issue as well and it's more than just adding the ace.js file to the ace-builds project's bower.json file. The underlying ace-builds actually comprise of...

Looks like this is already handled by the presence of LICENSE and the license property in bower.json? Or is this adding a banner to the top of the file?

https://github.com/mattstyles/grunt-banner works well too.

This just requires a `git tag` and `git push` command - would be great to see this get done.

Right you are. I'd like to better understand the way you use the library so we can implement this properly. I see a couple of ways subaccounts could be used:...

Yeah all good points - thanks for the feedback @cisarpavel. I'm going to extract this in the base resource's `request` method and then pass through `**kwargs` to any calls to...

Some ideas: * We write one file that has all the `require`s in it and then the user can require that * We write a bash script that can be...

FYI - I started working on this but ran into a bunch of other import errors w/Python 3.3 when running tox. Just need to dig in a little more.

Yeah agreed there will likely be a bit of work here - I want to try to estimate just how much. With this change in place all the 2.7 unit...

Makes sense to me @DavidAntaramian we can tackle this right after #12 as you said.