-
Here's how the magic link strategy was implemented:
```elixir
magic_link do
identity_field :email
registration_enabled? false
sender X.Accounts.User.Senders.SendMagicLinkEmail
end
.…
-
The current kubectl-exec implementation is using the transport encryption from the kubectl to the apiserver and the transport encryption from the apiserver to the kubelet to tunnel the terminal data. …
sttts updated
3 years ago
-
using 2.29
test ics
```text
BEGIN:VCALENDAR
BEGIN:VEVENT
DTSTART:20241026T010000Z
DTEND:20241026T230000Z
DTSTAMP:20241024T153358Z
UID:4maud6s79m41a99pj2g7j5km0a@google.com
CREATED:20241024T…
-
It seems like LazyBroadcast.jl is not using `instantiate` on the broadcast objects it creates. This can have some rather negative performance implications. Here's a quick comparison:
```julia
julia>…
-
### Describe the request
Please add new event
```
field(12; "Variant Code"; Code[10])
{
Caption = 'Variant Code';
TableRelation = "Item Variant".Code where("Item No." …
-
Currently suites can be nested and they work, e.g.:
```luau
test.suite("A collection of test cases", function()
test.case("case 1", function()
check.is_true(false)
end)
tes…
-
### Apache Airflow version
2.10.2
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
When manually retriggering a DAG, the passed logical_date seems partly int…
-
Hi,
In version 2.1.1 of the protocol, the TariffRestrictions object includes properties such as start_time, start_date, end_time, and end_date. Do their values represent UTC time or the local time …
-
Expected:
```javascript
parse(200, 'bytes=x-100') === -2
```
Actual:
```javascript
parse(200, 'bytes=x-100') === [ { start: 0, end: 199 }, type: 'bytes' ]
```
-
In geos.f90 you can rewrite
```
do i=2,14
write(16,*)(e(j,i,3),j=2,16)
write(17,*)(ug(j,i,3),j=2,16)
write(18,*)(vg(j,i,3),j=2,16)
end do
```
as
```
do i=2,14
write(16,*) e(2:…