Results 10 issues of Dmitry Golubets

I have a project using Scala 3 + Circe JSON derivation. I also use two laptops to develop and can deploy and git push on one, then later git pull...

Bug

`distinctOn' doesn't generate proper SQL when used with embedded classes. E. g. `distinctOn(_.emb.id)` generates `DISTINCT ON (a.id)` instead of `DISTINCT ON (a.embid)` so the query fails at runtime with `column...

Sometimes I see my apps not shutting down properly with this in the output: ``` Non-daemon threads currently preventing JVM termination: - 45: Thread[DestroyJavaVM,5,main] - - 21: Thread[blaze-selector-0,5,main] ``` I...

module:blaze-core

After configuring Mold in `.cargo/config.toml` (with clang) my code had to compile twice for some reason. I ran `cargo build` the first time - everything compiled. Then the second time...

Here is the type I want to macro mock: ``` trait SimpleService { trait SomeTypeLike { val text: String } def getSomething: Option[SomeTypeLike] } ``` But I get compile error:...

### Issue description I get lots of logs, like these: ``` 2024-04-04T22:48:23+08:00 warn apisix/cluster.go:1164 upstream not found {"id": "1a9104d9", "url": "http://apisix-admin.apisix.svc.cluster.local:9180/apisix/admin/upstreams/1a9104d9", "cluster": "default"} 2024-04-04T22:48:24+08:00 warn apisix/cluster.go:1164 upstream not found {"id":...

Hi, It seems that there is some inconsistency in arguments casing when using the Func plugin. I use the following config: ``` projects: images: schema: --- documents: queries/*.graphql extensions: turms:...

### Bug summary My deployment executing in K8s fails with an error (inspected with `kubectl logs`): ``` ModuleNotFoundError: No module named 'polars' ``` But the flow logs in the UI...

enhancement
integrations

Hi, What's the reason for the following check to be done by default? `Unimock cannot verify calls, because the original instance got dropped while there are clones still alive.` I...

### Describe the bug You can see in the screenshot below, I'm editing some existing code, adding a field. Autocomplete suggestions are not helpful there at all. I **feel** like...

needs more information