Victor Nakoryakov

Results 42 issues of Victor Nakoryakov
trafficstars

### Describe the bug Before doing a new language contribution I’m trying to set up a local sandbox that I can test reliably. I followed the same steps as defined...

bug
indent

This is a follow up of the [forum post](https://forum.rescript-lang.org/t/using-dynamic-imports-in-nextjs/3597) When it comes to dynamic import of modules in ReScript, it looks verbose. For example, given a React component, we can...

enhancement

### Rationale The code generated by XOD assumes `setup` and `loop` will be used as program entry points. This is the case with most Arduino-compatible boards but does not cover...

t:feat
estimated
s:cli
p:2

Currently, the browser-based XOD IDE always opens the tutorial project on launch. There’s no way to tell it to skip the default project and open the specific project right away....

t:feat
s:client
estimated
p:2

In some environments standard libraries like “advanced” `xod/i2c` or hobby-grade `xod-dev/hc-sr04-ultrasonic` make a little sense. For a straightforward xoding experience, only the bare minimum of necessary libraries should be enabled...

t:feat
s:client
estimated
p:2

Currently, the contents of preloaded libraries are bundled to the browser XOD IDE as a part of its source built with Webpack. This introduces another mechanism to maintain in addition...

t:refactor
s:client
estimated
p:2

For enterprise and educational applications, it is desired to have a list of some libraries preloaded already at the moment when IDE starts. Currently, the list of such libraries is...

t:feat
s:client
estimated
p:3

@evgenykochetkov already made port type read-only in #1930 but has to revert it in #1964 because of some cases become impossible if port-typed values can no longer be emitted. In...

t:feat
s:rt/c++

https://forum.xod.io/t/nor-node-bug-found/2951 ### Steps to reproduce - Put a three-argument `nor` node and put `False` on all inputs - Put a three-argument `nand` node and put `True` on all inputs ###...

t:bug
s:stdlib

Reported on the [forum](https://forum.xod.io/t/output-problem-with-while-c/1402/5). ### Environment * Version: 0.25.3 * Board: Arduino Nano ### Steps to reproduce 1. Upload a simple patch with `sine-wave` linked to `led` with 1 Hz...

t:bug
s:stdlib