markb-trustifi

Results 22 comments of markb-trustifi

If you are building the angular app with webpack you have to run NGCC compiler after installing NPM dependencies: `ngcc --properties es6 module main --first-only`

And how do I import standard python libraries that are installed by `pip install -r requirements.txt`?

Is there a way to make script don't fail on missing imports? You could create mock modules with mock classes.

I would like to convert python project to JS

It is a python backend server with `bottle.py` that should run like Node.js with `express.js`. I'm not looking for a complete solution. Just translating the syntax would be enough.

The `j` library is deprecated and should be replaced completely by `js-xlsx` or something similar. `J` 0.4.3 also depends on another deprecated library `harb` that has the code that tries...

You can add checkboxes to an index list and allow deleting indices in batch.

I have the same issue with ɵɵFactoryDeclaration: ``` static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; ```

There are no errors. There is some JavaScript code that supposed to do `window.postMessage`. I think this post message doesn't work. The `authOktaClient.token.getWithRedirect` flow works well as well as creating...

For example, nodemailer supports it: https://nodemailer.com/smtp/proxies/