Andrew

Results 140 comments of Andrew

Please try the same but from folder/path that contains only ASCII symbols. What you will get? I suspect problem is in incorrect file:// url encoding so asking.

May I get exact path where scapp fails (to test it here) ?

I suspect that copy operation is not applicable to generators as it may create forks... But I think that move semantics for generators does make sence - to support swap...

As far as I can see you have explicit copy constructor of the generator, right? If so then conceptually that is right thing to do. I am disabling blind copy...

> was able to reconstruct sys, sciter, and env modules @sys module is pretty much [Txiki.JS](https://github.com/saghul/txiki.js/) as it is. I think it makes sense to contribute documentation to txiki.js project,...

unicode() function is not complete yet. Essentially that is UNICODE classification function similar to String.indexOf(). This for example: ``` let idx = sctr.unicode(sometext, "rtl"); ``` will return index of first...

I do not see any problems using scapp executable to run your document (Linux Mint 18): ![clock](https://sciter.com/wp-content/uploads/2022/01/clock.png)

What about individual files (after cloning repository without zip)?

You MUST store the monitor instance somewhere and you SHOULD close it at some point: Try this: ```HTML Test import * as sys from "@sys"; var monitor = sys.fs.watch( URL.toPath(__DIR__),...

Up until recently bin\windows\x32\scapp.exe was using window-frame=extended that means caption and window chrome was defined in HTML/CSS - may differ from system one. I've switched back to window-frame=standard recently.