Skip to content

Instantly share code, notes, and snippets.

View olim-dev's full-sized avatar

olim olim-dev

  • United States
View GitHub Profile
@olim-dev
olim-dev / github-version-control-Qlik-Automation.json
Last active May 27, 2025 14:34
Github Version Control Qlik Automation Workspace
{
"blocks": [
{
"id": "60370C23-8A86-4C24-AB9D-F089DBF907FB",
"type": "StartBlock",
"disabled": false,
"name": "AppPublished",
"displayName": "App Published",
"comment": "",
"childId": "CD6A509C-7469-4510-9669-2284B53528B2",
app.post('/prompt', async (req, res) => {
const { message } = req.body;
if (!message) {
res.send({
success: false,
error: 'Something failed! Send data as JSON { "message": "prompt" }.',
});
} else {
let script = '';
var start = new Date();
<?php
get_header();
?>
<div id="filtersidebar" class="col-md-3" style="border: 1px solid lightgray;">
<?php echo do_shortcode('[facetwp facet="filter_by_flavor_acf"]'); ?>