jestarray

Results 66 comments of jestarray

Yeah, I recall this not working with rust in vstudio but will need to double check

Also note this is building with BC not CS

@elfmz for me it was located in `/usr/share/far2l/far2l-sh.cd`. I tried adding it to by `.bashrc` it segfaults: ``` ┬─[a@arch:~]─[08:19:32 AM] ╰─>$ bash [a@arch ~]$ far2l fish: Job 1, 'bash' terminated...

```fish function f2l # Use the Fish built-in %self PID for a unique temp file set pid %self set tmpfile "" if test -d /tmp set tmpfile /tmp/far2l-cwd-$pid else if...

@ufo5260987423 Here is the racket discussion for it, I'm not sure if it'll be helpful https://github.com/jeapostrophe/racket-langserver/issues/29

@ufo5260987423 ```js function fibonacci(num) { if (num what's the rule to make programmers concentrate? Javascript on VSCode has this feature builtin(I think) and there's an option to only show them...

We should come up with a list of common functions that should never need annotating because its obvious what the arguments are, like: `+` `define` `case` and others

> [@jestarray](https://github.com/jestarray) Could you show me the nested functions as parameters with inlay hints? I doubt this case also is too dense. Not sure what you mean by "nested function"...

![Image](https://github.com/user-attachments/assets/5035fe0f-c4ce-4345-a9c3-ce3b02966f2d)

Sadly I dont have any ideas. I just wanted it to work on record types so I can see what the field names are 😆 . I personally think the...