Vjeran
Vjeran
**Describe the bug** Slider can't move when assigned max value: let test = 20 **To Reproduce** Steps to reproduce the behavior: Select slider with mouse try to move it to...
When using mac m1 and building playground it just fails ``` tree-sitter build-wasm ``` commit hash when it failed for me: `218b672499729ef71e4d66a949e4a1614488aeaa` Here is full logs: https://gist.github.com/vjerci/19d2166a14c15aaf66663ff5c1937dbb It seems as...
Using `tree-sitter gen` of parser passes but using `tree-sitter build-wasm` fails Any reason for that or how to fix it? Full issue is explained here: https://github.com/m-novikov/tree-sitter-sql/issues/66 Seems like c++ version...
When selecting ruby language and when doing this query ``` log.info($ARGUMENTS) ``` If we take the tree we will get this tree: ``` [program](https://tree-sitter.github.io/tree-sitter/playground#) [0, 0] - [1, 0] [call](https://tree-sitter.github.io/tree-sitter/playground#)...
## Description This pr improves docs for js third party libs ## Related https://github.com/Bearer/bearer/issues/756 ## Checklist - [ ] I've added test coverage that shows my fix or feature works...
## Description When you have an empty non-git directory and create 2 files in it. eg. users.rb containing `logger.info(user.email)`, and admins.rb containing `logger.info(user.name)` Then run a scan, after it delete...
Can you export underlying socket connecting to dev tools, carlo, and devtools have a couple of useful methods, atm i need setIcon method https://github.com/GoogleChromeLabs/carlo/blob/8f2cbfedf381818792017fe53651fe07f270bb96/lib/carlo.js#L196 Ik it must be a pita...