Nissan Pow

Results 21 issues of Nissan Pow

Switch from `pyllamacpp` to the `nomic-ai/pygpt4all` bindings for gpt4all. Fixes #3725 and https://github.com/nomic-ai/gpt4all/issues/468

- E2E tests pending (see https://github.com/YotpoLtd/metorikku/issues/496) - Tested reading/writing manually

Hi, I am trying to write some E2E tests for my PR which adds DynamoDB as a reader/writer. I'm getting a `FileNotFoundException`, which from my experience means that the files...

Hi, was wondering if there's a way to run custom pyspark code? I see there's a way to run custom UDFs but it needs creating a JAR

Hi, any thoughts on how to verify that a config file follows a certain schema? eg. certain fields must exist and be of certain types etc? Kind of like type...

Hi, I encountered a strange issue trying to bind `scipy.sparse.csr_matrix.log1p`. It's saying `ModuleNotFoundError: No module named 'scipy.sparse.csr_matrix'`, but it does exist? ``` from pipelinex import HatchDict import yaml from pprint...

Fix for #2. @ryan-lowe: I did some refactoring and moved `process_line` into `utils.py`, but I don't have time to check that I haven't broken anything.

Hi, I'm getting an error about "could not escape Shape.0" when running the notebook. I'm using python2.7. What version of pyautodiff are you using? ``` --------------------------------------------------------------------------- ValueError Traceback (most recent...

Hi, is there an example on how to use the API to submit a blog post? I've been searching the docs but can't seem to find one.

Heya! Can't seem to pickle a dotsi Dict. Here's a MWE: ``` from dotsi import Dict pickle.dumps(Dict({})) ``` results in: ``` *** KeyError: '__getstate__' ```