-
hi there, happy that you picked this up - I've gone the easy way with a prettier+eslint+eslint config combo to get SSJS going but ampscript was kinda the white wale so far.
With that said, could yo…
-
In #646, we have been working on updating the Visual Editor to build a Domino form. However, in the general use case, the user doesn't really care about the specific layout - they just want to quickl…
-
Hi all, I'm reposting this from https://github.com/prettier/plugin-php/issues/1537 since the plugin is not responsible for editor integration.
========================
**Summary: I want to use P…
-
{
"description": "Syntax definitions for ES6 JavaScript with React JSX extensions.",
"fullName": "babel/babel-sublime",
"language": "JavaScript",
"name": "babel-sublime",
"ope…
-
I want to parse the JSON Input in AMPSCript code using Guide Template Language in Email Template. I have tried using AMPSCript code:
var @Json
set @Json =
'{
"ArticleCount":22,
"Articles":[
…
-
Any SSJS present won't run on a 404 page:
In the Design parse file:
```
print("this ran in the head")
```
or in the 404 `Page` asset's `Bodycopy Div`'s content:
```html
SSJS tes…
-
Within a Login Design, using the following snippet as a test:
```html
print('This gets sent to the client')
%globals_asset_contents:12345%
…
-
Ajax.org PlatForm (APF) was originally designed as a 100% pure JavaScript framework for creating real-time collaborative applications. It was LGPL licensed and a cool thing in 2009 (the same year that…
-
I found issue that cause Domino crashed with message : "Shared Memory from a previous Notes/Domino run has been detected, this process will exit now."
How to reproduce :
Database database = ses…
-
This will presumably go for a number of in-app resources, like themes - the WarVFS implementation doesn't see /contactForm.jss in the app's filesystem, though it is in src/main/resources in the -share…