Bedřich Schindler

Results 10 comments of Bedřich Schindler

I have observed the same behavior as @JoeyAtSS. After update to the latest React 18 and the latest RTL, we had to change following across whole application, otherwise error from...

I ran into the same problem. After `npx create-expo-module@latest tone-generator` command, it fails with following error: ``` bedrich.schindler@Bedrich-Schindler-MacBook-Pro-2 modules % npx create-expo-module@latest tone-generator Need to install the following packages: [email protected]...

@ljharb I will show it on an example. Let have three components `Toolbar`, `ToolbarItem`, and `ToolbarGroup`. `Toolbar` is component that accepts only `ToolbarItem` and `ToolbarGroup` or array of those components....

It works with the latest tag. It seems aarch64 tag is no more required?

Problem is same as I described in #471

Any update on this? We are facing problems with `var()` and we are unable to merge it without this.

I have the same issue. Sometimes it works without problem, sometimes I click on pre-plan, view switches to top down view, but I am unable to plan pushback. I can...

@skiselkov Is there any chance to check this bug? If you need some assistance or details, just let me know. It stopped working at all. I tried several releases, but...

I might have similar issue. In our package, I have `.npmignore` that contains: ``` # https://docs.npmjs.com/cli/v10/using-npm/developers#keeping-files-out-of-your-package !.npmrc ``` Before this change, `nom pack` excluded `.npmrc` file. After this change when...

I have the same issue when sending e-mail this way using Swiftmailer. What more, after update from Symfony 4.4 and older Codeception to Symfony 5.2 and latest Codeception, I get...