Building NSF/NTF using command line (Notes Domino Designer) - command-line

I am trying to build nsf/ntf via command line, I am trying to follow this link Headless Designer . Every thing seems in the documentation very obvious.
But even if I have added 'DESIGNER_AUTO_ENABLED=true' in notes.ini the command explained in the documentation doesn't seems working.
Error:Command or Option is not recognized.
Hope someone has tried this.
Any kind of advice and suggestion are appreciated.
Thank you.

Related

I cannot disable the cloudformation snippets/suggestions in VS Code

I am trying to disable (an annoying) AWS Cloudformation suggestions/snippets because they are cluttering my suggestions:
It seems impossible to find where these are coming from:
I disabled the AWS Plugins, no help.
Tried to find the snippets with "Insert snippet", but couldn't find anything to match.
Tried to google on the keywords but couldn't get a match due to them being so generic.
Can someone tell me:
Where can I find the source of these suggestions/snippets?
How to disable them?
Thank you
For anyone with the same confusion, I fixed it:
So I started looking in the /Users/<user>/Library/Application Support/Code/User folder and searched for "!GetAZs" and found that they are apparently "custom YAML" snippets located in settings.json. I removed them from the list. That fixed it. No idea where they came from, I think from some extension that does not remove them on uninstall.

Deploying solution with mulitple windows forms projects

I apologize if this has been answered in another post, I can't seem to find it if it has. Anyway, I have built a back end utility for a fellow streamer friend of mine but I can't seem to figure out what I'm doing wrong when it comes to deploying it. This is a project that will be expanded on in the future, and possibly have more windows form projects. So here is what I am running into (With Pictures):
Here is my solution explorer with the projects:
When I go to build the deployment I've tried making all the projects "outputs" and got this error. Thinking it was there were too many Project Outputs I changed it to where the startup project would be the output and the others would be either source or content files. Still got these errors. Here is the File System Setup:
And when I go to run the build to create the deployment, here are the errors I receive:
I don't know/don't see what I am doing wrong here and would very much appreciate a point in the right direction. Thank you all so much in advance.
Check your updates. I remember there is an option to review or check the status of latest updates.
I found this article about that issue but it looks like a general error with updates or the installation
It is not too long but maybe it does not help. I hope it helps, good luck

Pop-up message showing " Did you attach the CPU-Profile?" while trying to run live server in VScode

I have Live-Server extension installed in my VSCode.
I was trying to run the live-server but a pop-up appeared as below:
This is a reminder to make sure that you have not forgotten to attach 'c\Users\HP\AppData\Local\Temp\ritwickdey.LiveServer-unresponsive.cpuprofile.txt' to an existing performance issue.
I couldn't find much recourses to understand what the issue was or what action I should take about it.
BTW: Live Server is not loading the browser-page by its own, but at port:5500 its running.
Please Help.
after researching i found this blog, where i got to know that its because of performance issue
https://www.nicoespeon.com/en/2019/11/fix-vscode-extension-performance-issue/
first thing bundle your vsCode extensions:https://code.visualstudio.com/api/working-with-extensions/bundling-extension
if that solves the issue then great if not then add this extension to vsCode
https://marketplace.visualstudio.com/items?itemName=nicoespeon.abracadabra
hope the first link will provide complete solution.
Happy Learning

Bioperl and Samtools

How can I run 'mpileup' using Bioperl ?
When trying to run mpileup using Bio::Tools::Run::Samtools , I am getting 'mpileup' is not registered. What am I doing wrong? Any pointers towards the right direction are appreciated... thank you guys.....
The short answer is you cannot run mpileup using BioPerl-Run because, as your error message describes, that command does not appear to be listed as one available to samtools. You might want to raise this issue on the bioperl-listserv, and hopefully someone will add this feature.

BOUML command line reverse-engineer

I would like to ask you whether there exists a way to automate reverse-engineering of a certain project in BOUML. It is tedious to do the same thing for every project. May be there is a way to do this automatically? Like a command line argument? Thanks in advance.
yes you can launch automatically a reverse plug-out like any other plug-out through a command line, refer to the documentation http://bouml.free.fr/doc/index_plugout.html looking at To start a plug-out when Bouml is launch. Best regards and happy modeling.