Results 37 comments of siddjain

I would like to understand why does this warning not appear in some demos? E.g., the demo at https://jpuri.github.io/react-draft-wysiwyg/#/ does not give the warning.

Thanks. Much obliged. This almost works for me except for 2 things: 1. The equation number appears on the left of the equation whereas standard practice is to have the...

@mojavelinux, is the output you have pasted the result of running asciidoctor-pdf. Below is my asciidoc ``` :stem: latexmath :eqnums: :chapter: 1 [latexmath#formula, id="formula", reftext={chapter}.{counter:equation}] ++++ \begin{equation} y = x^2...

adding a note to help readers later on. the left-side equation numbering got fixed when i upgraded to asciidoctor-pdf v1.5.3. earlier i was using beta7 version of 1.5.0

the error is there even if I edit entry.js and change to: ``` exports.default = _default; ``` on last line. I am puzzled why does `tsc` work but the rollup...

is this still an issue? Given: ``` emf.withTransaction((session, tx) -> {...}); ``` How do I set the transaction isolation level in `{...}`?

512 GB RAM! you must be rich to afford a machine like that. same error here: ``` $ tail -f /var/log/messages Feb 1 05:05:34 clickhouse-1 kernel: [9464263.071423] sysbench[1745710]: segfault at...

I also noticed this in the README.md > uses after the dead line web service: http://afterthedeadline.com/ Does this send the whole document to a remote service to be spell checked?

it does send the whole document to a remote web service! ``` POST http://service.afterthedeadline.com/checkDocument HTTP/1.1 Host: service.afterthedeadline.com Connection: keep-alive Content-Length: 3980 Accept: application/xml, text/xml, */*; q=0.01 Origin: file:// User-Agent: Mozilla/5.0...