James Hill

Results 11 issues of James Hill

The original awesome-markers plugin appears to have been abandoned & not updated / maintained for many years. However the project was forked & subsequently improved & undergoing active maintenance at...

When defining an R6 object within a package, running 'Check' will cause 'self' to trigger 'no visible binding for global variable' message. One way to fix it is: ``` if(getRversion()...

As the title says; although it is now possible to 'select_all' through the table object there isn't a single function to replicate that for less interactive style coding practise.

Hello, When running serve with 'port=None' in Jupyter Lab the height of the output cell is currently set at 400 pixels. That's quite a large gap between cells leaving a...

In the following line we can see that the method `to_FpGroup()` may return `self.parent.subgroup(C=self.C)`: https://github.com/sympy/sympy/blob/75691e5cbdb3dfda4c8164a217bac6a6434404f6/sympy/combinatorics/fp_groups.py#L704 However, on `init` the internal variable `self.C` is set to `None`: https://github.com/sympy/sympy/blob/75691e5cbdb3dfda4c8164a217bac6a6434404f6/sympy/combinatorics/fp_groups.py#L564 How should `self.C`...

combinatorics

In a cell in my `ipynb`, within `Visual Studio Code`, if I run the following code in a cell the output is a string rather than rendered latex: ``` from...

categories

I create a simple map with a `states` layer and then a series of lines representing the Eastern coast of the US. I applied a palette to the lines along...

Hello, I've been training my first GANs, it's far from easy. I wondered if there are typical values and trends to look for in the loss? I'm using Wasserstain-GP. The...

I was working on integrating `tmap` and `leaflet` this week in a package so that I can use `tmap` to create a static map then convert to `leaflet` when necessary...

tmap_v4

Hello, just a suggestion that 'normalize_table' and 'poor_mans_nquads' functions may be handy to export so that the user can call them with `::` and not need `:::` (which causes 'Check'...