Angius

Results 20 issues of Angius

Currently, the only way to register multiple extensions would be ``` class Foo extends ParsedownExtra {} class Bar extends Foo {} class Baz extends Bar {} class Foobar extends Baz...

feature request

The pretty much says it all. The problem persists in my own application, as well as in the sample application included with this repo. Edit: After a minute or so...

**Is your feature request related to a problem? Please describe.** SubscribeStar [offers OAuth2 API](https://www.subscribestar.com/api) and supporting it as a part of this lubrary would be nice **Describe the solution you'd...

help wanted
new provider

## Check List Please check followings before submitting a new issue. - [x] I have already read [Docs page](https://hexo.io/docs/) & [Troubleshooting page](https://hexo.io/docs/troubleshooting) - [x] I have already searched existing issues...

feature-request

Some channels do add videos to their playlist in an already reversed order (newest videos at the end), but most of them keep most recent videos as first. It's incredibly...

component

I'm using Humanizer to show a human-readable time of posting a forum thread, like so: ```cshtml @Model.CreationDate.Humanize(culture: CultureInfo.InvariantCulture) ``` Both `.ToString()` and `.Humanize()` use `CultureInfo.InvariantCulture`. My system clock right now...

I like to have full control over the way things look. That's why here's some propositions from me: ### 1. Dark theme for the main view Plain and simple. We...

**Plugin version:** 0.5.29 **VSC version:** 1.26.0 **Nim version:** 0.18.0 Nim is accessible from cmd and VSCode terminal, `bin` folder added to PATH. *Some kind* of syntax highlighting is present, but...

Sometimes it's easier to just connect with a connection string. Heroku, for example, adds it to the environmental variables as soon as a database is installed. It's formatted as ```...

help wanted

```js import minifyHTML from 'rollup-plugin-minify-html-literals'; const bundle = await rollup.rollup({ input: `${roots.js}/src/components/**/*.ts`, output: { file: out, format: "es", sourcemap: true }, plugins: [ multi(), resolve(), minifyHTML(), esbuild({ tsconfig: "./tsconfig.json", minify:...