G Roques
G Roques
**VERSION:** better-apidoc 0.1.4 Whenever I run: `better-apidoc -t ./_templates -f ../song_match -o song_match` I get the following error: ``` WARNING: failed to import 'song_match': No module named 'song_match' Traceback (most...
MongoDB added a new native type for handling floating point numbers called [NumberDecimal](https://docs.mongodb.com/manual/core/shell-types/#shell-type-decimal) in `3.4`. See the following documentation for details: https://docs.mongodb.com/manual/tutorial/model-monetary-data/#using-the-decimal-bson-type MongoEngine lacks a corresponding field that allows you...
It'd be nice if this project had a set of contributing guidelines to help ad-hoc contributors get up to speed quickly with how to setup the project and what's expected...
Hi, For some reason, "gd" to "go to definition" isn't working for me. There was a similar issue reported on **Gitter**: https://gitter.im/neoclide/coc.nvim?at=5d35dfa209580b7bbb88d2d4 Maybe it's a file path or escaping issue?...
It'd be helpful to document the valid types, diameters, and lengths that can be passed into `createFastener`. ## Auto-Generating Documentation It could be tedious to manually maintain API documentation for...
I created an [issue](https://github.com/ulrich1a/screw_maker/issues/4) in @ulrich1a [screw_maker](https://github.com/ulrich1a/screw_maker) repository to publish the package on The Python Package Index (PyPI) so the Fasteners workbench can simply install it rather than maintain a...
Hello, thank you for your work on this project! From the README: > If eslint is found in the current working directories node_modules folder, then this version of eslint is...
Hi, thank you for this awesome plugin! I love the live-preview for renaming, and [live-command.nvim](https://github.com/smjonas/live-command.nvim) that expands this to other commands like `norm`. Is there anyway to integrate this with...
As a beginner new to Neovim autocommands, configuring `heirline.nvim` with a plugin that requires updatin a component upon a user event was a challenge. For example, I created an `LspMessages`...
Filepaths are not displayed correcty in the picker (see below `:Telescope frecency` screenshot ), and sometimes when I select a file an empty buffer opens instead. I haven't been able...