UnknownSuperficialNight
UnknownSuperficialNight
> when i load burrito my keyboard wont input to the game anymore the cursor works but i cant click on the burrito icon it does nothing are you planning...
> I do hope to eventually support wayland, but it is not a priority for me at this time as I don't use wayland right now. Community pull requests for...
+1
looking through the api i can get a return not on `https://wakatime.com/api/users/current/statusbar/today` but i can get a return on `https://wakatime.com/api/v1/users/current/status_bar/today`
> What's your `~/.wakatime.cfg` contents? (minus your api key) > > My guess is there's an `api_url` line in your config that's set the api base url without the `v1`...
I was going to write an issue about this idea to see if I should implement it, but to my surprise, someone is already on it. Legend
> Lets hash out an API and the start looking at a nice algorithm? > > let equalized = source.equalized([0..440,440..1000,2000..4000]).expect("you passed in non overlapping ranges"); This it might be easier...
> > If you needed a graphic EQ like this I think you'd just cascade a set of biquads > > Thank you!. For me there are some magic words...
> For f32 one can use AtomicCell from crossbeam-utils. It is lock-free for f32. We should also look into benching [atomic_float](https://crates.io/crates/atomic_float) and `AtomicCell` to see if there is a difference...
> I also have a need for creating my own storage backend and would like to not go around the eframe structure to achieve it. The proposed solution from [@UnknownSuperficialNight](https://github.com/UnknownSuperficialNight)...