Results 50 issues of minusf

it does not seem to work inside html tags: ``` html { ``` the { is never closed.

### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...

bug

Consider the following snippet: ``` DEV = $$([[ "${PROJECT_ENV}" == "production" ]] && echo "" || echo "_dev") DB_NAME ?= ${PROJECT}${DEV} ########## comment ``` highlighting results: After commenting out the...

### Did you check docs and existing issues? - [X] I have read all the docs. - [X] I have searched the existing issues. - [X] I have searched the...

bug

**Describe the bug** `updated` dates taking precendence over `published` even when setting is turned off **To Reproduce** 1. `Mark updated articles as new` setting turned off, set order by date...

discussion :speech_balloon:

This fixed it for me: ```diff --- .mutt/dracula.muttrc.orig Fri Apr 19 15:20:05 2019 +++ .mutt/dracula.muttrc Fri Apr 19 15:20:10 2019 @@ -16,12 +16,12 @@ color tree color141 default # message...

having said that, it probably shouldnt be something monstrous like the solarized mutt url regexp :}

### mpv version and platform macOS 10.14.6 mpv 0.30 from brew ### Reproduction steps Playing various format music files. ### Expected behavior No underrun. ### Actual behavior The music randomly...

ao:coreaudio
core:audio

The first example comment seems to be only partially correct: https://github.com/jsocol/django-ratelimit/blob/main/docs/usage.rst?plain=1#L84: ```py @ratelimit(key='ip', rate='5/m', block=False) def myview(request): # Will be true if the same IP makes more than 5 POST...

Here I go again trying to use `uv` as poor man's devpi offline replacement. Some confusions about this were cleared up in an issue before (https://github.com/astral-sh/uv/issues/3468) Everything is working as...