Results 11 issues of Bayram

`cargo new` already creates a structured project (folders, etc...). Wouldn't be it nice to create a section/page/idioms/ devoted to best practices of code organisation? For example how to struct modules,...

C-addition
good first issue
A-pattern

Could you please change the class name `Random` in [this](https://github.com/Shopify/liquid/wiki/Liquid-for-Programmers) example? Doesn't `Random` already exist in Ruby's core library? The following definition my result in the following error: `superclass mismatch...

### Description I have lambda function in my cloudformation yaml file ```yaml ExportFunction: Type: AWS::Serverless::Function Properties: FunctionName: MyFunction PackageType: Image Architectures: - x86_64 MemorySize: 2048 Timeout: 60 Environment: Variables: USER:...

stage/needs-triage

Today I have updated both Docker and AWS SAM. ### Description (of `sam build --debug`): ```bash 2024-01-03 17:57:00,654 | Building to following folder /Users/bayramkuliyev/Projects/Rails/court-jobs/import_court_data/.aws-sam/build/WorkerFunction 2024-01-03 17:57:00,655 | Building image for...

blocked-dependency

Unable to build a Ubuntu 6.0 image **To Reproduce** ```bash $ git clone https://github.com/aws/aws-codebuild-docker-images.git $ cd aws-codebuild-docker-images $ cd ubuntu/standard/6.0 $ docker build -t aws/codebuild/standard:6.0 . ``` **Expected behavior** Create...

**Describe the bug** I want to deploy a Rails 7 application . I'm running `bundle install`( which includes the `pg`) from my `buildspec.yml` and facing the "Your PostgreSQL is too...

My MacOS is Apple M1 chipset, with Sonoma 14.2 I installed `protobuf` using `brew install protobuf` and tried to compile to compile an empty `hello, world!` project with raft crate...

I have come across - `vote leader` and - `vote term` in [this](https://github.com/tikv/raft-rs/blob/65a00620d80a89603c3358fd4b90265a692ae767/src/storage.rs#L37C71-L37C71) line. While I understand the basic concepts `leader`, `term` and `vote`, `commit index` as they are defined...

### Describe the bug I have a pdf file object in my private s3 bucket. Then I go to `Object Actions` and then`Share with a presigned URL`. Then I choose...

bug
s3
response-requested
p3

Hi! I don't understand why we need to wrap the core storage inside `Arc` (in MemStorage example). I do understand what `Arc` and `RwLock` do, locking and exclusive write access,...

Question