Daniel Miller
Daniel Miller
I'm curious if considerations for the [.NET Host](https://docs.microsoft.com/en-us/dotnet/core/extensions/generic-host) style of app construction? I see much of the design and examples here as being quite close to that style already (although...
I am slightly confused, based on the feedback from my initial comment the fluent-style api was to be avoided? It seems like the pattern is now heavily towards a fluent-ish...
I forgot to tag: this resolves #165 and #320 ~~As an additional note, this is an alternative change that would allow `trunk build --public-url "."`~~ ```rust /// Ensure the given...
I totally forgot about this, my apologies there. I think the sed approach is probably good enough for most use cases. This is particularly for a CI system so trunk...
This should partially resolve [#643](https://github.com/denoland/rusty_v8/issues/643), unlockers and recursive lockers are not part of this proposal.
Turns out there are issues found in CI! I'll poke at that for now.
https://github.com/denoland/rusty_v8/pull/1442 should deal with the construction changes, simplifying this PR.
I tried to replicate this locally, here's my findings! @cuppachino , where is the `LogicStep` type from? And I'm curious, is your bug report that the timer in the `LogicStep`...
I added a test to verify all the different colors implement white and black as `gray(1)` and `gray(0)` respectively. I'm very tempted to add a trait for approximate equality on...
Will do. I'll get the conflicts resolved later today, and verify this is in prelude.