David DeTomaso

Results 10 issues of David DeTomaso

I'm having an issue where enabling targets.vim is causing unpredictable behavior in macros when replaying them. I tried to create a minimal example here: For this file: ``` colorscheme: ["9"='#371377')...

Add support for GUI applications that wouldn't be invoked from the command line. For example, on Windows add a shortcut to the desktop optionally or a folder/icon to the start...

Some packages might have a few executables. Should accommodate those.

Shouldn't be difficult. Will involve downloading a different miniconda install file and potentially modifying other calls (conda3?, pip3?, python3?) if needed.

I ran into an issue recently where I was using a regex in my AvoidPattern and didn't realize that I needed to specify the size. What happened was that even...

### Description I have a `` inside of an `` (actually a ``). If I change the items inside the "dom-repeat" to a new Array, but the new Array has...

Doesn't multiply the scale values as it does with SCVI model https://github.com/scverse/scvi-tools/blob/bf2121975bdfc31bfb1f6feb6446c331188b47dd/scvi/model/_totalvi.py#L481

totalvi
P1

I'm trying to create a group in which the order of datasets is indexed and tracked. To do this, it looks like you use a group_create property on the create_group...

I'm getting an error trying to install this on Windows. At first I tried this using conda, and after it failed there, I tried using just a barebones python2.7 install....

https://github.com/bioFAM/slalom/blob/547a56316e5c3ccc63e592eb907dc53b00212466/slalom/core.py#L414 I'm getting an error from line 414 in core.py AttributeError: 'float' object has no attribute 'exp' I believe the cause is that `u_qm` is all 'inf' and this seems...