Rick Lupton

Results 36 issues of Rick Lupton

I'm not sure how possible this is. This comment suggests it might be doable by wrapping the labels in `foreignObjects`: https://github.com/mathjax/MathJax/issues/394#issuecomment-13566519

enhancement

Reported by Mike E: changes in `height` do not affect size of widget in Internet Explorer. ```python links = [ {'source':'a_','target':'a','value':0}, {'source':'a_','target':'b','value':4811.5}, {'source':'a_','target':'c','value':6809}, {'source':'b_','target':'a','value':3528.5}, {'source':'b_','target':'b','value':0}, {'source':'b_','target':'c','value':1307}, {'source':'b_','target':'d','value':1342}, ] layout =...

bug

Important features for the roadmap: - Show link and node value labels

I wanted to connect to mysqld via a UNIX socket rather than IP, so I added an option. Hope this looks ok.

### Description org-roam and ROAM_REFS is working great for linking notes to citekeys, but it breaks if you accidentally include a bare `@` in ROAM_REFS. #### Steps to Reproduce Create...

1. bug
2. reference

Thanks for the really useful library! I was expecting the `@leave` decorator to match against the version of the node that has already been transformed by deeper-nested leave functions, but...

machinery

My code calls: ``` FoundationTabs.activate('outputs-tab'); ``` which causes an "$apply already in progress" error. This is due to the `scope.$apply()` call in `zfTabIndividual`, quoted below. This seems to be similar...

bug
javascript

The stack size should be at least RF12_MAXDATA (66 bytes), otherwise you can't send a full-length packet. It was originally set to 20. Commit 602f3db set it to 66, but...

It can be confusing that ipysankeywidget just shows nothing (all the nodes on top of each other) if there is a problem with the way the input data is structured...

I have some example notebooks in my custom widget repository that I want to update to use the latest version of the JS package whenever I release a new version,...