Mike Bridge

Results 14 issues of Mike Bridge

# Bug Report ## Problem When I run the following command in PowerShell on Windows 10, I get an error: ``` cordova build android --verbose => ... Running command: C:\MyPath\platforms\android\gradlew...

bug

When I have a `link` in the header of an email that points to e.g. `https://fonts.googleapis.com/css?family=Roboto&display=swap`, Premailer sees a 400 error when following that link. It looks like Google is...

I have this: ```javascript const result = await csv() .fromFile(filePath) .subscribe(async (json, lineNumber) => { const saveResult = await saveToDb(json); if (!saveResult.isSuccessful) { log.error('throwing exception'); log.error(saveResult.exception); // this shows the...

Right now it calls .ToLower on everything.

enhancement

The global registers should be in the base of the symboltable stack.

bug

Liquid calls the hash of user-defined, internally-available variables _Registers_. https://github.com/Shopify/liquid/blob/master/lib/liquid/template.rb#L125 This should be changed in the `TemplateContext` to keep the terminology consistent.

liquid compatibility

`{% assign myhash.newvalue = 1 %}` should add/update a value in a hash. Similarly,`{% assign myhash.mysubhash.newvalue = 1 %}` should work as expected. Assigning to a non-existent value or a...

enhancement

Update tests.liquid with the updated error handling code and regenerate the Ruby-compatibility tests.

cleanup

See: LiquidTests.It_Should_Generate_An_Exception

liquid compatibility