Mabi19
Mabi19
Importing the package errors in Deno 1.6. Output of `deno --version`: ``` deno 1.6.0 (release, x86_64-pc-windows-msvc) v8 8.8.278.2 typescript 4.1.2 ``` And here is the error message: ``` error: TS2322...
### Environment Nitro version: 0.4.12 Node version: 18.6.0 OS: Windows 10 ### Reproduction [GitHub repo](https://github.com/Mabi19/nitro-body-bug) The repo contains a simple server app with two routes: - / (containing a simple...
### What is the feature you are proposing? Currently, `` will always try to stream content when the current connection is streaming, even without ``. I'd like to be able...
**Describe the bug** In between TS 5.7.3 and 5.8.2, something changed such that `{false && }` (and most other types of conditional rendering) do not typecheck anymore. **To Reproduce** Use...
**Describe the bug** In GTK 4, icons need to be put in a faux-icon-theme directory structure to be recognized as symbolic - just putting them in there like in GTK...
I was playing around with the binding implementation and made something useful. This PR allows for two new things: - chaining `.as` calls properly, i.e. `bind(num).as((v) => v * 2).as((v)...
**Describe the bug** Occasionally, the `ssid` and `icon_name` properties on AstalNetwork.wifi will break, returning null and the empty wifi icon respectively until the app is restarted. Some assertions will also...
This is the doc comments commit cherry-picked out of #127, with a couple extra fixes and an implicit conversion warning added on. Incidentally, this is my first time using `git...
**Is your feature request related to a problem? Please describe.** Recently, [session lock support](https://github.com/wmww/gtk4-layer-shell/pull/62) was merged into gtk4-layer-shell. It'd be nice if Astal supported it directly without having to manually...
**Is your feature request related to a problem? Please describe.** It'd be neat if AstalNotifd supported the non-standard KDE inline reply notification extension. When the extension is unsupported, apps put...