Federico Rampazzo

Results 12 issues of Federico Rampazzo

``` use scrap::*; fn main() { for i in 1..100 { let display = Display::primary()?; Capturer::new(display)?; } } ``` Not that anyone would want to initialise the Capturer several times...

I assume this is just a small typo, given Apple / Win output BGRA and the library guarantees to output packed BGRA. Also repng::encode expect a RGBA image

Hi all, I'm looking into adding support for animated tiles and collision support and I'm curious to see if anyone has already spent some time thinking / working on this...

I'm aware redshift is not supported but it's almost there! Things I noticed: - sqlx sends at the beginning of a pg session `extra_float_digits = 3`. This is not supported...

**Describe the bug** When run in release mode on MacOS, key_up or key_down triggers a SIGABRT ``` test(84644,0x1178b6dc0) malloc: *** error for object 0x7fc05c406e90: pointer being freed was not allocated...

bug
needs investigation

With next.js moving to SWC it would be neat to have a swc plugin (https://swc.rs/docs/usage-plugin/)

### Environment information ```block CLI: Version: 12.1.0 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: ROME_LOG_DIR: unset NO_COLOR: unset TERM: "alacritty" JS_RUNTIME_VERSION: unset JS_RUNTIME_NAME: unset NODE_PACKAGE_MANAGER: unset Rome...

S-To triage

Thanks for the repo, it's great to play around with Segment Anything! It would be great to output detection bounding boxes in some way (eg. my use case is cropping...

Hi there and thanks for this awesome library. I just wanted to ask whether there are any plans for Postgres [NOTIFY](http://www.postgresql.org/docs/9.4/static/sql-notify.html) support. Postgres-simple has a working [implementation](https://github.com/lpsmith/postgresql-simple/blob/master/src/Database/PostgreSQL/Simple/Notification.hs) (+ hack for...

Thanks for the work on this module! I have a suggestion on how to get types for Eden. We're loading files async at runtime, which makes it impossible to have...