Results 10 issues of mij

What logic or plug-in is used to control the Table of Contents while scrolling? This becomes very slow with relatively short pages already: - 4100 words - ~30 headings -...

bug
help wanted

LoveIt uses a map called `this` in Page Scratch. Although this works, it causes various heisenbugs in assets being randomly not loaded. For example, the echarts library is included in...

Hello folks, The patch attached resolves, in a fully backwards-compatible way, the problem of echarts in LoveIt unable to support Javascript. The patch supports this new form of using the...

Hello folks, I applied `validators=[myfun]` to a `TranslatedFields`'s field today. It looked like this: ```python def validate_commonmark(value: str) -> str: raise ValidationError("I don't like anything") class MyModel(TranslatableModel): name = models.SlugField(primary_key=True)...

Hello folks! It would be fantastic if `drill` would allow customizing the optype to send, similar to what `dig` does. In particular, this would allow using `drill` to test `NOTIFY`...

Add a signal for PayPal notifying via IPN that a user's subscription failed a payment. This notification is crucial to respond to, because the event normally results in PayPal shortly...

Indicate the datetime format of all DateTimeFields so they can be correctly parsed. This change is made in particular for retry_at. When users create a subscription which later fails an...

Thank you @LappleApple and writers/editors for this amazing initiative! I just spent some time improving the README and docs for tattler and would love some feedback from objective third parties:...

Envdir should omit loading hidden files (e.g. `.MY_VARIABLE.swp`) into the environment. Although DJB forgot to cover this case, there are 2 reasons for this: - A practical one: `envdir` currently...

A basic feature which would be great to have: a "go to column" command. Many CSV files (like HL7) have a lot of columns, and with different length. It's often...

enhancement
good first issue