Tommy van der Vorst

Results 178 comments of Tommy van der Vorst

This is happening here as well, but only when exporting to SVG. Exporting to PNG or JPEG renders the font correctly. Dockerfile: ````Dockerfile FROM node:lts-alpine ENV NODE_ENV=production ENV HIGHCHARTS_VERSION=11.4.0 ENV...

Is llama.cpp actually using Metal? I tried this and noticed (only after enabling some debug logging) that in fact the file `ggml-metal.metal` could not be found (it needs to be...

> I'm wondering if I should create a new model, a workout template or so, which would be the target every normal workout would be matched against (or partials of...

This is pretty cool! If this gets a bit more polish it can definitely be useful to analyse training progress. I just quickly tested your branch with some of my...

One addition: it *does* appear to match quite well if the segment GPX is very simple (i.e. hand drawn with gpx.studio). Perhaps consider simplifying the segment paths at import?

A last one: the list of matched tracks shows distance and time. As the distance may differ slightly between matched tracks, I would add the average pace (mm:ss) for running...

> I updated the algorithm and added a few parameters, to incorporate some of your remarks. I would appreciate if you could test again, to see if it works better...

@jovandeginste agreed! I think the feature as it is now is already a great addition. Can always make it even better in the future. Adding a way to create segments...

@jovandeginste I have made a very rough attempt at adding a basic segment selector. It works as follows: * In the `map` element, there is a form with two sliders...

Works beautifully! Some suggestions, which are probably easy fixes: * When adding a segment through the new screen, I would expect the new segment to at least be matched to...