Graham Wheeler

Results 21 issues of Graham Wheeler

**Describe the bug** I am trying to use this in a `ListView`; I have this code called from the `itemBuilder` function, which uses a class instance called `_match` to lazily...

## Version of xpadneo I cloned the repo about 30 minutes ago, so I guess 0.9 ## Severity / Impact * [ ] I've read the docs and the bug...

0 | type: third party bug

I have tried both the hard way and the easy way instructions with the same result. ``` npm install --save-dev electron-prebuilt-compile ``` and: ``` npm install --save electron-compile npm install...

documentation

* Hugo Jupyter version: * Python version: 3.6 * Operating System: MacOS ### Description Trying to migrate mu site from nikola to hugo. I use Jupyter to write my posts....

TF does a bunch of nasty stuff to implement lazy loading of modules, which means we don't pick up the imports when doing static analysis. We should see if we...

needs decision

I have some code which has two mutually recursive functions: ```python def A(): // under some condition B() def B(): // under some condition A() ``` This is perfectly legitimate...

enhancement

I am trying out DSPy 2.3.6 with a simple transcript summarization example: ```python class Summarizer(dspy.Module): def __init__(self): super().__init__() self.summarizer = dspy.Predict('transcript -> summary') def forward(self, transcript): return dspy.Prediction(summary=self.summarizer(transcript=transcript)) ``` I...

# Issue Details Please provide the following details when opening an issue: ## Operating System (uname -a) Darwin MacBook-Pro.local 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:22:05 PDT 2023;...

It seems that versioning for this project is done in a very ad-hoc way by updating setup.py. I would like to suggest that releases get tagged in github too, to...

Hi all I was wondering whether this additional metadata is being used, and whether the ipykernel team is open to enhancing it. In particular, the 'type' field could be more...