asrar

Results 50 issues of asrar

For some reason, the tests can only be run in headless mode, it fails to launch in headed mode. Is that something that is expected

Playwright expects to find ffmpeg in a particular directory, for it to be able to record test videos, turning video on fails right now

**Feature description or problem with existing feature** In our code there are many type declarations using single astreiks syntax for variable type annotations, phpStorm can parse them while Intelphense can't...

**I'm submitting a ...** (check one with "x") ``` [] bug report => see 'Providing a Reproducible Scenario' [x] feature request => do not use Github for feature requests, see...

managed-by-community

Would be really nice if sql queries could be formatted (proper indentation, white spacing and more) with a click of a button. Initially only a subset of the sql dialects...

We have an old legacy project where we use sql first approach to define the tables and then create the entities for them. I'm wondering if phpstan can help us...

I have a decimal column in one of the entities, annotating its type with float throws this: `database can contain string but property expects float.` I'm not sure what the...

I'm using symfony web pack encore in a project with typescript and react with the following config ```js const Encore = require('@symfony/webpack-encore'); if (!Encore.isRuntimeEnvironmentConfigured()) { Encore.configureRuntimeEnvironment(process.env.NODE_ENV || 'dev'); } Encore...

I would expect to see the hex version of the binary data instead of this: ![Screenshot from 2022-08-01 17-04-00](https://user-images.githubusercontent.com/25319264/182179984-fd75a7be-b290-4259-96af-1afffab6e4bb.png) Something like this: ![Screenshot from 2022-08-01 17-04-45](https://user-images.githubusercontent.com/25319264/182180159-3d265f09-6fa5-4a08-87da-ac34451fe4f6.png)

bug
need-more-info :grey_question:

[Nixpkgs](https://github.com/NixOS/nixpkgs) packages thousands of open source software and nix package manager can be installed on both linux and mac, adding a package definition to build activity watch would further help...