ProjectMoon

Results 71 comments of ProjectMoon

Having this as well. It appears toggle-maximize-buffer is not a standard emacs function. The only thing I found for it is https://gist.github.com/mads379/3402786.

This shouldn't be closed, I would think. This is a problem with emacs-eclim because Emacs itself does not have the function referenced in this issue. I say this should be...

Probably just override it, instead of using the repo. The specific use case I have for this is one workspace with projects spread across directories that are not in the...

Unfortunately I don't really have the time or desire to maintain flux at the moment, and probably not any time soon. If you want, you can submit a pull request...

Is it suitable to use the grpc-web-client prototype crate as an actual grpc web client today? I notice it points against branches of tonic that no longer exist.

The session exists and the user is logged in, yes. I have a very simple website where a user can log in to get a bit more information. Originally on...

Here's the workaround function I have made for now: ```typescript type AuthChangeHandler = (event: supabase.AuthChangeEvent, session: supabase.Session | null) => void; export function onAuthStateChange(client: supabase.SupabaseClient, callback: AuthChangeHandler) { document.addEventListener('DOMContentLoaded', function()...

I was bitten by this. It would be a nice thing to at least store the database in a non-root location for ROMs that don't have root access like Graphene...

Vulkan support would be wonderful. I have an AMD RX 6800 XT, and using KoboldCPP with Vulkan support made using LLMs go from slow-but-kinda-usable to near-instantaneous speeds. My desktop is...

> @ProjectMoon I have experimental vulkan support here: #2578 I tried it out! Unfortunately, ollama crashes when it tries to run a model, with some kind of illegal instruction error....