Stephan Jorek

Results 9 issues of Stephan Jorek

I learned in https://github.com/stefanesser/suhosin/issues/18 the following: calls to `function_exists()` silently return `FALSE`, if the function to test for has been blacklisted or not whitelisted in one of the these configurations:...

enhancement

This fix allows serving from MacOS's symlinked temporary directory. MacOS symlinks `/var` to `/private/var`. The default temporary directory on MacOS is `/var/folders/…`, so fluentmark-rendered files can not be served on...

# What this PR does This PR adds arm64-platform support (e.g. for Apple Silicon processors) to `typo3solr/ext-solr` docker-image. Therefore several changes were neccessary: - Update all required github-actions in .github/workflow/ci.yml...

As _groc's_ incomplete [google site-search results](https://www.google.de/search?rls=en&q=site:nevir.github.io/groc/&ie=UTF-8&oe=UTF-8) prove, the current on-the-fly generated tables of contents is ignored by search-engines. As an initial step towards a better (ajax-based ?!?) solution I changed...

… what should I say, here is support for literate coffee-script. If one digs deeper into this mode, you will recognize that code and comments have always separate segments. This...

Description is in https://github.com/nevir/groc/issues/114 …

The current implementation offers the ability to fold comments by using a language-dependent prefix called `foldPrefix` in the comment to collapse. It's somehow confusing, as one could think only the...

… well as the headline says; I'd like to substitute the “Table of contents”-caption in the toolbar with a proper icon, to reclaim the space the icon frees for the...

I'm not yet satisfied with the current `codeOnly`-implementation, introduced by my own pull-request: https://github.com/nevir/groc/pull/109 . The undocumented code looks good, no question, but having the option to document it by...