Mathias Walter

Results 59 comments of Mathias Walter

It would be realy great to have this feature. I'd prefer setting a path to bibtex file in the page's metadata. Alternatively, an integration with [refbase](http://www.refbase.net) would be the best.

Hmm, `csvtk mutate2` can calculate with dates, at least partially. But it does not return a date-formatted string. It returns a number. Formatting it with `csvtk fmtdate` returns an empty...

According to https://github.com/Knetic/govaluate/blob/master/MANUAL.md#types it converts dates to float64 automatically. Hence, it should be able to do some math with it. And it works, indeed: ``` echo -e "date\n2021-08-26" | csvtk...

It looks like this is already integrated but I could not access it. See https://store.crowdin.com/products/bds.

Still present in [2022.06.13-v1.77.3-nb](https://github.com/mRemoteNG/mRemoteNG/releases/tag/2022.06.13-v1.77.3-nb)

Did you ever use gitter.im? It is not a group, but a room for communication with github integration.

I agree that Gitter has some drawbacks (i.e. crash on notifications, missing search, etc.). groups.io looks promising, indeed. But I wonder how they finance this free service and how long...

The most annoying bug in slack are the rare notifications via email. Neither I use the desktop app nor the mobile app nor I have the slack website open in...

I made some progress and will create a PR soon, hopefully. I'll discuss further improvements about a common generator for connectors I thought about, after I created the PR.

After learning a lot about cq and cqparts, rendering of 3D shapes is nearly finished: ![image](https://user-images.githubusercontent.com/1370732/50531484-fafd6600-0b0a-11e9-9bf8-862ad9c89ba9.png) Now I'll bring both generators together.