Dirk Luijk
Dirk Luijk
## Type of Issue ``` [ ] Bug Report [X] Feature Request ``` ## Description I want to use a different tsconfig for my secondary entry points because I use...
Is there any Symfony2 bundle or bridge in development to integrate Razr into Symfony2? If not, I would like to contribute. Thanks.
Hi, I want to set the root attributes of a menu from inside a Twig template. I am working on a project where different themes need to have different CSS...
When upgrading from version 0.25.0 to 0.26.1, I suddenly get this weird compiler error: ``` /path/to/Test.kt:73:9 Kotlin: Unresolved reference: assertThat ``` my code just imports ``` import assertk.assertThat import assertk.assertions.*...
Hi, I like this repository because it has no dependencies and provide Twig/Symfony integration in a clean way. It would be a nice improvement to have the actual translation resources...
What is your opinion about this style of human dates? Date transformation (compared to now) ``` 2 days ago 1 week ago in 4 days ``` Date transformation (compared to...
I would like to contribute by adding a ServiceProvider for Silex applications. It should register the Twig extension and expose the same configuration the Symfony2 bridge does. The provider would...
Hi, In our organization, we write serverless components in AWS using Lambdas written in TypeScript. For the deploying the infrastructure, we're using AWS Cloud Development Kit (CDK), which also deploys...
Without support for the Secret Manager, I'd still have to include the `aws-sdk` with its heavy footprint. I would be nice to have at least support for retrieving a secret...
### Is your feature request related to a problem? Please describe. JSR is an alternative for NPM, where you can publish ESM-only TypeScript packages. It's mainly promoted by Deno, but...