Elias Tazartes

Results 34 issues of Elias Tazartes

Resolves #16 Hi @fredericbarthelet ! As you mentioned, this PR will not affect lambdas cold start duration nor have any impact on performance. Its purpose is to spread awareness about...

Context: aws-sdk v2 uses cjs and thus does not tree shake. This means that the following syntax: `import type { EventBridge } from 'aws-sdk';` will result in importing aws-sdk package...

Proposing to add the @swarmion/serverless-cdk-plugin https://www.npmjs.com/package/@swarmion/serverless-cdk-plugin to the list of serverless plugins. Create resources using the AWS CDK (SQS, Dynamodb, etc.) and reference them in the Serverless framework configuration's serverless.ts....

Hi all, On the subject of serverless contracts, I've struggled with a cryptic issue 🤷. Problem: `getFetchRequest` in `@swarmion/serverless-contracts` sets POST requests' Content-Type header as `text/plain`. When using `getLambdaHandler` to...

good first issue
hacktoberfest

## remove static lifetime for name str parameter requirement for constant getter ## Description Hey! I noticed `get_constant_from_var_name` has a different signature from other hint_utils helper functions, namely that it...

## remove static lifetime for name str parameter requirement for constant getter ## Description Hey! I noticed `get_constant_from_var_name` has a different signature from other hint_utils helper functions, namely that it...

refactor

[Garaga](https://github.com/keep-starknet-strange/garaga) is a "Efficient pairing library using polynomial representation of field elements, written in Cairo 🐺 (Cairo Zero). It'll soon be audited, and integrated as a syscall on Starknet. Problem:...

enhancement
check-outdated

Hey:), I'm currently using `starknet-rs` to call the [Kakarot contract](https://github.com/sayajin-labs/kakarot). Specifically, its entrypoint named `execute_at_address` (although it is an external function, I call it here as a view). Here is...

Hey:)! I've been trying to set up cairo-ls in Helix. Opened a PR for getting the lsp up and running on Helix: #46. Nonetheless, it appears I can't pass the...

## Feature Request ### Describe the Feature Request We want important EVM contracts to be deployed as part of the deployment script, e.g. WETH ```[tasklist] ### Tasks - [ ]...

blocked