-
Currently, indexed access is not supported in the C Query modules and wrappers (C++, Python and Rust).
This forces users to perform slow O(n) searches across the graph context, we should expose th…
-
Original problem - custom loggers with custom names and
1) New API for logging with names
2) Say API should stay as aliases for` log_*` with default logger (name - "tarantool")
3) `box.cfg{ log_…
-
I've noticed that MatX needs to include some CUDA-related abstractions and facilities (like error handling) which are actually not specific to matrix/tensor/numeric computations in any way.
I woul…
-
**Context** : We are currently recommending module for making making wrapper for external apis . It is making code difficult to maintain
Cons of module based approach
1. Not object oriented
2.…
-
Some of the APIs such as "TestEnvironment", the custom loggers and assertion wrappers could be really helpful for people who distribute Custom MSBuild Tasks / Sdks.
-
- [x] Build & Run
- [x] Package
- [ ] Applications Plugin. Looks like it requires considerable amount of unsafe Rust code because there are no safe wrappers for the `SHGetKnownFolderItem` & Co APIs …
-
It would be awesome to add Spark SQL wrapper functions to Spatial Spark, so it would be possible to use someting like in Oracle Spatial:
https://docs.oracle.com/database/122/SPATL/complex-spatial-q…
Tagar updated
7 years ago
-
tkinter has so many weird parts that are obviously just because the library is a very thin wrapper over Tcl/Tk.
Here are my issues with the library:
- sometimes ids are strings, sometimes they are…
-
```bash
python play_maps.py -map i80
```
```python
Traceback (most recent call last):
File "play_maps.py", line 81, in
observation, reward, done, info = env.step(action)
File "/anaco…
-
Hello!
Currently, I am trying to create conda packages for IMAS-related libraries.
To retrieve dependencies through the conda-forge repository, I propose providing UDA-related conda packages.
I…