Claudius Coenen

Results 53 issues of Claudius Coenen

you can now call Stats with this: ``` var stats = new Stats({bars: 200, barHeight: 70}); ``` And get a 200px wide chart with a barHeight of 70px. The overall...

Detailed description of the bug in #315, this patch should fix it by giving explicit values to `fg` for the internal widgets.

According to this, Windows filesystems might be able to do this more elegantly, too: https://stackoverflow.com/questions/3517460/is-there-anything-like-inotify-on-windows How complicated would it be to add support? Do you think it would be enough...

I know and have read through #390 and especially https://github.com/martynsmith/node-irc/issues/390#issuecomment-139427307. I know that node-irc works on windows even without iconv and node-icu... so why am I complaining? I'm on a...

legacy docker used port 8000, while this repository uses 8065. I now know this, because I found issues on this bug tracker that helped me. Nonetheless, that info would have...

**Describe the bug** When inside a namespace, I can't use the `debugI`, `debugV` ... shorthands. **Code Example** This prints out the same thing, once via tha long form and once...

As discussed in [the image upload pull request](https://github.com/hackmdio/hackmd/pull/248#issuecomment-261817797), I'd love to see this extended to arbitrary files. If I drag in an image, it becomes an image tag, if it's...

enhancement
help wanted
Hacktoberfest

I would love if besides users/groups there was also the concept of sharing privileges to a document via a simple **link**. I frequently edit documents that I'd want to edit...

feature:permissions

Hi! I figured out how to configure nextcloud, maybe someone can add this to the wiki page? make sure you replace `nc.example.com` with your actual domain. ``` - DEFAULT_PROVIDER=generic-oauth -...

documentation

I would love to complete my nextcloud login I mentioned in #189, but it turns out that I was missing one part: I am not receiving the `X-Forwarded-User` header. I...

enhancement