Search found 262 matches

by Josef Templ
Wed May 08, 2019 7:38 pm
Forum: GUI problems
Topic: Change Manifest file to avoid blur in Windows 10
Replies: 2
Views: 9469

Re: Change Manifest file to avoid blur in Windows 10

Interesting observation! Here is some background info on that topic. https://msdn.microsoft.com/en-us/library/windows/desktop/mt846517%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396 Usually such settings tend to have unwanted effects in other situations. My question is if there are any known unwa...
by Josef Templ
Wed May 08, 2019 7:14 pm
Forum: Common questions
Topic: Utf8 converter is missing in HostTextConv.
Replies: 12
Views: 20720

Re: Utf8 converter is missing in HostTextConv.

.utf8 seems to be the 'official' extension for UTF-8 text files. In addition, there could be the Converters.importAll flag set for such a converter. I don't know exactly what it changes, though. For decoding arbitrary binary files, however, this may lead to utf-8 decoding errors and the question is ...
by Josef Templ
Sat Apr 27, 2019 10:02 am
Forum: Common questions
Topic: Utf8 converter is missing in HostTextConv.
Replies: 12
Views: 20720

Re: Utf8 converter is missing in HostTextConv.

adding utf8 converters is a good idea for me.
What would be the file name extension? Is there any standard for that?

- Josef
by Josef Templ
Wed Mar 27, 2019 9:58 pm
Forum: Common questions
Topic: Deleting a Directory
Replies: 6
Views: 12262

Re: Deleting a Directory

It is interesting that Delete is not supported for directories. Is there any complication involved? I mean what happens to open files of the deleted directory, for example. Probably handled by the OS but are there any special cases? I could imagine to support deletion of directories in Files.dir.Del...
by Josef Templ
Wed Dec 26, 2018 8:21 pm
Forum: BlackBox Framework
Topic: Caret at compiler error mark
Replies: 3
Views: 10547

Re: Caret at compiler error mark

Placing the caret at the first error marker is definitely the normal behavior.
In addition you can press Ctrl-E for moving to the next error marker.
by Josef Templ
Wed Dec 19, 2018 7:57 pm
Forum: Components Support
Topic: SovietPony's crap
Replies: 11
Views: 22607

Re: SovietPony's crap

I understood it as playing his contribution down (meaning: look, this is my little contribution),
although at least the goals are quite ambitious. The wording must not be taken literally
but maybe subject to improvement.

- Josef
by Josef Templ
Sat Dec 15, 2018 1:30 pm
Forum: Components Support
Topic: SovietPony's crap
Replies: 11
Views: 22607

Re: SovietPony's crap

SovietPony wrote:I implement three-way merge (diff3), but i still need to implement Patience Diff Algorithm to produce more quality diffs and conflicts.
Also, i think we can integrate this module into git if make custom diff3 utility.
I am looking forward to that!

- Josef
by Josef Templ
Mon Dec 03, 2018 10:24 pm
Forum: Components Support
Topic: SovietPony's crap
Replies: 11
Views: 22607

Re: SovietPony's crap

Very interesting and ambitious projects.
How difficult would something like diff3 be given that you already have diff?
Is a 3-way merge also something that is within reach?

- Josef
by Josef Templ
Tue Nov 20, 2018 8:34 pm
Forum: Common questions
Topic: CommStreams
Replies: 19
Views: 27066

Re: CommStreams

If there are any problems with downloading, it may be required to look into the responses provided by the http server directly. I don't know if this is possible with Ivan's program. If it is not possible you can use the sample program I have posted earlier in this topic. It shows the response header...
by Josef Templ
Mon Nov 19, 2018 7:07 am
Forum: Common questions
Topic: CommStreams
Replies: 19
Views: 27066

Re: CommStreams

Works fine for me too. Doug, it seems like there is a proxy configured. This means that you cannot access the remoteAdr directly but only indirectly via an auxiliary node called a proxy. If that is the case, you must use the the proxy's IP and port as remoteAdr. You can use the test program below fo...