Gregor Dschung

Results 41 comments of Gregor Dschung

Thanks for the link. Yeah, I see there are many forks. But it's hard to get the living and used ones through GitHubs interface.

Sure, having a lib with a stable feature set or API has its advantages. But it's a pity VSCode or other IDEs can't give me the support I expect nowadays...

I've got nearly no IntelliSense within a `Backbone.View.extend({...})` or `Backbone.Model.extend({...})` method call. Unfortunately, I'm unable to give VSCode the corresponding type hints, see https://github.com/microsoft/TypeScript/issues/36771#issuecomment-967012356

I'm using https://github.com/dwarvesf/hidden nowadays.

This change is also needed if underscore is used as a ES6 module: ![grafik](https://user-images.githubusercontent.com/1956979/97335025-a7cada80-187d-11eb-8345-4751a5cf86a3.png)

I've seen you are requesting Kraken, so the easist way would be to use Kraken for BTCUSD, too. Don't know any free (registration-less) api for historical data. As a user,...

@phimage I'd rather overwrite `func write(message: String)` instead of `func output(logDetails: LogDetails, message: String)` as otherwise, the `logQueue` isn't used at all, which is inherent for `BaseQueueDestination`. EDIT: Oh, I...

I've just read an FAQ about GPL: > The GPL does not require you to release your modified version, or any part of it. You are free to make modifications...

I'm currently using `SwiftyPrototype` as it is. And it's doing it's job very well :-) To your first idea: I think it should be possible to set a delegate on...

As it's about incoming transactions, there is no fee. If the notes belong to the output address instead of the transaction, that could be an option. But I can't imagine...