Lopy

Results 21 issues of Lopy

Add multiple sources, for example: * [carbon.now](https://carbon.now.sh/)(already implemented) * [ray.so](https://ray.so/)

![image](https://user-images.githubusercontent.com/70210066/151074569-39fa630e-eb93-4bbd-800d-d7e11db18283.png) fidget is trimming the right side of the icon, seems to only render the first character of `text.done` ## Config ```lua require("fidget").setup({ text = { spinner = "arc", done...

help wanted

I'll try to create a PR on my free time

enhancement

description of each field is with `%%`, [this](https://github.com/sumneko/vscode-lua/blob/master/package.nls.json) might help

## Issue Description Type: *bug report* ### Describe what happened (or what feature you want) Completion seems to not work ![image](https://user-images.githubusercontent.com/70210066/196060232-05e7dc38-95e1-4013-b375-a8e989b5a809.png) ### Describe what you expected to happen I expect...

Hello, nice module! I'd like to chain animations in a clean way. I think might there 2 ways: **1.** ```lua dou local styles1, api1 = ... local styles2, api2 =...

I set `enabled` to `false` on `MouseEnter` event and `true` on `MouseLeave` event. When I hover, it plays the 1.3 scale animation and then prints "finished", all good but the...

enhancement

when I use `h` key I get this ![image](https://user-images.githubusercontent.com/70210066/195706168-676e6990-c01d-4c8c-8550-98b3b7c788d8.png) and `j` key directly does nothing(not moving the cursor)

**Requirements** - [x] I have searched the [issues](https://github.com/ryanoasis/nerd-fonts/issues) for my request and found nothing related and/or helpful - [x] I have searched the [FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting) for help - [x] I have...

❲+❳ add glyph to core set

Let's say I have 2 files in a split: ```lua -- foo/init.luau require(script.bar).baz() ``` ```lua -- foo/bar.luau return { baz = function() end, } ``` * comment `foo/bar.luau:3` * an...

enhancement