Joel Cross
Joel Cross
Note: the build broke because of internal config issues and nothing to do with this PR.
One solution to this problem is to change the following: ```diff diff --git a/tests/conftest.py b/tests/conftest.py index f585016..5d2356c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -39,7 +39,7 @@ def env_vars(): @pytest.fixture(scope='session') def...
I'm thinking particularly about a piece of code like the below (taken from the django-pdb project - https://github.com/tomchristie/django-pdb) ``` python p = pdb.Pdb() p.reset() p.set_break(filename, lineno, temporary, cond, funcname) sys.settrace(p.trace_dispatch)...
One possible solution is to allow the definition of a custom `CommentFlag` object via a `get_comment_flag` function or similar.
I was seeing a very similar issue every time I tried to use Babel (via `tns android prepare`). I believe it is related to #29.
I have the same problem, even on version 3.1.5 (freshly installed). I reckon this must be something to do with dependency APIs having changed.
Looks like this is fixed @capndave @tim-schilling. Can someone close?
I think a lot of people misunderstand Amazon's core business. A larger portion of their profit is made from selling infrastructure through AWS than through selling physical products. I would...
Yes, that is correct. Was I wrong in thinking the webhook does this automatically then?
Running `npm run build:all` gives this error: ``` ERROR in ./src/editor/index.tsx Module build failed (from ./node_modules/ts-loader/index.js): Error: Debug Failure. False expression: Non-string value passed to `ts.resolveTypeReferenceDirective`, likely by a wrapping...