hetsch
hetsch
Would be awesome to have this feature. @Ventto Have you ever merged 12f1800, or is it WIP (couldn't find it in master ...)? Thanks!
@DavidFuchs42 Sorry for my sloppy request. It seems, that it was too late yesterday. What I meant were these functions and structs: functions: - TA_[MYINDICATOR]_StateInit - TA_[MYINDICATOR]_State - TA_[MYINDICATOR]_StateFree -...
My idea was to create a `emscripten` wrapper around TA-LIB - more or less a module/binding for JavaScript. For such a wrapper, one has to create a WASM module and...
Uh, that was fast. Thank you for all the work and the nice explanation! I just wanted to let you know that I'm currently working compiling the WASM module. A...
Hello again. I've worked the last days on getting the WASM - JavaScript bridge done. As it always is, it seems to be more complex than I initially thought. Nonetheless,...
I've got you - thank's once again! It's working so far! Pointer to a Pointer was too much for my nutshell. The hard part is done (I suspect :)) ![Bildschirmfoto...
This might work: ``` /// declare module 'struct' { import { Buffer } from "buffer"; export class Struct { word8(name: string): void; word8Sle(name: string): void; word8Sbe(name: string): void; word16Sle(name: string):...
I'm wondering the same. May it help that Dango >= 1.10 allows for abstract field overrides? See: https://docs.djangoproject.com/en/1.10/topics/db/models/#field-name-hiding-is-not-permitted.
Oh yes, please consider merging this pull request!