Ashvin Ranjan

Results 9 issues of Ashvin Ranjan

I have been working on sending CMSampleBuffer data out of a broadcast extension and this has been causing me trouble, sending strings though peertalk in the extension is working, but...

Updating the JS branch to the newest standard, it will be labeled as `v0.1.0` after this! Things to add: - [ ] operators - [x] XOR - [x] Update not...

Currently, a major problem with N is that it does not have a use case. It is able to do backends but there are other languages, such as rust or...

dev problem: help wanted

Currently in N to do something like this: ```py boardShadows[i][j][k] = True ``` You have to do: ```js boardShadows = [ ..boardShadows.subsection(0, i), [ ..(boardShadows[i] | []).subsection(0, j), [ ..(boardShadows[i][j]...

enhancement
help wanted

This would make it easier to do mappings if all of the typings for N were open online and people did not have to download N to make the mappings.

enhancement
python

While putting in the correct command into Powershell works fine doing `n --update` gives this error: ``` Remove-Item : Cannot remove item C:\Users\Ashvin\.n\bin\_asyncio.pyd: Access to the path 'C:\Users\Ashvin\.n\bin\_asyncio.pyd' is denied....

As a user, it would be best to be able to use N in VSCode and have syntax highlighting and support for common plugins like eslint and prettier. Now that...

outside integration

The link on the [Quick Start](https://engineering.outreach.io/stencil/getting-started/quick-start/) redirects to https://engineering.outreach.io/getting-started/installing instead of https://engineering.outreach.io/stencil/getting-started/installing, which is the correct page.

bug