jeromew
jeromew
Hello, Have you considered a streaming implementation of `he`. Reading the code, it seems like there are a lot of expression types to check and the streamer would probably need...
Hello, First of all thank you for your work on llamafile it seems like a great idea to simplify model usage. It seems from the readme that at this stage...
Here is a small contribution extracted from a project of mine in case you consider it can be useful for the pg-mem project. The list of supported types in postgres...
This PR adds hbc90 support to hbctool only tested with a round trip decode/encode cycle on a bundle. Generated bundle was exactly equal to the original.
Hello, I have been working happily with ftps using the execAsStream feature, piping data out of the stream. Now I ran into a use case where I want execute many...
Hello, the current API for errors is ``` errors(function(err, push) {}) ``` so we can push one or more values at the current location of the stream if we already...
Hello, I have been trying the following scenario : ``` var resource = open() var s = _(function(push, next) { ..use resource to push elements and _.nil when resource is...
I propose the following in order to build the example section of the website - add an example directory - each subdir of example would be an example - each...
Hello, I tried to use the scan function with an async iterator just to realize that the iterator has to be synchronous. do you see another way of doing an...
Hello, I am thinking about adding a stopwords feature inside your tokenizer implementation. In fact, I want to 1/ use unicodesn 2/ avoid stopwords in the index 3/ use the...