samrose

Results 136 comments of samrose

You probably need to include `cudatoolkit` Here is what I had to do to create a dev env shell for pytorch that could access CUDA (for instance) https://gist.github.com/samrose/01fdcc045a262168540ba56ae95d1d26?permalink_comment_id=4816797#gistcomment-4816797

@pwhittin @malcolmsparks cannot recreate. When running site locally, and running the command above, my output is ``` nmap -A -v -v localhost Starting Nmap 7.92 ( https://nmap.org ) at 2022-09-03...

@andreasronge can you go into detail about what you mean by: "I would really like this working together with neo4j.rb" just curious. I am working with neo4j.rb now, and evaluating...

@workingjubilee I'll look over there as soon as I can In recent efforts to push this forward I also found https://github.com/NixOS/nixpkgs/pull/294504/files which is a PR to nixpkgs that is related...

https://github.com/supabase/postgres/pull/1076 closes

@tatut thanks for your response, and for this incredible work I actually wasn't getting an error, but just no results (see the empty list) ```elixir iex(xthello@localhost)56> :xt.ql(%Person{email: {:textsearch, "example"}}) []...

In the end this did work, I just didn't give xtdb lucene enough characters. Once I added more, searching works ```elixir iex(xthello@localhost)41> :xt.ql(%Person{email: {:textsearch, "dear.reader"}}) [ %Person{ id: "demo1", first_name:...

> One area I'd like to develop further is defining links and automatically generating nested pull patterns based on those. Can you say more here? What does this look like...

I see ok https://docs.xtdb.com/language-reference/1.23.2/datalog-queries/#pull

@olirice wanted to ping and let you know that now our nix gh action workflows are integrated and passing (dropped justfile requirement too)