Ionuț G. Stan

Results 7 issues of Ionuț G. Stan

This is still work in progress, but I thought I'd dump it here in case anyone else wants to build on it until I get some more time. The remaining...

Hi, Is it currently possible to update text layers in a PSD file? I have some sort of PSD template with a placeholder text layer, and I'd like to dynamically...

enhancement

What's the reason for not having `getRequest` and `postRequest` return `Request a`, i.e.: ``` getRequest :: BufferType a => String -> Request a postRequest :: BufferType a => String ->...

Is there a reason not to expose the `intercalate` method directly on the `Semigroup` object? ```scala object Semigroup { @inline def intercalate[A](sep: A)(implicit ev: Semigroup[A]): Semigroup[A] = ev.intercalate(sep) } ```...

Ø is LATIN CAPITAL LETTER O WITH STROKE: https://codepoints.net/U+00D8 ∅ is EMPTY SET: https://codepoints.net/U+2205

I've bumped into an issue where [Azure's Web Application Firewall](https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/ag-overview) (an L7 firewall) was blocking multipart/form-data requests sent by Axios with the message: "Multipart request body failed strict validation". There...