-
The issue has been brought up with the renaming of jade: if we have to change the _default engine_ away from jade, which engine should it be? There are three main contenders, with, i.m.o. the main pro…
-
Templates in jade files are not picked up and stubbed automatically like html files are. The format in jade is:
```
template(name="templateName")
```
-
Hello,
It appears LaTeX markup is not formatting inside Jade templates. Unfortunately, Jade is popular and many Hexo themes are written in Jade templating.
Would there be a workaround to have compati…
-
After correcting a typo for Polish, for example in "jade" to "jadę", I get yet another suggestion that the word should end with the dot. This is probably due to the missing punctuation at the sentence…
-
Getting `Uncaught Error: failed to require "fs"` when I try to include a jade template:
``` javascript
require.config({
baseUrl: '/',
paths: {
'jade': 'require-jade/jade'
}
});
r…
-
When fuzzing [`bson-ruby`](https://github.com/mongodb/bson-ruby) I'm repeatedly getting this error.
`sigaltstack`:
```
AddressSanitizer: CHECK failed: asan_thread.cpp:383 "((ptr[0] == kCurrentS…
-
**Describe the bug**
If you run `ninja -C build clang-tidy` it will not work if you are using pch files if you have not run a full build yet, particularly with clang, since the pch files will not y…
-
I was able to install it successfully, the error happens when accessing via browser.
My env: node.js 0.10 and on win7
I'm new to node.js, could you give me some hints ? to me it's like a doctype prob…
-
After having done some evolution on mdatagen related with the best practices of testify I’d like to suggest the use of a common function to generate code assertions.
It used to be a simple `assert.Eq…
-
### Bug description
I encountered an issue where a table generated with pd.to_markdown in Jupyter Lab loses its borders when exported to Word using Quarto. The borders appear correctly in the PDF o…