rink-rs
rink-rs copied to clipboard
Unit conversion tool and library written in rust
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.13.0 to 4.20.0. Changelog Sourced from browserslist's changelog. Change Log This project adheres to Semantic Versioning. 4.20 Added last 2 node versions and last 2 node major...
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.9.0. Release notes Sourced from color-string's releases. 1.9.0 Minor Release 1.9.0 Add parsing of exponential alpha values for HWB and HSL (#66) Thanks to @babycannotsay...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Privacy policy considerations about relying on Google servers for font downloads. https://github.com/tiffany352/rink-rs/blob/f7e2ffdf113d986fbfca9eacc553460211e2184e/web/static/global.css#L1
As came up in #104, i took a look at adding variable definitions via `let x = expr`. Still some things to figure out: Right now, it's possible to set...
unit of power https://en.wikipedia.org/wiki/DBm
Initially found by @secretdk - when using a caret (`^`) to raise a number value to an nth power, it's easy to trigger memory exhaustion. Example: ``` % rink '0x41414141...
at least, i didn't see one while skimming the manual, and no one i'd asked seemed to know how to do it...
I'm exposing rink over the internet to untrusted users, regarding #88, but in general, is in an objective for rink to become resilient against attacks in the future, or should...
Hi, I noticed that the IRC implementation is no longer maintained. I'm already maintaining a newer IRC implementation in [my own fork](https://github.com/mkroman/rink-rs/tree/master/irc), albeit with some pretty breaking changes to the...