Max Albrecht

Results 30 comments of Max Albrecht

I have not yet looked into KSS to much, but for generating static sites from mustache I love http://laktek.github.com/punch/. It currently reads content from JSON and Markdown files. Does it...

I made a demo for this a while back, it uses pandoc to render the PDF with latex. https://github.com/papermill/pandocco

I dont think showing the origin name is technically possible (you can not ask git how you got into the detached HEAD, its just detached), but I added a 👍...

> > I dont think showing the origin name is technically possible > > I think the OP is asking for the equivalent of `git describe --all`. That command might...

Note about the caching: there are actually 2 levels to consider. * apache server: keep the resized files so dont calculate them for every single request * browser cache: use...

Just to write down what I said about the workflow in Demo, to keep it simple under the following assumptions: - translators are external and not collaborating like devs (via...

In Madek, we use the[ `linkify`](https://www.npmjs.com/package/linkifyjs) module for this: https://github.com/Madek/madek-webapp/blob/b0055d400a478052893bc700b203883efb801e5c/app/assets/javascripts/react/decorators/MetaDatumValues.cjsx#L91-L105 We could adopt the same solution almost 1:1, i'd only change `target: '_self'` to open in a new tab instead,...

try https://getbootstrap.com/docs/4.6/components/forms/#readonly-plain-text

result of discussion: # templates + reorder simple version ## templates index * top of list: start/end-date fields, mandatory * list: per line a [sumbit] button * creates Reservations with...

API for frontend: - `GET /translations` -> JSON structure to be defined. - user specific – depends on the logged in user, but also needs to work when logged out...