Aust
Aust
It's because jasmine-node currently uses Jasmine v1.3.1 and `toThrowError` isn't available until v2.0.0
@davidhantson Here's a workaround without using the "Push Editor" option: Add the following to your custom stylesheet (Edit > Stylesheet...) ``` .tree-view-resizer { border-right: 1px solid @overlay-border-color; bottom: 0px; top:...
@Arcesilas Yes I agree with that. Keep the grouping, but sort the items in the groups alphabetically.
+1 This package is way better than `atom-ctags` or `symbols-view`. But trying to do a global search is impossible on large projects. My project is has about 20MB of files...
I would be fine with that. In that case, I would just type an 'a' character to filter those out. Personally how I use fuzzy searching is I type a...
Have you ever successfully written a txn to a file in a nodejs context? Whenever I do and attempt to sign the txn via goal, I always get the error:...
@jasonpaulos Using both `toByte` and `encodeUnsignedTransaction` gives the following error upon signing: > msgpack decode error [pos 5]: no matching struct field found when decoding stream map with key amt
I was looking for this same functionality. Upon finding this open issue, I created my own plugin that allows running tests in a separate process. I prefer the Gherkin language...
Yes, I agree. Using delegated approval would work but in addition to increasing the security risk, also requires more overhead for the developer. I think this use case will become...
@jacobangel @maisano #54 is now closed but I don't see how I can apply the fixes in that issue to this one. Any ideas?