Yuto Oguchi

Results 17 issues of Yuto Oguchi

### Description If you get multiple types from share sheet, you have a chance to get some errors when converting, like "text is not convertible to url". This stops the...

help wanted
new action

https://deno.land/x is a package registry for deno. Currently 4045 modules are registered there. I made [Dash docset generator for Deno doc](https://github.com/aiotter/deno-dash-doc) to contribute #3633. This is a general docset generator...

### Background As https://github.com/NixOS/nixpkgs/pull/181963 is getting ready to merge, I'm preparing an [home-manager](https://github.com/nix-community/home-manager) module to enable nix users to manage `~/.blerc` along with other settings like `~/.bashrc`. With this module...

question

**Is your feature request related to a problem? Please describe.** I want to use CotEditor to write a blog content in markdown. Whenever I put images in the document, I...

feature

Although the docs says `api.jinja_values_base` is [valid](https://responder.kennethreitz.org/en/latest/api.html#responder.API.template), it seems `api.jinja_values_base` has removed from code. Is this removed completely? Do you have any plan to provide other means to set default...

## Description Add a new extension "NixPkgs Search". This extension performs a search on NixPkgs using [NixOS's Elasticsearch API](https://github.com/NixOS/nixos-search/issues/296). Resolved error When I ran `npm run build` I always get...

new extension

This is an automated PR. Please report problems on https://github.com/aiotter/deno_api_docset

This PR is a suggestion to introduce `make check` in macOS as well as Ubuntu. There is some errors occurring and I don't know they should be fixed. Feel free...

### Description This PR implements @akinomyoga's [ble.sh](https://github.com/akinomyoga/ble.sh) module. cf. https://github.com/akinomyoga/ble.sh/issues/216 ~~In order to load ble.sh earlier than other programs like starship, I have to modify `home.file` module so that you...

When formatting a file, if you don't have a blank line at the end, efm-langserver appends it. For example, if you have this file (`main.ts`) in your neovim buffer: ```ts...