-
When I try to do this -
eda = EDA(df,title='Exploratory Data Analysis')
eda.EDAToHTML() # For generic analysis on the dataset.
FileNotFoundError: [Errno 2] No such file or directory: '/home/moh…
-
# 🚀 feature request
### Description
In angular it is possible to use SVG as template: https://angular.dev/guide/templates/svg-in-templates.
But currently when having a function binding in the tem…
-
```
We have the following compilations warning at this moment, it is very important
to eliminate all of them before release v1.0:
String.cpp: In member function ‘off_t String::toOffset()’:
String.cp…
-
**Describe the bug**
When attempting to push an API to the Redocly API Registry using CI/CD, all files in the folder are being pushed instead of files selected in redocly.yaml
**To Reproduce**
…
-
So rollup config looks like this:
```
htmlTemplate({
template: 'src/index.html',
target: 'index.html'
}),
htmlTemplate({
template: 'src/learn.html',
…
-
Other SMTP / email libraries for JS or Python have the ability to "render" an html files and pass through variables.
ie.. pseudo code:
```
var htmlTemplate = fs.readFileSync('./views/email-wel…
-
Using 2.0.2 emojis render properly, but 3.0.0 does not render emojis anymore and renders them as square blocks.
Can be as simple as:
```html
😳
```
```ts
return await ImageResponse(htmlT…
-
swangular.open({
title: title,
htmlTemplate: "./pop.html",
});
When open alert, Getting getElementsByTagName of undefined is logged. The swangular is open, but the te…
-
**UI Hanging Issue while using html string**
DispatchQueue.global(qos : .background).async {
guard let data = htmlTemplate.data(using: .utf8) else {
return nil
}
…
-
```js
import express from "express";
import { createSSRApp } from "vue";
import { renderToString } from "vue/server-renderer";
const server = express();
//////////////////////////////////////…