Hamza Ali

Results 28 issues of Hamza Ali

At the moment, when the editor is blurred, the element gets 0.5 opacity. Is there a way to disable this? I am personally not a fan of it. At the...

**Is your feature request related to a problem? Please describe.** Can be useful when debugging during runs. **Describe the solution you'd like** Implementation from the CDT Frontend project: https://github.com/ChromeDevTools/devtools-frontend https://discordapp.com/channels/719933559456006165/721227572805107785/727145462242476116

enhance

This commit adds the embed.go example, which focuses on demonstrating how to embed an svg within another. The example adds a title and a red border around the svg file...

Would be really cool if we could get functionality that allowed us to take an already existing svg (a file, for example) and import it into svgo and modify it!...

Resolves #106 This is a breaking change, as it replaces the built in StringSlice, by default, with the `pq.*Array` types. This also adds support for all array types.

When generating a custom query method, sometimes the value returned is identical to a defined type already in the schema, but may contain something such as a simple join which...

When trying to run gunk generate with permission issues to the go cache directory, the gunk import help message is incorrect.

My new project idea would be making the https://github.com/gothinkster/realworld example, but in pseudocode. We can have two different ones, for both the frontnend and the backend.

This change adds the x-oapi-codegen-middlewares extension tag for the chi server and a new TaggedMiddleware field to the server interface. This makes it possible for users to define middlewares that...