-
It would be very useful to be able (by C++ / LUA code) to display a filtered version of attributes combo box.
For example, if we want to display a combo box that only contains all vertices attribute…
-
Hello!
I'd like to make a extension function in primitive type such as `string`, `byte[]`, `byte` and so one.
I tested with this code but seems not suported in NLua.
Is there any a way to av…
-
## **Describe the bug**
The declaration `has some: priv T;` results in a syntax error when `T` is a custom type. However, this syntax works without issues for primitive types like `int` or `str`. Thi…
-
Hi , I can see various example of different plugins created on tradingview , It is mind blowing.
now I want to create my own plugin , but there is nowhere how to create a plugin from scratch , step…
-
Instead of simply enumerating every possible codec, why don't we define an exhaustive set of primitives and composing operations which can be assigned an id for reduced size? At present they're hardly…
-
For the question
**Can you list 8 primitive types in java?**
in [Objects and Primitives](https://github.com/MindorksOpenSource/android-interview-questions#objects-and-primitives) section, `String`…
-
Swift 6 introduced support for 128 bit integers https://github.com/swiftlang/swift-evolution/blob/main/proposals/0425-int128.md
We should begin supporting them in `swift-bridge`.
For instance, a…
-
## Description
When trying to filter using the any operator on a primitive (string) array it is not working and is returning an error.
## Expected Behavior
API filters results
## Actual Be…
-
The engine uses the default plane and cube assets for debug rendering and particles. Currently these are loaded in the techniques that use them. This should be made a clearer step during engine initia…
-
### Location
https://doc.rust-lang.org/nightly/std/primitive.fn.html#trait-implementations-1
### Summary
we now implement all of these traits for all function pointers. We should change the documen…