-
https://github.com/com-lihaoyi/os-lib/blob/56c38a23798f5c900a2583277b70604b4574999b/os/src/Model.scala#L237-L253
In particular the Note in the docstring is confusing. The parameter names could be b…
megri updated
3 weeks ago
-
In many (sophisticated) authentication frameworks like, _e.g._, [Sitecore federated authentication](https://doc.sitecore.com/xp/en/developers/latest/sitecore-experience-manager/using-federated-authent…
-
This widget should be rewritten using Spec.
And RBMethodNameEditor similarly
-
Example:
```
template struct X { X(T f) { f(0); } template void operator()(U...); };
template void f(T&&) { X{[](auto &&, auto...){}}(); }
void g() { f(0); }
```
GCC, Clang, and EDG agree th…
-
# Explanation
There are some nicer and better ways to write some relations between two variables in the domain `0..1`.
```minizinc
int: n;
array[1..n] of var 0..1: x;
array[1..n] of var 0..1: y;…
-
**problem**
I found that in EPP version 7, when reading a cell without modifying its content and then saving it, all the newline characters get re-encoded.
Using Microsoft Excel, create a table an…
-
*Title*: strip_any_host_port in HCM also strip port number in redirected URL
*Description*: I'd think this is a bug: when we configure strip_any_host_port in HCM, the port number is stripped from…
-
Find an Idea how to support multiple accounts at all. Any Ideas are welcome!
-
Add a license and a note to the README explaining the provenance of the code (i.e. some of it is technically unlicensed but a large portion of it was rewritten by me)
-
This is a research and design task to design and plan a workflow for integration testing of CDK for Terraform applications. This ticket is a placeholder for the sake of long-term planning, and should…