Adrian Rakovsky

Results 9 issues of Adrian Rakovsky

I have a module that I use in both Node and Dojo, so I have some kind of UMD mechanism: ``` ({ define : typeof define != "undefined" ? define...

When I use array destructuring with **ignored values**, grasp throws error. (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment#Ignoring_some_returned_values) echo 'var [a, , b] = f()' | grasp "*" Cannot read property 'type' of null I...

When my code contains `await` keyword, the query does not match anything behind it. Simple example: ``` async function foo() { baz(); } async function bar() { await baz(); }...

When result from grasp query (run in CLI) is very large, it is not completely written out on Ubuntu. Problem is that grasp is calling process.exit, see those docs: https://nodejs.org/api/process.html#process_a_note_on_process_i_o...

Aren't template literals also literals? They are mentioned in chapter 'Literals' in JS grammar, so I suppose they are. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Literals So if they are, your matching seems to be buggy,...

I am rising new ticket cause I dont have right to reopen original one #6354 Animated accordion is not correctly in some special case, demonstrated here: https://stackblitz.com/edit/angular-7byvyx-xfswze?file=app/wrapper.component.ts I must be...

issue
comp(accordion)

As I understand from the doc / config, the idea is to have only one messages file (per locale) per whole application? Or is it possible to define multiple files...

### This is a... * [ ] feature request * [ ] bug report * [x] usage question ### Environment NodeJS Version: latest Typescript Version: latest Angular Version: latest @angular-redux/store...

Bug description: When there is a MutionObserver, which observers document.body, there is an infinite loop, when opening Datepicker dropdown. This is cause by positioning of the modal, executed on zone...