Mathieu Post
Mathieu Post
Could not use this extension using pkgs.vimUtils.buildVimPlugin in nix because of a duplicate tag error during the building of the help tags.
I wanted to use `set shell=/bin/bash` but use `/usr/local/bin/fish` in Nuake. Now `g:nuake_shell` can be set to the shell of choice for Nuake while using bash for terminal commands outside...
At the moment the size of the EFI partition is hard-coded to 32MB. I would like to install other bootloaders on the same usb device, but the limit of 32MB...
Got this error when opening a python file: "attempt to perform arithmetic on local 'count' (a nil value)". This fixes it, but let me know if it should be initialized...
### Feature request I tried to return an additional field for my resource by adding a `metadata` option to my `create` action like this: ``` metadata :additional_data, :string, allow_nil?: false...
This adds `.direnv` directories next to a `.envrc` file. This directory contains some auto-generated files to speed up direnv's activation of the `.envrc` file. These files are recreated when direnv...
## Description Add support for [`symbol-z-offset`](https://docs.mapbox.com/style-spec/reference/layers/#paint-symbol-symbol-z-offset) I've filled the values in `v8.json` based on other values I saw there. I don't exactly know what each field should be (especially in...
Added an example on how to add serialization adapters for React Start. Not 100% sure if the right place is in the server function docs. LMK otherwise! ## Summary by...
### What version of Effect is running? 3.19.8 ### What steps can reproduce the bug? I'm using this piece of code to ask for user input: ```typescript const readMultiLineInput =...
### Feature Description Currently my inline Livewire component looks like this:  It would be nice if autocomplete, highlighting, go-to definition, etc. was supported here.