Alex Lu

Results 8 issues of Alex Lu

nginx を使って、ポート1個だけで narou にアクセスしたいですが、 ~~~ server { listen 80; location / { proxy_pass http://novel:33000; } location /ws { proxy_pass http://novel:33001; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host...

Hi I'm using different audio devices(for example, HD Audio at home and a usb DAC at work), I 'm wondering is it possible to change the audio source manually/automatically when...

enhancement

Hi, Pandoc supports [fenced DIV blocks](https://pandoc.org/MANUAL.html#divs-and-spans) after v2.0. The syntax highlight conflicts with definition lists. As a workaround, I set `use_definition_lists = 0` to render fenced_divs correctly. Please consider implementing...

bug

Hi, This patch is my attempt to support Kroki diagram(and fixes #4242). It is basically a clone of Mermaid Node with some modifications. ![20240316-224626](https://github.com/outline/outline/assets/888716/d0e30e87-9fc1-49ac-81de-8eada145e2c5) * `isDark` removed since Kroki doesn't...

## Bug Report ### Version ``` tracing-otlp-mre v0.1.0 │ │ │ │ │ │ └── tracing v0.1.40 │ │ │ │ │ │ ├── tracing-attributes v0.1.27 (proc-macro) │ │ │...

Hi, This is a follow up PR of #6680 which add Kroki support and fixes #4242 (potentially fixes #6798). This PR does: * Add a new `Kroki Diagram` block and...

**Is your feature request related to a problem? Please describe.** I'm using LDAP login and want to allow a set of users to create no-expiring app-passwords, the docs said `goauthentik.io/user/token-expires`...

enhancement
enhancement/confirmed

Hi, After I upgrade rust to 1.81, `cargo docs` reports serval errors like below and exits: error: failed to run custom build command for `libc v0.2.155` Caused by: could not...