Ted

Results 11 comments of Ted
trafficstars

I like your suggestion, and that would be really useful. I would suggest one slight change to your code though: ``` { image: 'assets/img/slider/1.jpg', thumbImage: 'assets/img/slider/1_min.jpeg', imageSize: { width: '200px'...

@sanjayV I am no longer requiring this change as I have since changed employment, however it seems there are others interested. Do you have any update for them? Many thanks.

Hi, would someone be able to fix these merge conflicts so this can be released? I'm relying on this fix for a development! Thanks :) @fturmel

There is a `package.json` with dev dependencies listed. Running `npm install` will create a `node_modules` folder with a large number of files inside. This should not be committed to the...

Looking through the script, I think this line is wrong: `source $(dirname $CONDA)/activate enfugue` if my understanding is that `activate` is a parameter to `conda`, not a separate binary, is...

@daroga0002 - I have looked at the Cloudflare TLS config settings, there's no enforcement on TLS1.3. As an additional note, I have used [RestNinja](https://restninja.io/) to make a POST request to...

@daroga0002 - I've tested this in Postman now too, with both TLS1.2 and 1.3, both returned 200 responses with the payload shown at the bottom of the SmartThings documentation page....

@daroga0002 I'm using Cloudflare Tunnels, which does provide its own certificates, yes.

@daroga0002 - I am experiencing exactly the same as @carlhye. My integration _was_ working for about two years, but became erratic about 6 months ago with no new updated values...

I'm having the same issue with Cloudflare Workers. Even though Cloudflare Workers expose certain parts of the Node runtime, they need to be imported like so: ``` // Do this:...