Keith Dart
Keith Dart
Thanks for the help! I think I have a complete definition, but it still doesn't work. It seems the package imports a function, and not a module object. So (using...
@haydn Any insight on this?
No, but using this is a guide: http://www.typescriptlang.org/Handbook#writing-dts-files I came up with the following. At least it compiles. `json-api-files.d.ts` ``` // Declarations for json-api-store interface AjaxAdapter { create(store: any, type:...
Also see: [typings request](https://github.com/typings/registry/issues/144)
Not urgent. I just deleted the user and the package, then added new user and register same package as that user. At least it seems to work.
There are actually better ways to achieve customizeable output formats. Here's an example. If the test case simply emits synchronous signals, as defined here: https://github.com/kdart/pycopia3/blob/master/QA/pycopia/QA/signals.py and used here: https://github.com/kdart/pycopia3/blob/master/QA/pycopia/QA/core.py#L273 Then...
Hello, thanks for the update. I was looking into also adding the new kinds of stone as found in the recent snapshots, but I'm not sure where to add it....
Ok. thanks a lot for checking it out. I'll see what I can do, but this is really just a little side project. --- Keith Dart # [email protected] On Sun,...
Hm, looks like mock had some API change also.