Tomas Rimkus
Tomas Rimkus
It doesn't seem to be possible to check second or lower level checkboxes by clicking on them: 
@zMotivat0r do you plan to maintain this library? Is it worth starting new integrations (ie [mikro-orm](https://github.com/nestjsx/crud/issues/499), [firestore](https://github.com/opala-studios/crud/tree/crud-firestore/packages/crud-firestore), [sequelize](https://github.com/nestjsx/crud/pull/274), [mongoose](https://github.com/nestjsx/crud/tree/v5/packages/crud-mongoose))? Do you have some plan what you'd like to do with...
### Version info **Angular:** 13.2 **Firebase:** 9.6 **AngularFire:** 7.2 ### How to reproduce these conditions **Steps to set up and reproduce** - serve Angular project with `ng serve --hmr` -...
Box shadow rendering which should be supported in rc2 doesn't seem to work properly. Here are a couple of simple tests both of which fail: http://jsfiddle.net/p5yvxqLw/ Edit: Setting border-radius to...
The tooltip shown when you hover over "Pressure advance" setting states " Reasonable values are in range 0-10". However, if you actually do some testing you'll see that values above...
### Steps to reproduce 1. Checkout [fastify branch](https://github.com/hakimio/nest-serverless/tree/fastify) from [hakimio/nest-serverless](https://github.com/hakimio/nest-serverless) github repository 2. Install dependencies: `yarn install` 3. Try to run lambda function locally: `yarn run test:sls` ### Results You...
### Expected and Actual Behavior I would expect app config in yaml format and services to be registered in a ServiceProvider class when new app skeleton is generated with Phalcon...
**Describe the bug** Removed method `Phalcon\Model\Manager::registerNamespaceAlias()` is used in [PHQL documentation](https://docs.phalcon.io/4.0/en/db-phql#:~:text=Copy-,Aliases%20in%20Namespaces,-You%20can%20define). **Expected behavior** Documentation should be updated.
**Problem you are trying to solve:** I would like to be able to download multiple reports in parallel. **Solution you'd like:** Right now when you call `GoogleAdsServiceClient->search()` method it in...
Because of the logic in SurfaceCpdf->setFont(), neither setting font to "Helvetica" or "helvetica" will work. That's because "helvetica" key is not present in the "map" array and the upper-case "Helvetica"...