Alastair Todd

Results 8 issues of Alastair Todd

**Describe the bug** which template: * [ ] MaterialDesignFrameworkModule — Material Design * [X ] Bootstrap3FrameworkModule — Bootstrap 3 * [ ] Bootstrap4FrameworkModule — Bootstrap 4 * [ ] NoFrameworkModule...

### Describe the bug ``` export const formatIs = (expectedFormat: string): Tester => schemaMatches( schema => !isEmpty(schema) && schema.format === expectedFormat && schema.type === 'string' ); ``` ### Expected behavior...

enhancement
core

The update command turfed the commit msg command into `commitlint -E HUSKY_GIT_PARAMS` which yielded > Error: Received 'HUSKY_GIT_PARAMS' as value for -E | --env, but environment variable 'HUSKY_GIT_PARAMS' is not...

Angular with webpack (ng-cli), the source urls are invlaid, I have to globally replace them: ` var stackString = mappedStack.map(s => s.replace("///src", "///./src")).join("\n");` > at InfoToolComponent.queryFeature (webpack:///./src/app/mapping/sidebar-tools/info-tool/info-tool.component.ts:198:22) to make them...

Happens a lot but inconsistently when deleting text in the input box: > angular.js:13550 Error: [$rootScope:inprog] $apply already in progress > http://errors.angularjs.org/1.5.5/$rootScope/inprog?p0=%24apply > at angular.js:68 > at beginPhase (angular.js:17587) >...

Hey Is there a way to infer the current scenario in the Test class constructor? I'd like to log this to console so it can be sent to our central...

Someone has made one for Specflow: https://github.com/giggio/xunit-retry Would be really useful

I could be mistaken but `EF.Functions` support for JSON appears limited. I have a dynamic JSON column (no fixed POCO) which is storing an array of objects. Sometimes this is...