マリウス

Results 172 comments of マリウス

Hey there! > On these [lines](https://github.com/mrusme/zeit/blob/446865a19c193e4656116d6e48b3e2de01bf4d3c/z/database.go#L29) your create some DB indexes. > > Do you actually use them somewhere (you only use AscendKeys in order to access the DB)? Not...

> I could implement it, if you have concrete suggestions. Tbh I don't, mainly because I haven't checked the recent versions of buntdb to see if/what's new, especially in regard...

@miltkall thanks for checking back, yes, sure, feel free! :-)

We can add a native `csv` value to the `export` command's `--format` flag, however, since it already does JSON pretty good, you could simply do this: ```sh zeit export |...

While I think tests are beneficial in general, so far `zeit` is mainly doing simple CRUD operations, with a few range loops here and there. Surely these could fail at...

Sounds good, how would you go about if someone wanted to subtract or add, let's say, one hour and ten minutes? `-70`? Or would that be `-1:10`?

Heh, good that you're asking, thank you! :-) I was intending to rewrite and extend the visualization stuff at some point. My thoughts were as following: - Take the existing...

I seem to be having a similar issue: ``` ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0, sample 0, dts 0 ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: All info found ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 0: start_time: 0 duration: 240.043 ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: stream 1:...

@MaxKellermann understood, will update MPD to the latest GitHub commit and try again with gdb/strace or similar tooling. However, if running `--verbose` is *not helpful* it might be worth increasing...

I can confirm that *something* seems to be borken with `drone-scp`. I tested copying a file from my local machine using `scp` and it worked without an issue: ```sh ▲...