Rene Saarsoo

Results 101 issues of Rene Saarsoo

There's currently a hack for this, if you add to HTML: ``` Some warning ``` The text "Some warning" will get shown in API docs index page. But we'd like...

nice-to-have

There's a need for tags to inject content into the place the exact place they are encountered in doc-comment. Ability to extend inline tags, should cover most of this field....

custom tags

From Peter deHaan: > I notice that in the TOC tree on the left, I can seemingly change the active node using the keyboard, but the right pane never loads...

In some cases the code is just one line, but preview should have a bit more height. For example: http://docs.sencha.com/ext-js/4-0/#!/api/Ext.window.MessageBox Maybe there should be an option to specify the height...

The README.md mentions one should look for LICENSE for details. However, there is no such file. I digged from mustang.gemspec that it's the MIT license, but it would be best...

This version brings BigQuery support, so I also added the new language to the dropdown in settings. Plus the syntax tree produced by sql-parser-cst has had some major changes between...

**Describe the bug** When localStorage contains a reference to an unexisting parser, the whole AstExplorer app crashes. **To Reproduce** Steps to reproduce the behavior: 1. Check out some PR that...

Although it doesn't support full PostgreSQL syntax, this is to my knowledge the best available PostgreSQL parser in JavaScript. It is used to implement in in-memory PostgreSQL database, so I'd...

I'm working on a [Prettier plugin for formatting SQL.](https://github.com/nene/prettier-plugin-sql-cst) I'm relying on the Prettier library to automatically insert comments to correct places, but something goes wrong. I don't know if...

area:plugin api

- `three` version: 0.161.0 - `@react-three/fiber` version: 8.15.16 - `@react-three/drei` version: 9.99.3 - `node` version: 20.8.0 - `npm` version: 10.1.0 - browser: Firefox (also tried with Chrome) ### Problem description:...

bug