Aleksandr
Aleksandr
One can hide the panel by settings its width/height to zero. However, we are still able to drag the border of zero width panel and open it. There are situations...
I think that there are some old "code" in the docs about pretty print. For example this ``` function isPinoLog (log) { return log && (log.hasOwnProperty('v') && log.v === 1)...
Product: axe Extension Sorry for the divergence from the template. It's actually more a question than a bug report. I have an SVG with a group that renders text as...
Is there a reason why expressions are not processed in default field? e.g. If I don't specify output_file_name it will be inferred from input_name ``` output_file_name: type: string inputBinding: position:...
`` blocks in components can have `:global(...)` modifier (https://svelte.dev/docs#style). At the moment css completion doesn't take these styles into account. Related to #60 and #70
At the end of `uta_20171026` dump three `REFRESH MATERIALIZED VIEW` statements are executed for views `exon_set_exons_fp_mv`, `tx_exon_set_summary_mv`, `tx_def_summary_mv`. However restoration of uta_20180821 ends with `GRANT` statements without any `REFRESH MATERIALIZED...
[In logger we](https://github.com/logux/client/blob/main/log/index.js#L45) use `url` property, but it's not mentioned in connection types. Seems that it should be present on WsConnection at least, am I right?
Subscriptions are added and removed by `action.channel` ``` if (action.type === 'logux/subscribe') { if (!this.subscriptions[action.channel]) { this.subscriptions[action.channel] = {} } } ... ``` But for subscription with filters `action.channel` is...
**Use case**: I have a multiple selection of entities on my page and then I do a butch actions on them which opens a modal. I want to be able...
Thank you for the awesome project. Want to add a little bit more Kotlin to it. - New version (1.6.20) of kotlin compiler. I searched for the image on dockerhub,...