Roland Fredenhagen
Roland Fredenhagen
When clicking `Join Watch Party` in Netflix, I get the Netflix error page. Apparently the Error code is F7375, but not sure if that is helpful in any way.
What do you think about replacing the strings for things like layout with enums? This would allow a better typed experience writing code for this. The only issue I see...
**Is your feature request related to a problem? Please describe.** I loaded a schematic for a zombie pigman farm, and it included the pigmans. **Describe the solution you'd like** Add...
I'm trying to implement this for a project I'm writing in rust, so I cannot use the provided libraries. I'm currently trying to follow the python implementation, but was wondering...
Fix by @Jamie0 in #8
**Description** Running the `hello_triangle` example, I get a white window and then exits with a panic: "Failed to find an appropriate adapter." **Platform** Windows 11 Dual Graphics with an Intel...
To close #5 I added `evalTemplate` which does that, but kept `saveTemplate` to keep #3. btw. if you merge this could you add the label `hacktoberfest-accepted`
This can be done by using [`syn::Error::new_spanned`](https://docs.rs/syn/latest/syn/struct.Error.html#method.new_spanned) instead.
AFAICT for the other tags, even the related *fenced code block* the start tag starts at the end of the previous token, the content will then be covered by the...