Pascal Hertleif

Results 115 issues of Pascal Hertleif

Hi, I just wanted to try this out and got some errors concerning missing files for includes. Gulpfile: ``` coffee gulp.task 'api_docs', -> gulp.src('api/*.raml') .pipe raml2html() .pipe gulp.dest('public/api') ``` RAML...

@oe was kind enough to extract our website styl into a reusable Jekyll template! Let's try to use it as a `remote_theme`.

website

Aside from an attendees list, one feature of meetup.com that our website doesn't have is a calendar feed. We could easily implement one, though. It's just a matter of adding...

website

A few of our talks have videos, and so far they are available at both media.ccc.de and Youtube. Do we always want to link to one of them, or link...

question
decision

Let's define the format of out archives. ## Current state A binary file that is actually just concatenated gzip blobs. Features: 1. Extract gzip files 2. Append is trivial ##...

For @quietmisdreavus and rustdoc integration. - [ ] Add two cargo features: `build`, and `serve`, both enabled by default - [ ] Further split up `lib.rs` and conditionally enable stuff...

help wanted
good first issue

As of #1 and its implementation in #2, the `u64` values that the index gives us is split into two: 32bit for the position in the archive, and 32bit to...

enhancement

Now that we're using index files as described in #1, there are some features we can additonally implement. One of them is to update an archive. As I wrote in...

enhancement

We currently have the app from the Getting Started guide implemented for all backends, but there are no tests to ensure they all behave the same. The app implements several...

help wanted
good first issue
tests

I'm trying to parse MaterialX files [like this one](https://github.com/AcademySoftwareFoundation/MaterialX/blob/b26f19e75226163acea0e24b457e3d4649e04b64/resources/Materials/Examples/StandardSurface/standard_surface_brass_tiled.mtlx). They include "node graphs" which are a list of different elements with quite similar attributes and child elements. As I don't...

serde