Results 40 comments of Tim Čas

That might be true, but OTOH, Duktape has a different purpose to most other engines (for starters, it's lightweight, and meant to be embedded in just about anything --- and...

There is a problem with the helper functions w.r.t. global variables. On the other hand, `{ .field = value }` syntax is not available in all compilers (despite it being...

@fatcerberus: That's a start, though I think it's important to know if/which older versions are supported, too. There's also the matter of compilers for embedded devices, some of those are...

@fatcerberus: Any updates w.r.t. MSVC 2015 support for C99? Specifically, the support for named field initializers (e.g. `{ .foo = 5, .bar = 7 }` for `struct { int foo,...

Possibly related to #59? (in particular, see https://github.com/winfsp/sshfs-win/issues/59#issuecomment-950024206)

Probably related to https://github.com/winfsp/sshfs-win/issues/59#issuecomment-950024206, which describes the *exact* same symptoms (to the point where I'd call this issue a dupe of that one). > I am not aware of any...

As a simple-ish solution that doesn't need a system-wide change, looks like `longPathAware` can be set in the program manifest (no idea how to do this, I've never dealt with...

Any updates to this? I'm forced to use an ugly shim because `utils.js` does not export `Y`. Alternatively, as a backwards-compatible stop-gap, could `Y` perhaps be exported? Probably won't work...

For the record, I am ***strongly*** with @oridb and @comex on this issue. I think this is a critical issue that should be addressed before it is too late. Given...

@Saul-Mirone Bump. I have the same problem as @s524797336.