Results 57 issues of Daniel Esik

This PR aims to increase the likelihood of URLs (such as those related to release notes) being propagated into PR descriptions. In #3583, I noticed that we omit URLs in...

Hey there. Sorry for not starting with some discussion somewhere in Discord, hopefully, this PR is also fine to discuss the idea. ### Motivation We use `org.scalasteward.core.util.UrlChecker` to validate URLs...

Today, I was investigating the classic thing when updating dependencies in a service that hasn’t been touched in years, and I was a bit amazed when I found this _debug_...

module:server
series/0.23

Resolves #7655 To illustrate the problem, let's glance at this sequence diagram: ```mermaid sequenceDiagram participant client participant socket participant server client->>socket: writes a request body server->>socket: reads a request body...

module:ember-client
module:ember-server
series/0.23

One might argue that users can use `githubWorkflowPublishCond` to prevent publishing from forked repos. Sure, but I’m confident this condition should be the default. Adding it manually to the build...

ci
github-actions
docs

Hey there. I examined that the client's performance significantly declines when working with big values. During the investigation, I tweaked the [current microbenchmarking suite](https://github.com/zio/zio-redis/blob/v1.0.0/modules/benchmarks/src/main/scala/zio/redis/benchmarks/SetGetBenchmark.scala) and discovered that for keys >=...

bug

First of all, I'm not sure if this qualifies as an 'issue', nevertheless, the described behaviour might be confusing/surprising for end users, so I'm opening this. I've discovered that when...