Max Lantas
Max Lantas
I noticed the same thing on Windows. My workaround was to use some of the old photon CSS: ```css .titlebar-spacer[type="pre-tabs"] { border-inline-end: 1px solid var(--lwt-background-tab-separator-color, currentColor); opacity: 0.2; } .tabbrowser-tab::after,...
> enable `layout.css.color-mix.enabled` This works for me!
`.ocamlinit` is still fundamentally OCaml source code. The [OCaml manual](https://caml.inria.fr/pub/docs/manual-ocaml/toplevel.html) states that _"its contents are read as a sequence of OCaml phrases and executed"_ For that reason, I don't think...
> Would this be a better approach and is `ocaml.server.args` the right place to put it? Are there any potential improvements or cases that are not being considered? Thanks! Are...
I am very happy to report that I successfully got this mod working with Dying Light 2 ([changes](https://github.com/mnxn/DL2FSR2/commits/main), [download](https://github.com/mnxn/DL2FSR2/releases)). I'll describe some of my findings here (I apologize for the...
An ini file is an excellent idea and I can't believe I didn't mention it. Some users on Nexus have also [expressed interest](https://forums.nexusmods.com/index.php?showtopic=11608488/#entry111037073) in tweaking other settings for the upscaling,...
Now that #11 is merged and this version of the mod supports multiple games, I think the project can start rebranding. @PotatoOfDoom: what do you think?
> Where should this be addressed? Should we support this on the Merlin side? I think both the language server and Merlin would have to add support. If I'm not...
You can override the shortcut by going to `Preferences` -> `Keyboard Shortcuts` and searching for `ocaml`. You will be able to see all of the keyboard shortcuts from the extension...