Cetin Sert

Results 133 comments of Cetin Sert

Interestingly, `type=module` (no quotes) works just fine! ![image](https://user-images.githubusercontent.com/27027/157737526-c58988bb-3412-4a51-8992-a903f2dea9bd.png)

@zerodevx – [the approach suggested above](https://github.com/zerodevx/zero-md/issues/65#issuecomment-1040237086) breaks encapsulation. `` is the only third-party custom element I have seen that behaves like the standard elements of HTML in that it does...

RTCode.io ❤️ <zero-md> Dear @zerodevx, We have dedicated the short domain [**`md.rt.ht`**](//md.rt.ht) to the latest stable version of **``**! It is the shortest domain you can get that serves as...

This helps! ![image](https://user-images.githubusercontent.com/27027/136586130-799645c9-092f-42d1-bb5e-b8b53be78b94.png)

People here https://github.com/emscripten-core/emscripten/issues/9443#issuecomment-594864722 (from the linked comment below) follow the same issue all the way up to LLVM.

Yes, it fails to return. - try the `--profile` flag to produce a better stack trace: https://github.com/emscripten-core/emscripten/issues/9443#issuecomment-594864722 - try different optimization levels `-O1` vs ... - https://github.com/emscripten-core/emscripten/issues/9443#issuecomment-821814373 - https://github.com/emscripten-core/emscripten/issues/9443#issuecomment-823029438

`AllocPages` is still being a source of suffering it seems o__O. Looking forward to https://github.com/paulo-coutinho/pdfium-lib/pull/55!

@paulo-coutinho – very excited about the outcome from this! Hopefully it will offer something beyond `emscripten` all by itself.

It is the same even if we tell `FPDF` to use an external buffer as in `FPDF.Bitmap_CreateEx(width, height, format, buffer, ⋯)`.