Indronil

Results 4 issues of Indronil

Is there a way to start the logging if the user is set to have permission to do so? I see the logging starts at bootstrap. So need a way...

I want to use it with require. Trying this const fs = require('fs'); const path = require('path'); const markdownConfluence = require('@markdown-confluence/lib'); const mdFilePath = '../RELEASE-NOTES.md'; // Path to your Markdown...

Here is my code const fs = require('fs'); const path = require('path'); const markdownToConfluence = require("@kenchan0130/markdown-to-atlassian-wiki-markup").markdownToAtlassianWikiMarkup; const mdFilePath = './RELEASE-NOTES.md'; // Path to your Markdown file const absoluteMdFilePath = path.resolve(__dirname,...

I want to only run the cache for certain targets. Can we do that? As post nx 17 cachableOperations isn't available anymore instead we have targetProjects with cache property. Need...