Ostap Chervak
Ostap Chervak
### what was done: - migrate `LiftWrapper` to PureComponent - move `LiftWrapper` logic to namespace - slight refactor Render{One,Many} - eliminate double re-render (because of setState) - bonus: added focal...
is there any reason why `@babel/preset-react` and `babel-plugin-dynamic-import-node` in `dependencies` section of the package.json and not in `devDependencies`? It bloats our application node_modules a lot, because of it
### Issue Summary `@formbricks/types` is not on npm ### Steps to Reproduce `npm i @formbricks/js` and open the index.d.ts file. it referenced to non-existed (private) packages ### Expected behavior `@formbricks/types`...
## What does this PR do? Add a feature to show survey "reminder" based on displays count. E.g. show survey 3 times and then stop. Currently it is only possible...
Is there any pre-defined script that compiles release bundle with source maps?
[bug] upgrading from 1.22.3 to 1.22.4 introduces - "No such file or directory" (only on Gitlab CI)
**Describe the bug** When we upgraded moon from 1.22.3 -> 1.22.4 error: "No such file or directory" started to appear only on Gitlab CI. If you need more logs or...
### What is the current behavior? If I define [assetNames](https://esbuild.github.io/api/#asset-names) in `config`, a new folder will be created in Bazel output, but the folder is not included in the rule's...
### What happened? `bazel coverage //example/sharding:test` produce multiple coverate.dat files ### Version Development (host) and target OS/architectures: macOS latest Output of `bazel --version`: ``` rules_jest % bazel --version aspect 5.7.2...
# Pull Request Template ## Description We want to know when message was sent from the user for troubleshooting.  ## Type of change Please delete options that are not...
### What version of Bun is running? 1.3.5 ### What platform is your computer? Darwin 24.6.0 arm64 arm ### What steps can reproduce the bug? 1. create file index.ts with...