Alexander Pushkov

Results 68 issues of Alexander Pushkov

First of all, thanks for great work on this project folks! I've wanted to propose adding a couple more flags if you'll be up to it. The first set is...

discussion

### Problem description On a project I'm currently working on, we're using multiple selection Dropdown to pick a list of conditions for filtering, with empty state meaning “do not filter...

[Pyxl] is a JSX-like syntax for Python: ```py image_name = "bolton.png" image = text = "Michael Bolton" block = {image}{text} element_list = [image, text] block2 = {element_list} ``` It is...

### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...

feature request

https://pax.js.org/ seems like it could be a nice addition to Sucrase: both are for development use, both are focused on compilation speed. It is unmaintained, however (author even deleted the...

Hey there and first of all thanks for such a great project! It is my understanding that this repo is intended as an example of integrating Metabase EE into an...

So that it's easier for users with multiple servers added to keep up. For example, the access key like this: ``` ss://[snip]@136.244.94.86:4150/?outline=1&outline_name=My+example+server ``` could result in a server with name...

feature request
key/distribution

There's already `-O -`. typeconv could take `-` as input, too. (It would probably imply writing to stdout as well, since filename can't be determined automatically) ### Use case We...

Consider this schema: ```json { "title": "RDAP schema", "definitions": { "RdapEvent": { "title": "RdapEvent", "description": "This data structure represents events that have occurred on an instance of\nan object class.", "type":...

Hello and first of all thanks for such a beautiful theme! I have tried out the bright version today and noticed that colors for `editor.selectionBackground` and `editor.selectionHighlightBackground` are the same....