Jonathan Frech
Jonathan Frech
> In order to run them, one first needs to extract the `.effekt` file. For testing this is done automatically -- but this is not accessible to end users. One...
As a comment to @A1RO's suggestion: When working with a terminal with a non-black default background, it may be prettier to set ``` highlight feedlist "^.*\\(0/0\\)" default default invis ```...
I suspect the fix for this is non-trivial, as [the HTML parser itself](https://github.com/validator/htmlparser/blob/master/src/nu/validator/htmlparser/impl/MetaScanner.java) seems to reject the `media=` attribute. Probably because of this, the code section @tannerdolby linked to does...
Disallowing said "unnecessary bloating" would both be backwards-incompatible and break archive/tar symmetry.
Did you mean to link to https://github.com/abergmeier/gifwriter?
If you want to follow through with your proposal, I would advise you to **a)** rebase your fork so the top commit represents your diff to the standard library and...
Cf. #66821
Is CopyTo guaranteed to have had no observable effect when it returns an errors.Is(,errors.ErrUnsupported) error?
Maybe I'm missing the point but what precisely is the issue with solving this how you opt out of any unwanted type unerasure by forcing a barrier struct (as already...
Conceptually, time.Duration is fixed-point. Allowing scientific notation may lure one into the false believe that e. g. "1e-10s" is a representable duration.