nickelc
nickelc
> however I can't manage to repack them again and make it work. Do you mean that the game does not run with the repacked file? The offsets are different...
I got a version of the game but i have troubles to make it work with WINE under linux but I also noticed that `hpk` fails to extract `Assets.hpk` &...
I could also try to put the extracted files in the parent folder. That works for Tropico and Surviving Mars (except the Lua.hpk for SM). Extract `Packs/Data.hpk` into `Data`.
Same with Surviving Mars
> GitHub has a GraphQL API, and I believe that might allow us to query multiple repos in a single request. I played around with the [graphql explorer]. [graphql explorer]:...
i wrote a script to combine the data from crates.io and the github's graphql api into a single csv file. ### Convert `content/ecosystem/data.toml` to `data.csv` The categories are joined to...
check out svartalf's comment: https://github.com/actions-rs/cargo/pull/59#issuecomment-1012974186
Alternative versions ```rust // #1 let assignee: Option = None; IssueOptions::new( "test issue", Some("What The Title Says"), assignee, None, vec!["bug"], ); // #2 IssueOptions::new( "test issue", Some("What The Title Says"),...
Hi @Ryunaq, I have done that in a toy project. Implementation of the custom input [`Tokens`][tokens] and the [parser] of that input type. [tokens]: https://github.com/nickelc/jq/blob/master/src/token.rs#L64 [parser]: https://github.com/nickelc/jq/blob/master/src/parser.rs
> * This let's us do it now > > * This helps people through breaking changes in 8.0 since the compiler is telling them how to fix them, rather...