D

Results 117 comments of D

@onbjerg I started working on a Webhook server which tells Deis to rebuild and create these feature branches with adapters as middleware for the different providers: Github and Bitbucket as...

I assume the opinion has changed here since Sequelize 5 exports TypeScript types and could be of some value here. Would love type hints when writing my migrations as it's...

also started noticing this after enabling this globally and using a repository without that file: ``` [blame] ignorerevsfile=.git-blame-ignore-revs ``` Maybe gitlens could detect that file before trying to use it...

had a go at replacing webpack with esbuild and noticed that rebuilds were slower, though I haven't seen anyone else complain about it yet so thought I was alone. I'm...

Will try `git mv`. From looking at isotope again, I'm not sure why we can't use filters and orderBy within an ng-repeat.

Fixed the PR using `git mv`. I've also got ordering working again (I never finished that). I'm $watching the $index of each item and triggering a layout() to detect if...

Just realised that whilst attempting to `git mv` I had left files in `/js`, I've removed them. To be honest I think having a gh-page branch right now would be...

Added ngAnnotate as an alternative to manually injecting as per JohnPapa styleguide: https://github.com/johnpapa/angular-styleguide#style-y100 Also replaced jshint with eslint with eslint-plugin-angular during build Tests still don't run, didn't look at those.

Created #23 to try and simplify this and remove need for custom rankers/filters by using filter/orderBy in angular on an ng-repeat

literally copy/pasted the example scripts/configs etc and all I get is: ``` TypeError: Cannot convert undefined or null to object at Function.keys () at pathsToModuleNameMapper (/Users/dom/Projects/scripts/node_modules/ts-jest/dist/config/paths-to-module-name-mapper.js:28:39) at file:///Users/dom/Projects/scripts/jest.config.js:11:21 at ModuleJob.run...