-
Hello, I tried to add templates for serilog support, but I can't do it.
I make a log formats pattern:
Message pattern: `^(?s)([^\[]*)\[([^\]]*)\]([^\]]*)(.*)$`
Message start pattern: `^\d`
Time fo…
-
Hi,
I have my PWDR printer running now but am struggling to get any parts out of it which seems to be an issue with the powder/binder combination. I am using a Nylon powder used in our SLS machine an…
-
snippet:
````rust
#![feature(non_lifetime_binders)]
trait Trait = i32;
}
fn produce() -> impl for Trait {
16
}
````
Version information
````
rustc 1.84.0-nightly (588a42035 2024-11-02)
binar…
-
First of all, maybe this is intentional and Boot should do what it does today but maybe the behavior of registering `MeterBinder` and `CompositeMeterRegistry` have some inconsistencies (maybe `MeterFi…
-
Ability to create custom binders
-
### Description of the problem
_No response_
### Small Coq file to reproduce the bug
~~~coq
Notation "'lam' a := b" := (fun 'a => b) (a pattern, at level 200, only parsing).
Ltac foo := l…
-
The following code works (with a suitable definition of `_>>=_` in scope):
```agda
works : Term → TC Bool
works A =
unquoteTC A >>= λ (A : Set) →
?
```
However, the following code does not …
-
Hey, just a thought. You could probably do something similar with the new gLM2 and Sergey's "Categorical Jacobian" method, and this would be very useful for filtering binders designed by RFdiffusion, …
-
_From @sebigavril on April 1, 2015 13:14_
*_Swagger does not work with custom binders defined in Play Framework. Please add support for documenting binders. *_
For example...
Using Play Framework, I…
-
@milessabin's at the Dublin Scala user's group shows how to remove the boilerplate from case class serialisers and deserialisers, based entirely on compile time type inferencing. Also what he shows wi…