techninja1008
techninja1008
I like it! How do you propose the `content_type_header.value()` bit to work? (Specifically conversion from a generic `Header` type to a type specific for the header)
Sure! After feedback, I'm also happy to implement and put in a PR if you want? #### HeaderType enum Fairly self-explanatory. ```rust pub enum HeaderType { ContentType, // ... Possibly...
I'd like to also +1 the implementation of `std::error::Error` on all of seed's error types. This seems to be the idiomatic pattern for error handling within libraries, and can be...
@Hirevo I'm willing to contribute code to make this use case possible. Specifically, I'm thinking about two separate features each represented by a default-disabled configuration option: * Disable registration *...
Has a good way to do this been found? One way to do it would be to have a file ending in .external or something containing some meta info about...
I have confirmed that this indeed only occurs on ARM.
I'm genuinely not sure, however I do know that it's the difference between compiling on Ubuntu 18.04 x86_64 and Raspbian stretch lite (with latest stable release of Go) on a...
Would GCC 6.3.0 on ARM vs GCC 7.3.0 on x86_64 do it?
Cross compiling to ARM on an x86_64 host using GCC 7.3.0 still yields the same result. Could it be a GO ARM bug?
As far as I can tell, that issue does not seem to be related to this one. In this case, `dump()` is called correctly and successfully however the file is...