-
GM-2569
Changing any aspect of the numbered Code Snippets in snippets.txt makes them stop working in the IDE.
Please note that this does not happen with snippets associated to letters.
*Steps to …
-
I was reminded today that there is an [ArcGIS API for JavaScript Snippets](https://marketplace.visualstudio.com/items?itemName=Esri.arcgis-jsapi-snippets) extension for VS Code. The project is mainta…
-
# Where is the problem?
- In the last two code snippets.
# What is the problem?
- After `$x = 0;`, `$y = $x++;` is rewritten as `$y = $x + 1;`, `$x++;`. These snippets are **not** equivalent.…
-
**Description**
A user on our Discord wants Taipy GUI to support code snippets. This makes sense since taipy is based on Markdown, which supports code snippets.
Here's an example of taipy code:
…
-
## Syntax:
1. It was wrong (crashed with empty string)
2. It was suggesting to press play, but no play button so far
Suggestion:
```cr
class String
def longest_repetition?
max = cha…
-
I particularly like https://fortran-lang.discourse.group/t/fortran-code-snippets/2150/72, which I am copying here for reference:
```fortran
program mandelbrot_area
use mpi_f08
implicit none
logic…
-
Is it possible to add to https://nvidia.github.io/TensorRT-LLM/ the code copy widget that you already have on https://nvidia.github.io/TensorRT-Model-Optimizer/?
For example if you go to https://nvidi…
-
I really like interacting with the plugin, but one thing that I am not sure how to do yet is dealing with multiple code snippets in the returned code.
For example, let's say I get this:
----
2. …
codr1 updated
2 months ago
-
## Streaming text-to-speech synthesis needs to be documented properly
1. The text-to-speech example at https://cloud.google.com/text-to-speech/docs/samples/tts-quickstart contains working Go code, …
-
## Expected Behavior
When running with `-Pcompile-test-snippets=true` it should print the code. so that it becomes easier what code is present inside code blocks(`"""`). This becomes specially import…