xavadu

Results 9 comments of xavadu

Bump! one more vote for it! Inheritance of styles and templates not just for javascript classes

it doesn't work for me with Archlinux and Gnome 3.10, when i go to Activities using the extension i can't back to "normal state" i can open program from the...

Thanks @jbladen , we will be waiting for it! :)

Hello @ocombe, thanks for the package, is the merge option ready?

solved, i modify the filter like that // simple translation filter // usage {{ 'TOKEN|VAR1|VAR2'| i18n }} .filter('i18n', ['localize', function (localize) { return function (token) { var values = token.split('|');...

i am doing something like that: // checks the dictionary for a localized resource string getLocalizedString: function(value) { // default the result to an empty string var result = '';...

We are having the same error message when using [Pseudo parameters reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/pseudo-parameter-reference.html) Here the template example: ``` GetSingleAnimalLambda: Type: AWS::Serverless::Function Properties: Policies: - !Sub - arn:aws:iam::${Account}:policy/LogExtensionPolicy - { Account: !Ref...

Here is a full template example that fails root.yml ``` AWSTemplateFormatVersion: '2010-09-09' Parameters: Stage: Type: String StackName: Type: String StackCreationTime: Type: String BucketFolder: Type: String Resources: APP: Type: AWS::CloudFormation::Stack Properties:...