Maciej Radzikowski

Results 26 issues of Maciej Radzikowski

Adding multiple validated fields across multi-lang application requires many repetitions of ``` java @NotEmpty(messageResId = R.string.error_empty) private EditText firstnameView; @NotEmpty(messageResId = R.string.error_empty) private EditText lastnameView; @NotEmpty(messageResId = R.string.error_empty) private EditText...

In the official docs for [referencing variables in other files](https://www.serverless.com/framework/docs/providers/aws/guide/variables#reference-variables-in-other-files) as an example there is a reading file from a parent directory. In the mono-repo approach with multiple stacks, I...

enhancement
needs feedback
cat/variable
cat/cli
cat/api

# Feature Proposal ## Description All below based on serverless with AWS provider. Right now the `serverless rollback` command allows to choose the version based on the version timestamp. While...

enhancement
needs feedback
cat/deployment

Blameable doesn't detects user in Unit Tests too. My code: ``` php public function testAddEntity() { $client = static::createClient(); $client->request('GET', '/admin/'); $container = $client->getContainer(); $doctrine = $container->get('doctrine'); $user = $this->loadUser($doctrine,...

**Is your feature request related to a problem? Please describe.** Newly released [additional S3 checksums](https://aws.amazon.com/blogs/aws/new-additional-checksum-algorithms-for-amazon-s3/) feature enhances the SDKs operations by calculating selected checksum value on file upload. This also...

feature-request
s3
p2

### Verification - [X] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_review.md). - [X] I have retried my command with `--force`. - [X]...

stale

## Description of the feature request **Problem statement** With the powertools being published as separate, modular packages, you need to install multiple `@aws-lambda-powertools/*` packages. Modularization is great for both development...

triage

With configuration: ``` custom: pythonRequirements: dockerizePip: non-linux zip: true layer: true ``` there are two output zip files - one for Lambda, other for Layer. The plugin seems to first...