Radomly removed JAR resources: the reason
Thursday, September 5, 2024 at 4:11 PM UTC
Remember my last post about Domino Designer just randomly removing JAR resources from the NSF? I first thought it was something with the ODP and Git but I was wrong.
It turned out that you don't even have to work with an ODP or even Git to run into this problem. The real cause of this is still unclear, I add this to the various hiccups of Domino Designer that we all got used to.
The solu [...]
Quick Tip: Did you know? DDE uses .gitignore
Wednesday, May 22, 2024 at 10:56 AM UTC
One thing I recently found out is that Domino Designer respects the .gitignore of your on-disk-project (ODP).
In general it’s obviously helpful that this file is respected in your local repositories and with your favourite git client. I wasn’t aware though that Domino Designer also uses this file to decide whether or not to import a resource from the ODP into the NSF.
Scenario
[...]
Force Windows update to a certain version
Friday, April 19, 2024 at 9:28 AM UTC
I am not a Windows guy but I have to use it. I am using it for example on my Apple Silicon MacBook Pro which demands for the Windows 11 ARM version (the one that Parallels Desktop provides).
Unfortunately I never got the 23H2 update which delivered such nice things as tabs in Explorer and - more important for me - the old taskbar behaviour regarding tab grouping and labelling.
I stumbled upo [...]
Running MkDocs in a container
Thursday, April 18, 2024 at 3:46 PM UTC
I recently used mkdocs again, the lovely documentation framework which comes with several useful plugins, nice styling and built-in PDF and static website generation. Sometimes it is a bit tricky to get everything installed on your machine to make in running, such as Python 3 and several add-ons, so you may want to run it inside a container.
Although there are several tutorials about setting up [...]
Notes client is spamming the Domino console
Wednesday, April 17, 2024 at 4:22 PM UTC
This is something we experienced for quite a while with several versions of the Notes client on different systems: the Notes client randomly tries to access known servers in the environment (aka servers with a connection document in the names.nsf).
I never understood the strategy behind the client trying to access a "server A" when this isn't even the mail server of the used locat [...]
Attention, REST service user!
Wednesday, February 21, 2024 at 7:04 AM UTC
I lately came across a problem with Domino 14, but it turned out that this issue applies to 12.0.2 FP3 as well.
When you use the REST service control from the Extension Library to provide a custom REST service, you will get an exception which has nothing to do with anything in your XPage or your Java code. The root cause is yet to be examined, but the defect article is already up:
https://su [...]