-
Currently, `NotionHttpClient` does not log out HTTP headers in `debugLogStart` and `debugLogSuccess`.
Would you be OK with adding them there? I'd be happy to contribute.
As a workaround, I'm cur…
-
This has been a painpoint since at least Java EE 8, so I hope if 4.0 aims to deprecate some legacy stuff the redundant `SecurityContext` may also be taken into consideration?
Jakarta REST since the…
keilw updated
3 years ago
-
It could save a lot of memory when relevant axis is very thin (e.g. 2 or 3 element-sized axis), and the result is known to fit in a byte (x8 memory save)
cc @heitorschueroff
-
How and when to support no container runtime like multicloud ecs or private cloud virtual machine ?
We must see that There are many workloads runing not in docker but based on other runtime fram…
-
When using Plug, we are able to serialize nested maps to query params.
e.g. `Plug.Conn.Query.encode(%{filters: %{ name: "dave", direction: "asc", pagination: %{ page: 1} } })` which would give us s…
-
### Upcoming End-of-Support
- [X] I acknowledge the upcoming end-of-support for AWS SDK for Java v1 was [announced](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-ja…
-
**Background:**
Currently, Presto supports `ROWS BETWEEN` in doing window function aggregations. I.e. `SUM() OVER(ORDER BY date ROWS BETWEEN 6 PRECEDING AND CURRENT ROW)`.
This allows aggregations…
-
I'm working on the [product](https://github.com/adobe/xdm/blob/experience-cloud-staging/schemas/content/product.schema.json) schema for experience cloud right now and I need some help in making sure t…
-
1. **Why are bolds/italics with whitespaces working inconsistently?** Asterisks/underscores surrounded by whitespace (in vanila Markdown, at least) be treated like literal asterisk or underscore while…
-
I think we could use GTK+ power, namely `gtk_application_inhibit` with `GTK_APPLICATION_INHIBIT_IDLE` and `gtk_application_uninhibit`. To my understanding it would save us from the X11 interaction as …