xod icon indicating copy to clipboard operation
xod copied to clipboard

XOD IDE

Results 103 xod issues
Sort by recently updated
recently updated
newest added

1) Create and logically distribute nodes to work with SDcards using the existing SD arduino lib. Deprecate `sd-log` node. 2) Add the `imageSD` xod graphics class and the `bitmapReader` BMP...

Hi, would an update indicator available in public libraries be possible? Perhaps an option would be a green icon, as opposed to red when there is an error. ps: when...

@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++

A list of little tweaks: 1. Replace `Saturation/Lightness` box inside ColorPicker with the triangle, like on the picture below (Affinity Designer) ![image](https://user-images.githubusercontent.com/1897530/73956616-3ffee900-4916-11ea-9e4c-4cdb86153112.png) 2. Add the "Revert" button and preview for...

t:tweak
s:client

I would like to have an option in "Project Preferences" that allows you to hide it without having to enter the web. If a project is published, you have to...

triage

I have seen and tried to help many, but since nobody reads the previous messages or uses the search, it always repeats itself. Because there is an error using libraries...

triage

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

Upgrade of simulation backend requires support of [Non-trapping float-to-int Conversion for WebAssembly](https://github.com/WebAssembly/nontrapping-float-to-int-conversions). Modern browsers already supports this. Support in XOD IDE requires upgrading of `electron` dependency or always run with...

t:feat

### Environment * Scope: desktop IDE * Version: 0.31.1 * OS: Linux Mint (actually any Linux) * Machine: any ### Steps to reproduce 1. Install IDE 2. Make patch 3....

t:tweak
s:client

Right now only `xod/core/defer(*)` count as defer nodes: https://github.com/xodio/xod/blob/41eaec50ad2f4c8385c8e32fe3c78c8eb23756ba/packages/xod-project/src/patchPathUtils.js#L214-L231 Those restrictions have to be relaxed. - [ ] Any node named `defer(typename)` should be considered a defer node if: -...

t:feat
s:core
s:rt/c++