Aaron Bernstein

Results 14 comments of Aaron Bernstein

That's why I filed a bug instead of a pull request :p

https://github.com/Hirse/brackets-outline-list/pull/49

Not sure why it should differ per language. Was it an intentional choice? On Wed, 14 Oct 2015 16:28 Jan Pilzer [email protected] wrote: > I personally don't see this as...

It may not be in the docs but it's right there in trading.py

@markstos if you are going to run an open source bot that spends your own money, you should check out the code and not just trust the readme anyway :p

@goldfire was this fixed in v2.2.3 with #1476 ? https://github.com/goldfire/howler.js/issues/1476#issuecomment-864618792

> Looks like this only relates to TOC structure. A quick work around for this is to re-format TOC.yml before `docfx build`, using a custom script. try this: ``` var...

@Onnno I'm not using any of the docfx hooks. There probably is a way to do it automatically, but I just run that script manually after `docfx metadata` (and before...

@gumbarros > How to use this script before build? I run that script manually after `docfx metadata` (and before `docfx build`)

@yuchenshi even with `setLogLevel('silent')` I'm still seeing `FirebaseError: 7 PERMISSION_DENIED` which causes my `assertFails` lines to throw errors, instead of passing. Any suggestions?