printfn

Results 30 comments of printfn

I've released fend v0.1.20, which includes a bunch of changes relating to this: * Fixed the definition of `farad` to always refer to `coulomb` * Added aliases `oC` and `oF`...

I've been doing some digging into the wasm-opt dyld errors, and I think I know how this bug can be fixed! The issue seems to be that the [binary-install](https://crates.io/crates/binary-install) crate...

I could be misunderstanding the output, but it looks like the .app only has an ad-hoc signature, meaning there's no code signing certificate being used at all (see [[1]](https://apple.stackexchange.com/a/317002), [[2]](https://developer.apple.com/documentation/security/seccodesignatureflags/kseccodesignatureadhoc))....

Mixed units aren’t currently supported as outputs, but you’re right, that would definitely be useful!

I haven't actually used `bc`/`dc` before, but this definitely sounds like it'd be a cool and useful feature to have.

Hm, it looks like the [launcher's repository](https://gitlab.com/veloren/airshipper) isn't notable enough. The game's [main repo](https://gitlab.com/veloren/veloren) has over 1600 stars though.

I've now added the missing dependencies for Linux.

Yeah, the `%` symbol is currently only used for percentages so you have to use `mod` for modulo. It'd be nice to be able to use `%` for modulo too,...

Thanks for the suggestion! Making this behaviour configurable would definitely be good I think. You might know this already and it’s probably not super helpful anyway, but in addition to...

I'm seeing what looks like the same bug as well. v1.8.8: `Failed to resolve symbol "xxx.xxx": proto: invalid syntax: ""` v1.8.7: `Failed to resolve symbol "xxx.xxx": file "xxx.proto" included an...