Casey Primozic

Results 47 issues of Casey Primozic

Many mac os laptops have high DPI screens, like Retina. I've created [a screenshot capturer](https://github.com/ameobea/snapmeo/) using this library, but the captured screenshots are very low resolution. Here's an example: ![](https://ameo.link/u/63k.png)...

It would be great to support ingesting live data from the GDAX exchange on Cryptoviz. They have a websocket-based API and offer data in a similar format to Poloniex, so...

enhancement

The behavior doesn't happen all the time, and I'm not sure what causes it. However, it is something that's been going on for a long time and I'd love to...

bug

Somewhere in the macro expansion, there is code that imports `ops` from within diesel. If a column in a database is named `ops`, this causes conflicts within the macro. I...

bug
help wanted
assigned

I did some CPU profiling of [pulseeffects / easyeffects](https://github.com/wwmm/easyeffects) which includes this library as a dependency for its noise reduction functionality. This led me to see that the `compute_gru` function...

Since I do most of my development on mac these days, it will be very helpful to be able to build and run the platform on it. In addition, many...

enhancement

Users should be able to set up and run the entire platform through Docker. This will be useful for the continuous integration and will make things like automatic deployments much...

enhancement

Currently, the log viewer in the MM is a very simple implementation, simply listening to messages arriving over the wire and adding them to the log table. I'd love to...

enhancement

This project could really benefit from some kind of CI that automatically builds the platform in its entirety and runs the full battery of tests. This will require a significant...

All dependencies in use by the platform should be updated to their latest versions. The goal is to peg the entire platform to one version of Rust nightly which can...