Elan Ruusamäe

Results 477 issues of Elan Ruusamäe

I was wondering if commonmark provided example for [TaskListExtension][1] how to: 1. add javascript listener on click of task item 2. modify markdown to handle the ticked state of the...

enhancement
feedback wanted
discussion
do not close

Just wanted to know that I created Dockerfile to build for linux-arm. - https://github.com/glensc/docker-apfs-fuse Didn't want to trash my Raspberry Pi with build dependencies, so I built this on macOS....

https://github.com/simplepie/simplepie/blob/1.5/idn/idna_convert.class.php this class official upstream is: - packagist: https://packagist.org/packages/mso/idna-convert - github: https://github.com/phlylabs/idna-convert if you have any local changes those should be reported first upstream: - https://github.com/phlylabs/idna-convert/issues - https://github.com/phlylabs/idna-convert/pulls

!Feature Request

Given such code: ```php function comment() { $o = (object)array(); $o->config = array(); return $o; } $reply_conf = empty(comment()->config['show_reply_threads']) ? array() : comment()->config['show_reply_threads']; ``` this triggers false positive report: ```...

Type: bug

## Description i find debian packages listing inconsistent with one that rpm provides. - rpm system has "release" portion - deb system "release" is included in "version" portion - some...

So, the typical use case is to offload heavy job to resque. So in my application, I need to poll until the job is finished, current documentation does not provide...

wishlist

### Version 21.21.0 ### Steps to Reproduce 1. have some app write their data 2. `docker-compose logs --tail=30 -tf nginx` ### Expected Result clean logs ;) ### Actual Result ```...

Improvement

### Version 21.12.0 ### Steps to Reproduce The problem seems to be identical to https://github.com/getsentry/self-hosted/issues/1417 (which is closed and locked without resolution), that the nested is created with each upgrade...

Status: Backlog

### Problem Statement I would like to keep `sentry/config.yml` in a git repository and share it with two instances: https://sentry.test.onpremise.example.com and https://sentry.production.onpremise.example.com. committing value of `system.secret-key` is not appropriate there....