Julia

Results 21 issues of Julia

The website for metalua has been non-responsive for months now... https://metalua.luaforge.net/

It'd be really nice to have support for OpenType fonts with an SVG table, such as [twemoji](https://github.com/eosrei/twemoji-color-font), because most other Linux emoji fonts look like hot garbage. I might be...

enhancement
S - font
H - linux

Some of the code for freshfetch won't work on NixOS because of how NixOS handles `/usr/bin`.

enhancement

As it is currently, freshfetch takes 10 or more seconds to compile on my 12-core AMD Ryzen 5 2600 running at 3.4GHz. Thats a bit much, even for Rust. How...

enhancement

A nice feature to have would be JavaScripts fill operator: ```javascript const object1 = { foo: "Hello", bar: "World" } // { foo: "Hello", bar: "World" } const object2 =...

Fixes #1382

needs review

I'm a bit of a lunatic when it comes to dotfile cleanliness, so when GSConnect is creating: - `~/.mozilla/native-messaging-hosts/org.gnome.shell.extensions.gsconnect.json` - `~/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts/org.gnome.shell.extensions.gsconnect.json` - `~/.config/BraveSoftware/Brave-Browser-Nightly/NativeMessagingHosts/org.gnome.shell.extensions.gsconnect.json` - `~/.config/chromium/NativeMessagingHosts/org.gnome.shell.extensions.gsconnect.json` - `~/.config/google-chrome/NativeMessagingHosts/org.gnome.shell.extensions.gsconnect.json` - `~/.config/google-chrome-beta/NativeMessagingHosts/org.gnome.shell.extensions.gsconnect.json` -...

enhancement
maybe
needs review

Given the following code: ```ts // named export export namespace Foo { export const bar = 0; } // default export namespace Bar { export const baz = 0; }...

**Describe the bug** Despite being [mentioned in luanalysis]( ![image](https://user-images.githubusercontent.com/40474474/137420133-4e842d0f-3352-4b79-bea7-c9ee303bb658.png) ), generic classes are not supported by this language server. **Screenshots** ![image](https://user-images.githubusercontent.com/40474474/137420009-23fd1257-e471-48e0-980c-ab75b5e80dfb.png) **Environment:** - OS: Arch Linux - Client: VSCode

enhancement
feat/LuaCats Annotations
feat/generic