Chris McKnight

Results 57 comments of Chris McKnight

Does using `Rails.application.config.before_initialize` inside of your initializer fix your issue? You should really only have to set `log_to` and `show_log_configuration` in files in `config/environments`. I am using a simple initializer...

I can look into it when I can. At ng-conf this week though.

This helped me as well update from RubyMotion 4.16 and formotion 1.7

Need cross-account cross-region as well due to how application is deployed to individual customers.

Appears to come from the [VS Code DecorationRenderOptions](https://code.visualstudio.com/docs/extensionAPI/vscode-api#DecorationRenderOptions). >Should the decoration be rendered also on the whitespace after the line text. Defaults to false.

are you running your cli via `node` or `ts-node`? `ts-node` does some weird things with requires. I tried out a sample directory without gluegun or a gluegun cli with `run.js`,...

I’ll have to check tomorrow. I think I meant `build.js` and `build.d.ts`

are you using vue.js? should it be something like this for your `data` and `mounted`? ``` export default { data: function() { return { player: new Audio.TNSPlayer(), recorder: new Audio.TNSRecorder(),...

how about setting up a free [Azure Devops](https://azure.microsoft.com/en-us/services/devops/) pipeline to build the mac version?