-
### Bug description
When you select code in a code chunk in revealjs slides (could not reproduce with html format) it leaves a gap in the selection.
### Steps to reproduce
````markdown
---
fo…
-
-
Issue Type: Bug
See screen recording:
![Kapture 2020-01-15 at 11 01 14](https://user-images.githubusercontent.com/490562/72386529-694caf00-3786-11ea-9d86-a998a7b3ff38.gif)
Language: javascript
…
-
Can the number of lines of code be counted during scanning? I saw that some statistical information was printed in the log during scanning, such as the number of files and rules. I would like to ask i…
-
having an insight for lines of code per language across multiple repos is a common customer request.
there's ways of doing this with compute (`content:output(.*\n -> $lang) count:all`) and it works…
-
When i am trying to run this:
```
print("hello world!")
```
everything works just like expected (I get "hello world!" printed out in the console that pops up below) . However, if i am running an…
-
The first two lines of the source is not visible when you scroll to the top. On the iPad again.
![img_0050](https://user-images.githubusercontent.com/461765/27952276-0f15ce04-6308-11e7-9117-8fbe0a…
-
There's 2 problems here:
1. Blueprints have lost any new lines between blocks in this repository as part of the migration
2. When Blueprints are rendered on the website or in Kestra, they also have …
-
Hi!
I detected a issue while setting grid lines on and off...
The actual code of the file `GridOption.php` `toArray()` function is:
```php
public function toArray(): array
{
$dat…
-
At the "Splitting the program into functions", the particular code is written as:
`// Get movies by Christopher Nolan
const nolanMovies = () => {
for (const movie of movieList) {
if (movie.d…
Jemaz updated
6 years ago