Stephane ROBINO
Stephane ROBINO
The like statement is not accurate, example if id of the record is 1 it will find all subrecord having an ancestry of `10..`, `100...` ```elixir # https://github.com/zven21/ancestry/blob/master/lib/ancestry.ex#L265 query =...
## 🐛 Bug Report We recently faced a memory leak on our SSR application after upgrading xstyled from 2.5.0 to 3.6.0. Here are two screenshots of the memory breakdown when...
It's not really an issue, but more a question about the library working itself. By running an atomical reindexing, a temporary `index index_name.tmp` is created to index all records. Are...
Phoenix will use webpack in the next release https://github.com/phoenixframework/phoenix/pull/2779
## Fixes Fix store configuration to make copy work when a node join the cluster
Add ability to use telemetry events to log phoenix requests. This logger has the following options: - `metadata_formatter` default to `LoggerJSON.Plug.MetadataFormatters.GoogleCloudLogger` - `version_header` default to `x-api-version` - `unit` (only for...