Edward Loveall

Results 14 issues of Edward Loveall

When building invidious with `crystal build src/invidious.cr --release` I get this error: ``` $ crystal build src/invidious.cr --release crystal build src/invidious.cr --release ld: warning: ignoring file /path/to/invidious/lib/lsquic/src/lsquic/ext/liblsquic.a, building for macOS-x86_64...

bug
type:documentation
stale

Hello! Thanks for this app. I enjoy it very much and recommend it often. Do you have any plans to make a native macOS version? I.e. not running an iPadOS/iOS...

enhancement

Closes #226 - [x] Add deleted_by_author and deleted_by_recipient - [x] Only fetch non-deleted conversations - [x] Convert all messages into conversations - [x] Figure out what hats have to do...

Instead of just printing 0.7.1 (or whatever the current version is), `lucky --version` should print out the versions each included framework it's going to create with `lucky init` ```bash $...

When running the user flow spec (`crystal spec spec/flows/user_spec.cr:16`) I would get a failure. The flow tests that a user can log in, go to their account page and reset...

My fuzzy finder input has an offset cursor most of the time. Here's a screenshot: ![screen shot 2014-07-24 at 3 10 24 pm](https://cloud.githubusercontent.com/assets/49549/3693355/4a8ac6be-1366-11e4-9ff5-c2d3e5565ce0.png) The actual cursor here is at the...

**Describe the bug** Hello! The readme says to build the extension with `npm run build`. When I do that on the current main branch, I get a bunch of type...

bug

Hello! When installing this gem on ruby 3.3 I get an error when it tries to install the `unicode` dependency: ``` In Gemfile: cronex was resolved to 0.13.0, which depends...

external-bug

I'm creating javascript for customers to embed on their website. The embedded script from my server makes requests to the same server to pull data. If you've ever used Typekit,...

I find that I'm looking for this functionality when I want to show something on a page based on the presence of a record. For example, an empty-state UI that...