Michael Pfaff

Results 81 comments of Michael Pfaff
trafficstars

I notice this same issue launching from fullscreen. Interestingly, macOS switches to my first non-fullscreen workspace when I launch it, but the window itself stays on the launching workspace (the...

Matrix is complex enough to be a separate service IMO.

How about minifying the generated JavaScript?

Bumping this issue 'cause I'd love to see this too.

Is anything ever going to be done about this? At a minimum, a trace log level is a must, but support for custom levels would be the ideal solution.

I cloned the repository locally and made the changes necessary to use with `wasm32-unknown-unknown`. `std::time::SystemTime::now()` is also not currently supported for `wasm32-unknown-unknown`, so I used a cfg attribute to use...

The other change I made was adding a `no_verify` feature flag that returns an error when `Validation.validate_signature` is `true`.

> > The other change I made was adding a no_verify feature flag that returns an error when Validation.validate_signature is true. > > Why would you ever want that? As...

> Postgres doesnt seem to provide this by default. Postgres provides `ILIKE`, a case-insensitive version of `LIKE`. Is that what's needed for this?

Understood. This is my first time contributing to this project so I don't know my way around it well. If there's any diagnostic messages broken by my change I'd be...