Riya Bisht

Results 13 issues of Riya Bisht

sqrt(-2)=nan, but got -nan Output- ``` [root@0d8b3edcaf56 quich]# make test && ./quich_test gcc -o quich_test src/helper.c src/parser.c src/lexer.c src/variable.c lib/linenoise.c tests/main.c -lm success -> 9 success -> (3+2) success ->...

The `build.sh` file not found in the uxn linux binary that I downloaded from `https://git.sr.ht/~rabbits/uxn` website. I have already installed `sdl2` on my arch linux distribution.

Fixed the broken link: Service Account Tokens Replaced the link `https://kubernetes.io/docs/admin/authentication/#service-account-tokens` with `https://kubernetes.io/docs/reference/access-authn-authz/authentication/#service-account-tokens`

cncf-cla: yes
size/XS
needs-ok-to-test
sig/api-machinery
lifecycle/rotten

When trying to build the tests in `cppyy/test` directory following the [guide](https://cppyy.readthedocs.io/en/latest/testing.html). At `make all` step, I found an error. ### Necessary Information: Linux Distribution: Ubuntu 22.04.4 c++ (Ubuntu 11.4.0-1ubuntu1~22.04)...

### Description of your changes Fixed the typo `uesd` to `used` under the [Verify Installation](https://kubevela.io/docs/installation/standalone/#verify-installation) step I have: - [x] Read and followed KubeVela's [contribution process](https://github.com/kubevela/kubevela/blob/master/contribute/create-pull-request.md). - [ ] Update...

I am currently working on adding `porting-native-app-guide.mdx`guide. It is not completed yet, I will be adding content as I cover more topics. Any suggestions that could help me write a...

enhancement

I found a typo while going through `content/guides/testing.mdx`

enhancement

I encountered an issue when trying to access the Community Team page [here](https://unikraft.org/docs/community/team). When I attempt to open this page, I receive a 404 error indicating that the page cannot...

Refer https://github.com/unikraft/app-elfloader/pull/32 ### Reproduce an error: Inside the app-elfloader directory, run the generate.py script `./scripts/generate.py`. Find scripts in the `scripts/run/` directory named `qemu-x86_64-9pfs-http_server.sh`. Build the elfloader by running `./scripts/build/make-qemu-x86_64-9pfs.sh` Then,...

While building the project, I noticed the following points that needs to be addressed in the documentation to avoid any confusions. - We do not need to create `$ mkdir...