Hima

Results 38 issues of Hima

I have a strange situation where in my regular shell setup (bashrc/zshrc), I auto keep track of the last CDed directory so that whenever I open a new shell, it...

There's a link to http://www.luminusweb.net/docs/database.md in the home.html file for a new luminus default project. But this page doesn't seem to exist anymore?

Doc comments don't seem to work in a typescript react file. In a `.ts` file: ``` /** * ``` In a `.tsx` file: ``` /** ``` Is this a problem...

I launched the application and I see the jiggler process running in Activity Monitor, but I don't see it show up in the menu bar at all. Do you know...

Hi, there appears to be no guidance on function parameters. How should I name them? Also in kebab case? ``` (defn some-function [some-big-thing another_thing] ... ) ```

enhancement

Hi, How do you recommend doing migrations with toucan? Are we supposed to use a separate library for that? @camsaul

This is my entire script ``` import faiss from gpt_index import GPTFaissIndex, SimpleDirectoryReader emb_dim_size = 1536 faiss_index = faiss.IndexFlatL2(emb_dim_size) documents = SimpleDirectoryReader("/Users/hima/Documents/X/Z").load_data() ``` And it fails on the last line...

Ex. I want to move foo to a new file a2.py and have the import in b.py auto update to use that new path. Is this possible? ``` # a.py...

Right now, it seems like I need to run `enable-fzf-tab` every time I open up a new shell in order for hitting `` to show the fzf menu. This is...

question

I see that I can press `jk` to enter normal mode. But it seems like only pressing `i` can let me go into insert mode - normally that's fine in...