-
The default WordPress header is loaded when get_header('shop') is called, instead of the Sage 9.
If I create a header-shop.php file inside of views, it's not read and ignored.
If I create it in …
-
Does the Mesh plugin expect specific filters/actions for rendering the markup?
In a sage9 based one pager theme, for each page the blade render method is called,
but Mesh plugin is not adding the m…
-
We add script packages to keep track of system package information for Tcl/tk and the python `_tkinter` module
https://doc.sagemath.org/html/en/installation/source.html#tcl-tk
https://github.com/3…
-
## Submit a feature request or bug report
- [x] This is a bug report
- [x] This request isn't a duplicate of an existing issue
- [x] This is not a personal support request
---
**What is the c…
-
This should fix the notice on the undefined $block['className']
`
if(!empty($block['className'])):
$class_name = $block['className'] . ',';
else:
$class_name = false;
endif;
$block[…
-
It seems Travis CI is not used and was last running 8 months ago.
https://travis-ci.org/olefredrik/FoundationPress/builds/354429059
Is there a reason to not use it? How could we use it and which…
-
Here are two representatives of the same (reducible) outer automorphism of F_3, where the first is a false positive for `is_iwip`:
```
import train_track as tt
phi1=tt.FreeGroupAutomorphism('x-…
-
This is a similar issue to #979, but specific to the isotope-packery plugin. When I run webpack, I get the following error:
```
ERROR in ./node_modules/isotope-packery/packery-mode.js
Module not fo…
-
Hi all,
I am using ACF Builder + Sage ACF Gutenberg Blocks from orditeck/sage9-acf-wp-blocks.
All is well until I realized data from the block seems not being passed to the controller or filter.…
-
In QQbar, there are currently many operations that involve recursive calls. For example, this rather simple example gives an error because the Python stack gets filled:
```
sage: a = QQbar.zeta(100…