Dan Watson

Results 10 comments of Dan Watson

@Trurl101 Edit: I missed the part of your comment where you already solved your issue :). Carry on 👍 One quick way around this is to extend the GpgsClient and...

I'm having the same issue. Running a spring boot app in eclipse, with or without the spring tools suite, does not have any on-the-fly sass functionality. It's preventing me from...

@vjorge If you're still in need of this functionality I have implemented it in my fork: https://github.com/theshoeshiner/JStruct

@rdipardo Did you mean to say "SimpleXML"? Your screenshots match what I'm seeing. QuickXML actually produces _correct_ indentation, SimpleXML produces the incorrect indentation that I initially encountered, and StringXML produces...

I see one of the build checks is failing, but I can't figure out exactly why. It's failing while checking the open api changes - of which there are two,...

I definitely agree. This PR is really mostly to create the proper api to store the offset, which I think is what you're proposing. The parsing of the offset from...

One thing to discuss - Right now as far as I can tell, subtitles are saved as media streams, and all their properties are collected at the time of upload/discovery...

`I feel like the file name is one of the worst places to have it` I agree in general, and would have gone that direction if this were brand new...

As of right now there appear to be ~6 things being parsed from the file name: 1-2. The media file name and subtitle format (the obvious two) 3. The subtitle...

@JPVenson I've actually already updated the webapp with the ability to set the offset from the edit screen. Just haven't created the PR yet but I have it built and...