Taylor

Results 16 issues of Taylor

I was trying to implement an algorithm in Pony when I encountered a segfault in my program while trying to use Iters. The reason for the segfault is `invalid address...

triggers release
bug
needs investigation

When using the `get` function in Zygomys, the `%result` of the returned hashmap will be surrounded by quotation marks if the entry is a string. Example: `dna.json`: ```json "Zomes": [...

This adds the Hippocorpus dataset script from #728 It's a notebook file which converts an existing Hippocorpus dataset into a Parquet file. This PR should stay a draft until the...

backend

As per @christophschuhmann's request, I'll be cleaning up and formatting the [Hippocorpus](https://huggingface.co/datasets/hippocorpus) dataset for training with the assistant. Hippocorpus is a dataset of 6,854 English diary-like short stories about recalled...

data

The web UI has two pretty important incompatibilities with Firefox. The first incompatibility is that the newlines in the input field are completely ignored. This is caused by how Firefox...

The build scripts included in this repository are heavily dependent upon the `exe` files in `bin/`, and the whole repository in general is filled with generated outputs. This is generally...

In the following code locations, a '.exe' file path extension is expected independent of platform: https://github.com/DanRuta/xVA-Synth/blob/72ac458ef794a7162b1205c39ec5fc9b7ff2007a/python/fastpitch/model.py#L103 https://github.com/DanRuta/xVA-Synth/blob/72ac458ef794a7162b1205c39ec5fc9b7ff2007a/python/fastpitch1_1/model.py#L200 https://github.com/DanRuta/xVA-Synth/blob/72ac458ef794a7162b1205c39ec5fc9b7ff2007a/python/wav2vec2/model.py#L33 Additionally, all code paths that check if the platform is Linux should...

Currently, tags are only referred to by their number, which is how I think it should be on the backend, but it would be very confusing if we were to...

enhancement
help wanted
question
ui

So far we have a function in posts called `fromTags` that gives all posts with any of the given tags. I'd like to have a function that gives all posts...

enhancement
ui
dna

Holochain is being rewritten in Rust with a WASM interpreter as the main ribosome. This will allow us many more options as to the language we wish to implement Comet...

enhancement
optimization
dna