Tiffany Bennett

Results 61 issues of Tiffany Bennett

- Close button doesn't work in Firefox - Advanced options button doesn't work in Firefox - Connect button redirects to 404 page saying "Cannot POST /" in Firefox - Advanced...

bug
in progress
client

In particular, add a `disabled` field for `` and make it possible to use it as a selector. Syntax should probably be something like `attr(disabled) == true`.

Right now only the ECB and blockchain.info APIs are used which are totally free and don't require an API key at all. In the past there was a strong requirement...

enhancement
backend

Privacy policy considerations about relying on Google servers for font downloads. https://github.com/tiffany352/rink-rs/blob/f7e2ffdf113d986fbfca9eacc553460211e2184e/web/static/global.css#L1

web

It should be easy to continue changing your query after you've run it the first time, currently you have to refocus the textbox every time.

web

Add a new command `define {name} {expr}`. Probably also `undef {name}` and `list-defs` as well. They'll need to be mentioned in the manual. Units should be saved to the config...

enhancement
cli

It should be possible to run a Rink query using an API like ``` curl --get -d 'q=kWh/year -> W' https://rinkcalc.app/api/v1/query ``` (i.e.) ``` https://rinkcalc.app/api/v1/query?q=... ``` This might be helpful...

enhancement
web

https://en.wikipedia.org/wiki/Repeating_decimal#Extension_to_other_bases Wikipedia is terrible with math stuff though. I actually found out about these rules from this video, which explains way better: https://youtu.be/qID2B4MK7Y0?t=673 I think the important rule is this:...

enhancement
core

New base unit: cycle. New unit: cps -> cycles_per_second -> 1 cycle / s.

enhancement
units