Wojciech Czerniak

Results 31 issues of Wojciech Czerniak

### Description Common request for our previous formula engine. Let's keep it as a feature request. ### Sample ```ts parser.setFunction('SUM_ASYNC', (params) => { return new Promise((resolve) => { return setTimeout(()...

Feature
Function
Verified

### Description ``` 4424 specs, 2 failures, 4 pending specs Interpreter - function NOW > works Expected 31275.2399652778 to be close to 31275.1565856481. Interpreter - function NOW > works #5...

Verified
Tests

## Description We should remove Question from new issue template and add it as a link to GitHub Discussions where questions should be asked

Chore
Verified

## Description Link GitHub Discussions categories Feature Requests in README.md and Contributing page on docs HF

Chore
Verified

### Description Extracted from #12 Some spreadsheet applications add dollar sign `$` to sheet name to indicate it as an absolute reference. It is absolute by nature so ODFF allows...

ODFF Conformance
Feature
ODFF Variances
Verified

### Description Refactor DIV based border renderer to SVG one. The main reason behind this change is the performance of Handsontable instance with multiple cell borders. As a side effect,...

Custom borders
Epic
Status: On hold

So far all provisioning recipes were able to skip provisioning if detected that they're already up to date. But not Postgres database. Once a user was created, it will fail...

improvement

Feature suggestion CLI usage is quite limited in more advanced scenarios because args types can't accept functions. And moving those to config file does not help, as the only option...

enhancement
help-wanted

I think there is a difference how CLI args and JSON config are parsed. Looks like `--symbol-render-*` does not work. But maybe I'm missing something. In theory my CLI command...

help-wanted

Looks like https://github.com/area17/blast/blob/main/.storybook/preview.js#L1 imports https://github.com/area17/blast/blob/main/resources/frontend/css/main.css and therefore tailwind by default. This makes it very hard to use Blast for anything that does not use it. Tailwind has it's own set...