Cameron Eagans

Results 305 comments of Cameron Eagans
trafficstars

@masatake I can handle that so that your time is freed up to work on issues that require knowledge of C :)

I'd also like to add that the `old-doc` directory should go away, so all the docs that are in there should be merged with our docs.

https://news.ycombinator.com/item?id=34019549

MIT licensed. Will add license file, but you can consider this the license in the interim if you'd like.

I ran into this problem too. I'm using this patch: https://github.com/cweagans/dotfiles/blob/main/dot_config/nvim/patches/project.nvim.patch in my config. Patch is applied with an autocmd in my lazyvim setup, but you could apply it manually...

I don't see this documented anywhere still, but you can do this: ```html ## The slide title * Item 1 * Item 2 * Item 3 * Item 4 *...

So far, there's one thing that is somewhat broken actually: the status page in the admin console (Pro) shows an internal error whenever I try to load it. It looks...

Yeah, confirmed -- if I comment out the `'horizon_status' => resolve(HorizonStatus::class)->get(),` line, the status page loads again.

Looks like there is a problem running the scheduler or something. Gotta transition to working on other things now, but even though I'm running the `schedule:run` command every minute, the...

Looks like another thing that needs to happen is to change `WorkspaceOwnedScope` to ignore the scope if it's running in a console (`app()->isRunningInConsole()`). Otherwise, `php artisan mixpost:check-and-refresh-account-token` returns this error:...