Etienne

Results 18 comments of Etienne

I managed to work around this issue by creating a dummy standalone component inside the story file. And then using that component in the story. ```ts @Component({ standalone: true, imports:...

Ah, I think your right. At least in my case the parent component is `standalone` and from what I can remember, it is the case that only the decorator on...

There is a nasty workaround. You can get it to work, by referencing the repo in your project instead of the. package.json: `"ng-semantic": "git+https://github.com/vladotesanovic/ngSemantic.git"` And then in the module.ts `import...

Sorry somehow the formatting got messed up, thats why there are so many changes...

Hi there thanks for the idea, the time I can spend on this project is quite limited currently. But if someone wants to open a pull request I'd be more...

Hi there Thank you for your great ideas, I'll take them all into consideration. The next milestone will be ccxt integration and selling in multiple steps. We'll see what comes...

thanks for the offer, but I think you won't find many people who trust some random project enough to put in their API keys on a website. With a desktop...

You can find the latest release [here](https://github.com/gobeli/pump-and-dump/releases/tag/0.3.0-alpha1). It features ccxt integration. It is not well tested, but i thought I'll make a alpha for you to check it out.