Artem Sheremet

Results 17 issues of Artem Sheremet

There's an error in regex used to parse iso8601: https://github.com/baalexander/node-xmlrpc/blob/d9c88c4185e16637ed5a22c1b91c80e958e8d69e/lib/date_formatter.js#L32 `\.` is treated by JavaScript as `.`, resulting in "any character" match, rather than "dot". A simple fix would be...

This one may be WAI because gts is supposed to be opinionated. But with default git settings, which instruct git to automatically convert LF to CRLF for `text` files on...

type: docs

Looks like compiled files in `build` directory are included in the check (by default). This is annoying to use on developer workstation because one has to remember to always do...

type: feature request

## Describe the bug When an error occurs fetching a feed, the bot logs an error message trying to record the error. ## To Reproduce * Running in Docker, latest...

With the following rules: ```bolt objectAccess(objectId) { root.object_access[objectId][auth.uid] } path /shared/{userId}/{objectId} is Obj { create() { objectAccess(objectId) === "owner" && this.sharing_accepted_by_receiver == false } } ``` And database looking like:...

[build](https://pub.dev/packages/build) offers a platform to perform code generation and other build related tasks. For example, it's used by `built_value` package to generate code. The beauty of using `build` is that...

improvement
needs triage

# Description Right now in the Build log, `flutter_cache` and `app_artifacts` tasks will be displayed as "flutter" and "app" in the Build tasks list. By the way, the counterpart of...

feature

In order to generate coverage of e.g. Espresso tests, it's necessary to make the following adjustments: * set `testCoverageEnabled true` in `build.gradle > android > buildTypes > [buildType]` block (`minifyEnabled`...