Jeremy Dagorn
Jeremy Dagorn
The `entry` line is assuming that you are using webpack. You need to reference the bundle javascript in your html file. It will contain all the javascript code that you...
Any news on this?
Yes, I see, this is what I have also been checking. I just started on a new project at work on your package was already in use, so I decided...
I created a quick repo here showing the issue: https://github.com/jrm2k6/laughing-octo-enigma When running the command to execute a findAll this is what I get back: ``` Executing (default): SELECT "uuid", "name",...
@gideaoms Yes, this is why I added a way for anybody to get the same results as we have and see if it is something wrong with our setup or...
Ok I did some more investigating and I think in my example, it boils down to using babel-node vs ts-node. In here: https://github.com/jrm2k6/laughing-octo-enigma/commit/e745244c1b995f174adf2d48263b30ac52c49e3c I changed my tsconfig to use commonjs...
@bradrydzewski Not sure if it is the right place, but is there any updates to share about this? I check the docs but didn't find anything related to this, and...
@bradrydzewski or anyone, just trying to get an update about this feature. Thanks!
@bradrydzewski Thanks for the answer. Promotions is what we are investigating.
Yes, right now, markdown will be applied only if there is a selection. I will work on adding that feature, that shouldn't be really hard.