Nikola Lukovic

Results 8 issues of Nikola Lukovic

What do you think about using [generator functions](https://basarat.gitbooks.io/typescript/docs/generators.html) for lazy execution?

feature request
ES6 version

Sometimes when calling: TheArtOfDev.HtmlRenderer.PdfSharp.PdfGenerator.GeneratePdf I get this exception: at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at TheArtOfDev.HtmlRenderer.Core.Parse.RegexParserUtils.GetRegex(String regex) in d:\source\github\HTML-Renderer\Source\HtmlRenderer\Core\Parse\RegexParserUtils.cs:line 192 at TheArtOfDev.HtmlRenderer.Core.Parse.RegexParserUtils.Search(String regex, String source, Int32& position) in d:\source\github\HTML-Renderer\Source\HtmlRenderer\Core\Parse\RegexParserUtils.cs:line...

### What happened? Docs example of sending a message from MAIN world CS to background throws an error. When trying to send a message to background thread from MAIN world...

bug

### What happened? Trying to start dev after creating an empty project throws an error. ### Version Latest ### What OS are you seeing the problem on? MacOSX ### Node...

bug

Both ```sh CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++ ./Meta/ladybird.sh run ladybird ``` and ```sh ./Meta/ladybird.sh run ladybird ``` fail with the same error: ``` CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message): Command...

build issue
macos