Elias N Vasylenko

Results 12 comments of Elias N Vasylenko

[Servo](/servo/servo) may be worth exploring for this in the long term. It's almost entirely Rust afaiu, so can hopefully be targeted to Sulong, and apparently ["pluggable engines is a long-term,...

Interesting. So is what you're exploring something like a drop-in replacement? That is, fork Electron with whatever modifications may be necessary to swap V8 out for GraalJS and target to...

I've just been reading through this thread out of curiosity and I'm really struggling to see what the problem is? If you want to use a thread pool, well that's...

@BryanHunt, in that case the re-resolution would presumably fail and you can just fall back to the previous resolution. As a small edge-case note: I've had the same thing happen...

Deleting the bnd workspace and re-cloning didn't fix ... but deleting the eclipse workspace and recreating it did. I also noticed PyDev sets to not build before launch, which does...

Understandable! I did spend a few hours trying to get started on this before I made the issue even, but I don't really know what I'm doing with Eclipse plugins...

Just wanted to chime in and describe some some real practical consequences of this, since it's a source of daily frustration for me. - For projects with a bnd plugin...

I think this should be considered orthogonal to the current status options; an interface can be intended to be implemented by the API consumer while at the same time be...

I think the most natural system is to just use raw verbs `get()`, `post()`, etc. rather than a special path name like `$`. Is there any problem with this approach?...

I've been thinking about this a lot and I feel that aggregation is not the only useful way web resource capabilities can be consumed in their current form (especially with...