Bi0T1N
Bi0T1N
For successful compiling of internettools in Delphi, in a first step all += need to be replaced by inc() as Delphi does not support += at all. Using exit() with...
> New approach should be: > > * `@author` tag should allow other @ tags inside, and automatically recognize links using existing logic in PasDoc_TagManager . To make this work,...
I understood it a bit different, so that you want to have an output similar to the following: [Johannes Berg]([email protected]) [John Doe](www.somewhere.on.the.net) [Jane Doe](http://jane.doe.org) But your screenshot looks also fine...
Or did you mean to use `@author(First Last @url([email protected]))` and it will be shown as (without making the name clickable): First Last
> * As for `@author` treating specially last or first word: I say this is a bit risky. I mean it looks good on examples with email. But if you...
I've tried what you wrote but noticed that following combinations do not work but it's more about `@url` that does not expands tags inside it: ```pascal // tags inside author...
> > Ah, indeed. Hm, I think we could then make `@url` support tags. It should work, at least in the HTML output. > But that would break all e-mails...
I fixed the merge conflict that was due to the `embedSdf.rb` already being deleted while changes for `SDF 1.10` have been added by targeting branch sdf13...it bases on sdf13 now.
@FirefoxMetzger Can you please rebase this on the head of the current sdf branch? The changes for #642 have already been merged via #662 (with a proper ``) but are...
You need to set the corresponding options for saving a stream with libVLC. For the required command, see [here](https://wiki.videolan.org/Documentation:Streaming_HowTo/Receive_and_Save_a_Stream/#Save_a_stream_with_VLC). Something similar to: ```python save_file_option = f'--sout="#std{{access=file,mux=mp4,dst={filepath}}}"' media = instance.media_new(playurl, save_file_option)...