gcv

Results 172 comments of gcv

OpenAI now requires using the Response API for o1-pro and o3-pro. Newer OpenAI models may do the same.

That works for me in the `:custom` block of `use-package`. You need to use either that, the Customize UI, or `(customize-set-variable 'persp-mode-prefix-key (kbd "C-M-w p"))`. How are you trying to...

That definitely doesn't look right. What version of Julia, what version of Snail (check in your ELPA installation directory), and what version of Emacs?

Is it possible that you're trying to define a function in a module that was not yet defined in the Julia runtime environment? What happens if you send the source...

I pushed a workaround for your problem, it should be in MELPA now. I must say, though, that you're making me think twice about https://github.com/gcv/julia-snail/pull/176 — it removes support for...

For MySQL 5.6, adding an index on the `failed_at` column helped considerably.

CarPlay support would be fantastic! Thanks!

`JuliaSnail.jl` _only_ cares about Julia-side dependencies because of `CSTParser`. A medium-term plan for Snail is to eliminate that dependency (#149, whether it’s by tree-sitter [which forces minimum Emacs 29] or...

It’s probably the code in `persp-update-modestring`. It looks like you have a fairly sophisticated modeline setup, so it’s hard to tell where Perspective’s modeline updating code conflicts with it.