Viktor Kojouharov

Results 17 issues of Viktor Kojouharov

If you have 'set go-=T', the tab text of unfocused tabs has the same color as the tab background. also, the comments are also unreadable, as they have a similar...

Would it be possible to introduce a new method alongside Crawl, or change the existing one, so that an error is returned as the last argument rather than panicing? It'd...

Hi, The stopword list and language detection code is rather useful on its own. Would you consider moving it into its own library, so that it can be used more...

I've noticed that a simple textview, without colors, regions or wrapping will still consume close to a 100% of a cpu core when its being written to, if it contains...

Only clear the index when the textview dimensions change or the text itself is cleared. Add to the index when new text is added to the view. Fixes #266

Use the menu to add further details for any snippet completions, to help the user pick the right one without guessing.

Not sure how possible this is, considering the source. but noun genders are very important in certain languages (e.g. German). Would it be possible to somehow extract and display them?...

enhancement

Currently, it seems that files only shows video, audio and pictures from registered sources. Kodi on the other hand also shows plugged in hard drives when you go to 'Videos...

I've been getting occasional errors with a compute function that relies on the list item. Instead of the item itself, it gets some number. It looks like the problem occurs...

p1 - backlog

### Description Given the following definition: ``` components: securitySchemes: parameters: PathParam: in: path name: path-param required: true schema: type: string enum: ["val1", "val2"] ``` The generator creates a separate type...

enhancement
openapi-features