sirisian

Results 59 comments of sirisian

Added a section clarifying things. https://github.com/sirisian/ecmascript-types/blob/master/README.md#nativeruntime-typing-vs-type-annotations-aka-types-as-comments

@Lesani Don't quote, me as I don't know Python, but something like the following should work for server.py: ```python server.py | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-)...

https://github.com/sirisian/ecmascript-types/blob/master/random.md

https://github.com/sirisian/ecmascript-types/blob/master/threading.md

How do I get the symbols? Is there a simple method others are using? I have a crash I'm looking at in 0.87.0 in Windows on 64-bit and I was...

See this which resolved a few of these concerns: https://github.com/sirisian/ecmascript-types/issues/27#issuecomment-1345895267 Removing implicit type conversions I still believe is useful to protect against errors. Will keep this open as I think...

I don't know if my [previous comment](https://github.com/Devographics/surveys/issues/47#issuecomment-1279574712) was clear, but I think the wording here will confused people: > Static Typing: Native types (similar to what TypeScript offers). There's a...

@SachaG I'd recommend removing it then completely as any conclusion drawn from it will confuse people more (or be used to draw flawed conclusions about the direction of JS). I've...

Does this implement any multithreading without CUDA? I just spun up a VM and gave it 14 of my 16 cores (5960X) and setup everything. It only seems to be...

Yeah I let it run and it got to 70 iterations of 500 after like 36 hours with the small sample images. I created a quick Ubuntu partition and with...