Andrew Magee
Andrew Magee
Syntax: default VimwikiShowVersion: ``` Os: Linux Vim: 800 Branch: dev Revision: 212a66f Date: 2021-06-11 12:06:43 -0400 ``` If I create a link like ``` [[My file that has "quotes" in...
Syntax: default ``` Os: Linux Vim: 800 Branch: dev Revision: 212a66f Date: 2021-06-11 12:06:43 -0400 ``` Unsure if this is a Vimwiki issue or an unfortunate interaction with some other...
**mapbox-gl-js version**: 0.44.2 **mapbox-gl-draw version**: 1.0.7 ### Steps to Trigger Behavior Do something like this: ``` map.addControl(draw); draw.set({type: 'FeatureCollection', features: []}); draw.changeMode('draw_point'); console.log(draw.getAll()); ``` jsbin: https://jsbin.com/hecipexiju/1/edit?html,output ### Expected Behavior I...
I'm using csharp-ls 0.6.1 via neovim and nvim-lspconfig. I can reproduce the problem with a project with a single .cs file: ``` using System; namespace dotnet { class Program {...
Small example: `src/mytypes.ts`: ``` import createValidator, { createDetailedValidator, registerType } from "typecheck.macro"; export type ProjectLayerConfig = { layers: Array; }; registerType("ProjectLayerConfig"); type Item = { id: string; label: string; isVisible:...
There's a code snippet in the docs as follows: ``` def create_my_app(config=None): app = Flask(__name__) if config: app.config.from_pyfile(config) return app manager = Manager(create_my_app) manager.add_option("-c", "--config", dest="config", required=False) @manager.command def mycommand(app):...
### What version of Bun is running? Bun v1.1.12 (Linux x64) ### What platform is your computer? Linux 6.5.0-41-generic x86_64 x86_64 ### What steps can reproduce the bug? 1. `bun...