Peter Mattingly

Results 19 issues of Peter Mattingly

``` import pystore pystore.set_path("./pystore") store = pystore.store('test') collection = store.collection('demo collection') df_path_and_hash = pd.DataFrame({'path': ['path1', 'path2'], 'hash': [0, 1]}) d_container = {'idx':[1], 'dfs':[df_path_and_hash]} df_container = pd.DataFrame(d_container) collection.write('test item', df_container) item...

``` import invert from 'invert-color'; let _channels = [0, 0, 0]; let _new = invert.asRGB(_channels); //error ``` expected: This should work, as per: https://github.com/onury/invert-color/blob/cd183934b67e4536e4e3f8a618067fb861fd63e2/lib/invert.d.ts ``` /** * RGB list (array)...

## Please select the area your bug applies to. (Multiple selections are Possible. You can leave blank if you're not sure.) - [ ] Workspace. VSCode workspace, vaults, Intellisense/autocomplete, Dendron...

type.bug
status.triage-needed
scope.schema

# Documentation request https://cloudinit.readthedocs.io/en/latest/reference/modules.html A simple summary might be: "scripts that can be run via configuration options". A reasonable place to provide this definition might be in the "Tutorials" section...

documentation
good first issue

Effected search engine: Google.com Effected browser: Firefox Bug: Some search results in a Google search will be highlighted, even though their domains are not present in the "highlight or hide"...

Hi, The add-on looks great. I was wondering if it would be possible to create a rule that applies to _all_ domains. So for example, if I do a search...

Great add-on, thanks for the work. In addition to blacklisting domains, I like to mark domains in terms of trustworthiness. For example: ![image](https://github.com/iorate/ublacklist/assets/6288999/fa18757f-af09-4a7a-9573-7912d7ba76f3) Where green is trustworthy and yellow is...

to do

**Describe the bug** When not using the `pattern` parameter, this error is returned: `TypeError: Can't instantiate abstract class Starter with abstract methods pattern` **To Reproduce** Steps to reproduce the behavior:...

bug

Type: Bug 1) Configure github for public/private key access 2) Configure the key with a passphrase 3) In VS Code, Open command palette 4) enter: Dev Container: Clone Repository in...

bug
containers