Posts by Maximilian Batz
Shopify: enable access to webhook creation for staff
Unfortunately this is not documented on Shopify’s own help. To give staff members (e.g. developers) permission to add webhooks on Shopify, they need the Store Settings / Manage settings permission, possibly also “View customer events” and “Manage and add custom pixels” and “Store policies” permissions: setting these up in addition to App development helped my…
WeiterlesenCode der Aufschubart im Aufschub-BIN-Antrag
Ich bin gerade dabei für unsere neu umstrukturierte Firmierung, pi3g GmbH & Co. KG den Zahlungsaufschub zu beantragen. Bei dem Formular 0873, dem Aufschub-BIN-Antrag, war mir der Wert den ich in “Code für die Aufschubart” einfüllen muss unklar. Eine Google-Suche hat nichts sinnvolles ergeben, außer dem Hinweis “ Bitte tragen Sie hier den Code für…
WeiterlesenThe role of ARM based SBC devices vs. X86 based devices and market trends in 2023
According to GPT4, As of 2021, the global ARM-based processor market size was valued at around $17.7 billion, with IoT devices accounting for a significant portion of the market. Intel and other x86 based devices still dominate the market, the corresponding market size was (of course) much bigger in 2021. Remember that originally, mainframes (such…
WeiterlesenPractical coding questions answered by GPT3: is it ready for the prime time?
You can easily try GPT3 for yourself, simply register for an OpenAI account, and you will get (at the time of writing this) 18 USD of credit. Head on over to the following link: https://platform.openai.com/playground Here you can enter your question, and submit it. GPT3 will answer in the same text box. There are three…
WeiterlesenKemal routing redirecting a subtree
This code snippet shows you how to redirect an entire subtree and remove the first part of the subtree. This might come in useful, for example when you have outside links referencing different languages (e.g. /de /fr /it) and content paths in them, and you want to serve everything from the same endpoints. Crystal Lang…
WeiterlesenUsing Cloudflare’s APO to cache a mixed WordPress and Application website
picockpit.com is our Raspberry Pi web OS application – it has a WordPress blog (for content marketing and support) set up in a subdirectory, on picockpit.com/raspberry-pi/ Google Analytics showed me that the PiCockpit blog was loading slower in important countries, like the US. Here is a screenshot of a performance test, before optimizing the page…
WeiterlesenUsing plink (Pageant) on Windows 10 with Git for Windows
The current Git for Windows installer does not allow me to select Tortoise Plink during the installation, as was described here on Stackoverflow. Instead I followed the installation, and set an environment variable. Select “Use bundled OpenSSH” here. search for “enviro” in the Windows search. (my screenshot is in German, but it will find the…
Weiterlesenmailerlite API error code 422 for subscribers endpoint
Today, I was implementing the interfacing between PiCockpit.com and the Mailerlite API (which we use aus our newsletter software). https://api.mailerlite.com/api/v2/subscribers I got the following error message: The POST request was returning 422 as status code. Unfortunately there is little documentation about that on Mailerlite. My implementation was correct (this is Crystal Lang by the way):…
Weiterlesennpm Webpack code ELIFECYCLE errno 1
When building the PiCockpit frontend code (which is packaged using Webpack) on a different computer, I ran into the following issue: cross-env NODE_ENV=production webpack –progress –hide-modules –mode=productiontype: ‘object’,additionalProperties: true,properties: {apply: {description: ‘The run point of the plugin, required method.’,instanceof: ‘Function’,tsType: “(compiler: import(‘../lib/Compiler’)) => void”}},required: [ ‘apply’ ]}},title: ‘WebpackOptions’,description: ‘Options object as provided by the user.’,type:…
WeiterlesenUpdating Variant Images in Shopify using CSV
Shopify has a possibility to update fields using a CSV file. This is useful if you want to update a lot of images. Shopify will download these images from a remote server if necessary, so you can provide URLs of your choice. You only need to provide the values you want to update, along with…
Weiterlesen