Dawid Nawrot

Results 28 issues of Dawid Nawrot

When cursor is active within a table, it would be great to get options to merge with cell above/below/to the left/to the right.

enhancement request
plugin

### Description When using `color` plugin, the option `Remove background color` removes not only the background color but all styles, even if there is no background color applied ### How...

bug:plugin

Hi, I've been on a hunt for good datepicker for a while, chiefly because I wanted to stop using jQuery widget. Configuration options in pickadate are awesome but I was...

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened This simple SQL: ``` 23 | time_series AS ( 24 | SELECT...

bug
rule bug

Extension seems to be very CPU-heavy.. However I understand it could be me using it incorrectly, meaning too large files. Is there a recommended number of lines that the files...

Like in the title, how to apply those styles for input-based datepickers?

**Describe the bug** Can't generate the overview **Expected behavior** Report gets generated **To Reproduce** `re_data overview generate` **Screenshots** ![image](https://user-images.githubusercontent.com/16131590/214019234-b58cd536-a9fe-4918-8892-6da322dbde1e.png) **Logs and additional context** ``` dbt run-operation generate_overview --args end_date: '2023-01-23'...

bug

### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened I found all the similar issues and it was said that it...

bug

I've started implementing Moustache in a sample project to see if it would help me with flexibility when it comes to templates. I have a file called `top.php` that has...

Is it possible to reference mixin within itself, for example: ``` .rad(@r=5){ border-radius:5px; &:hover{.rad(10);} } ``` Seems that I get 500 error during compilation if I attempt to do it