Tim Voronov

Results 49 issues of Tim Voronov

Hi! I wonder what's the current version of the CDP protocol the library is using now? Since the protocol is still in flux, I need the number to properly stick...

Hi there, I've got this high order component: ``` jsx render() { return ( ); } ``` It works perfectly when actions related to separate stores got dispatched. But I've...

Hi guys, thanks for this amazing library! I wonder if there is a way how to extend predicates or compose a new one using a set of others. Here is...

Right now, pages created by in-memory ``http`` driver does not support navigation between pages due to their static nature. It makes it problematic to "move" from one static page to...

type/enhancement
good first issue
area/drivers/http
area/drivers

We need more unit tests in ``runtime`` package. - [x] pkg/runtime/core - [ ] pkg/runtime/expressions - [ ] pkg/runtime/expressions/operators - [ ] pkg/runtime/expressions/literals - [ ] pkg/runtime/expressions/clauses

good first issue
area/runtime
hacktoberfest

Create Nodejs bindings.

type/enhancement
area/parser
area/runtime
area/stdlib
area/drivers
status/available

Create bindings for JVM languages.

type/enhancement
area/parser
area/runtime
area/stdlib
area/drivers

We need to have a better error messages pointing more accurately to problematic places in a query.

area/compiler
area/runtime

## Changes This proposal introduces: - New keyword - New data structure - Another returned value from a program execution ## Background Every time you scrape a website, Ferret does...

type/enhancement
area/runtime
status/proposal

The purpose of the feature is to allow user test their web applications and measure their performance. Needs to add a set of functions that utilize Chrome's profilers: - ``HTML::PERF::TRACE::START``...

type/enhancement
area/stdlib
area/drivers/cdp
hacktoberfest
area/drivers