Nickolay Kolev
Nickolay Kolev
This adds a `seed` attribute to the `testsuites` root node if using a random spec order, so the order can be reconstructed (to catch order-dependent specs).
Currently, servant-auth-cookie generates invalid cookies which fail on some browsers. The error is in the rendering of the previously available `acsCookieFlags` field. It resulted in cookies which look like `name=value;HttpOnly=;Secure=;SameSite`....
I want to use [jquery.cookie](https://github.com/carhartl/jquery-cookie/) in my ember-tools managed project. I added `require("../vendor/jquery.cookie")` to `app.js` and builds started failing with the following message (`/path/to/project` is here as an example, the...
I am interfacing with a database which is denormalized so that a column contains an array of foreign keys pointing to another table. Something like this: ``` create table baskets...
### Elixir version 1.16.3 ### Database and Version PostgreSQL 15.0 ### Ecto Versions master ### Database Adapter and Versions (postgrex, myxql, etc) postgrex ### Current behavior ```elixir Repo.insert_all(Foo, from x...