Raymond Camden

Results 117 issues of Raymond Camden

Ok, sorry about the misfire before. This updates Releases to point to the proper updated CLI notes.

Should, hopefully, fix links to CLI

On https://developer.here.com/documentation/studio/map_customization_suite_cli_hlp/dev_guide/topics/commands.html, under Get a List of Tags Used in a Space, the wrong command is used.

On https://developer.here.com/documentation/studio/map_customization_suite_cli_hlp/dev_guide/topics/commands.html, there is an escape closing italics tag after: "When a file is streamed with -s, it is not loaded into memory and -a is not available to preview...

On this page, https://developer.here.com/documentation/studio/map_customization_suite_cli_hlp/dev_guide/topics/commands.html, under "Upload and Stream Large CSV and Files", the command line example is shown twice.

So imagine a webc component named reverse. The idea is to take content from the default slot and reverse it. It would be used like so: ```html This is a...

education

## Please, provide the details below: ### Did you verify whether this issue has already been reported here? Yes ### Tell us about the problem I'm trying to use the...

documentation

So maybe this wasn't the intent, but... I've built a demo that uses transforms to notice when the destination is PDF. When it has, it creates a PDF version of...

documentation

**Describe the bug** I'm trying this simple example of the renderTemplate feature (using beta8): ``` {% assign name = "Ray" %} Hello World, and {{ name }} {% renderTemplate "md"...

needs-triage
feature: 🪢 render plugin

### Contact Details [email protected] ### What happened? Looking at the code, I noticed this: ```js if(this.type === 'song'){ // this.endPoint = `https://itunes.apple.com/search?term=${this.name}&entity=song` this.endPoint = `https://search-itunes.vercel.app?term=${this.name}&entity=song` // for testing } ```...

bug