Omar Jayed

Results 11 issues of Omar Jayed

Hi @daixiang0, Can you build a project to sort methods of a struct or interface? ```go type a struct{} func (*a) C(){} func (*a) D(){} func (*a) A(){} func (*a)...

enhancement
help wanted
good first issue

Is there any production servers that's powered by fasthttp?

question

The package `otelhttp` provides a `WithFilter` function to filter some request from being traced. (ex: healthcheck). But `otelecho` does not provide something like that. Why? If there's no problem on...

enhancement
area: instrumentation
release:after-ga

Hi there, How can I validate time zone?

Getting this error. and runners fail. ``` Container feature is not supported when runner is already running inside container. ```

When this happens, the browser shows the error silently in console. But i am expecting an event so that I can understand that an error happened when I am loading...

Hey @sohamkamani, can you make the dashboard as an importable handler, so that we can directly plug it to our application. Thank you!

This code snippets below can cause panic when `FieldContext` is `nil`. ```go func (o *Org) Members(ctx context.Context) ([]*User, error) { result, err := o.NamedMembers(graphql.GetFieldContext(ctx).Field.Alias) if IsNotLoaded(err) { result, err =...

I can not see any data source documentation for Artifact Registry. Although there's documentation for Container Registry data sources. Is data source for Artifact registry not ready yet? Or, it's...

enhancement
new-data-source
size/s
crosslinked