Ahmad Ragab
Ahmad Ragab
- Adds `.toString()` for a `FiberContext`,`ExecutionMetrics`, `Executor`, `Platform` ``` FiberContext(identityHashCode=521960438) fiberId: Id(1635628369111,0) platform: executor: yieldOpCount: 2048 metrics: ExecutionMetrics(concurrency=16, capacity=2147483647, size=0, enqueuedCount=0, dequeuedCount=0, workersCount=0) tracing: Tracing(zio.internal.stacktracer.Tracer$$anon$1@212bf671,TracingConfig(true,true,true,100,100,10,10,10)) state: Executing(Running(false),List(),Empty) interruptStatus: Interruptible scopeKey:...
👋🏽 I know this is a slight abuse of the issues tab, and I apologize for that, but I wanted to say thank you for this work. I was able...
Fixes - #205 Additional Changes - I added a minimal `.scalafmt.conf` and plugin, I wanted to have a consistent formatting experience, also I updated the build process to also build...
If you follow the current instructions for creating a hello world project, when running `dune exec hello` you receive the following error: ``` Error: I cannot find the root of...
First, thank you for your work and efforts in maintaining this framework. I would like to change the dependency on `alpaca-trade-api` to `alpaca-py` as the former library has been officially...
File: [content/docs/iac/get-started/gcp/review-project.md](https://www.pulumi.com/docs/iac/get-started/gcp/review-project/) Provided code for bucket creation generates: ``` Diagnostics: pulumi:pulumi:Stack (data-projects-dev): error: update failed Error creating bucket gcp-pulumi-demo-bucket-93209bc: googleapi: Error 412: Request violates constraint 'constraints/storage.uniformBucketLevelAccess', conditionNotMet gcp:storage:Bucket (gcp-pulumi-demo-bucket): error:...