Questions tagged [ditto]

A MODx plugin that lists data from documents to create output in many formats.

Ditto is a MODx plugin that aggregates documents to create blogs, article/news collections, and more, with full support for templating.

It lists data from documents to create output in many formats. You can specify which documents, you can specify what data, and you can specify the layout of that data.

34 questions
7
votes
2 answers

Error in creating simulator build for facebook submission for review zip

When I try to create simulator build, it will show this error: Admins-Mac-mini:~ admin$ ditto -ck --sequesterRsrc --keepParent `ls -1 -d -t ~/Library/Developer/Xcode/DerivedData/*/Build/Products/*-iphonesimulator/*.app | head -n 1`…
Muralikrishna
  • 1,044
  • 10
  • 17
4
votes
1 answer

How to export dsym file from xcarchive on terminal

I'm getting archive and IPA on Jenkins. I want to upload my dsym to Fabric after I get the build. As you know, xcodebuild generates dsym inside xcarchive/dSYMs folder. How I get the archive: /usr/bin/xcodebuild -quiet -workspace…
Emre Önder
  • 2,408
  • 2
  • 23
  • 73
1
vote
1 answer

Weird paste string appends to my text when pasting from my clipboard manager (Ditto) to MobaXTerm

When selecting some entries from my Ditto clipboard manager with the keybind (Ctrl+q) And then pasting it on the MobaXTerm program, a weird string appends to the text and then I'll have to delete it, which is pretty anoying. As you see the string…
GBT55
  • 83
  • 5
1
vote
1 answer

Eclipse Ditto throws akka exception after deployment on EKS

I'm running Eclipse Ditto v2.5.0 on EKS (helm chart) and after a couple of days the service stops working. It doesn't return any results nor is persisting new things working. I've found the following in the logs: 2022-06-28T08:06:12+02:00 Caused by:…
Daniel
  • 1,075
  • 2
  • 14
  • 26
1
vote
2 answers

How to include multiple files in ditto source

This seems like the kind of question that could be found in the man for ditto, but I've read that and googled this question with no answer. I simply want to archive a few files using ditto, like this: ditto -ckv file1 file2 file3 newfile.zip It…
Wayne F. Kaskie
  • 3,257
  • 5
  • 33
  • 43
0
votes
1 answer

How realize SEF pagination (Ditto) - MODx?

Is it possible realize SEF pagination on Ditto - MODx? How do it - in scripts / nginx configuration (or anyone know htaccess solution ) What means.. It's pages whith list of articles /articles.php /articles.php?start=10 .... So in result should…
Andriy K.
  • 148
  • 2
  • 5
  • 15
0
votes
0 answers

JWT Authentication in ditto

I have question on configuring JWT authentication in ditto. don't know on which config file I have to do and what I have to do? will give me the steps how to do it? with one example. I tried basic authentication in ditto but now I need to know steps…
0
votes
1 answer

Eclipse Ditto authentication

My issue is to change username and password in connection authentication of eclipse ditto. Usually, the default username and password was "devops" and "foobar". Now i have to change that default username and password. I changed the default password…
0
votes
0 answers

Unable to migrate a Asana project using Ditto

I've tried several times but I just couldn't migrate the project from one workspace to another. I always encounter an error and there seems to be a dead end on my migration path. Can you please help me with getting this sorted as I really need to…
CA-AC
  • 1
0
votes
1 answer

How can I use mqtt to connect hono to ditto?

Is it possible to use mqtt to send data from a device (arduino in my case) to hono and then send these data to ditto via mqtt? in my case I have arduino that send a value via mqtt to hono, but now i need the data to be received by ditto. For the…
0
votes
1 answer

Websocket to apache kafka in eclipse Ditto

I am having a problem with eclipse ditto. I want to send a command to update the features of a digital twins using a websocket (in python) and I want to read the new features in an apache kafka topic. This is my websocket: import asyncio import…
Lurù
  • 31
  • 5
0
votes
1 answer

ModX Evolution: ditto + phx code

I am trying to create XML from my pages using ditto snippet. I have ditto snippet with tpl to a chunk and in chunk I have this: [+tour-terms:get_tourid+] tour-terms is a template variable and get_tourid is php code (in snippet…
Kudykam
  • 49
  • 8
0
votes
0 answers

Mac OS X Notarizing Application - The signature of the binary is invalid

I have .app for Mac OS X . I have successfully signed it with my sign in my keychain. I try to notarize it in .ZIP file and have only errors: The signature of the binary is invalid This error for every binary file in my archive. I read about…
odd90058
  • 5
  • 4
0
votes
2 answers

Bulk CRUD with Ditto

we want to handle a large amount of Things in Ditto. So my question: Is there a way to bulk create/read/update/delete? I wrote a test updating 10.000 features of Things in Ditto and this took >2min. I think this mainly is a result of issuing 10.000…
0
votes
1 answer

Modx ditto call and checkboxes

This is my current ditto call and it works when only west is selected in the template variables (The template variable is a checkbox). I need to get this to work when multiple checkboxes are selected. [[Ditto? &parents=`5` &depth=`1`…
josh
  • 785
  • 3
  • 7
  • 18
1
2 3