-
This is piggybacking off of some chat discussion by @RX14 and @straight-shoota earlier today.
Currently there is no great way for library authors to log without friction. A library can't just write…
-
I am trying to cross-compile OpenCL for different applications in Julia, but the build is giving this error as if the CMAKE_CXX_STANDARD at the top level was ignored. Can you please take a look at the…
-
Providing clear and concise way to cite the package is essential in encouraging users to cite the software they use. Traditionally, writing a software publication in a journal may have been seen as a …
-
Hello, I'm trying to make a keyboard using esp32 + bleps. I found that it is quite hard to create a gatt service using bleps.
What I'm trying to create is like https://github.com/embassy-rs/nrf-sof…
-
carrays.i does now allow long arguments for arrays, for example see here:
https://github.com/swig/swig/blob/master/Lib/carrays.i#L23
see related issue:
https://github.com/microsoft/LightGBM/issue…
-
*This is the first attempt to use the [MEP](https://github.com/mmtk/mmtk-core/blob/master/docs/contribute/mep.md) process for changing a fundamental part of MMTk.*
# TL;DR
Currently MMTk assumes…
-
Any support/documentation for the refreshed 2018 MacBook Pros?
I have one and I'll be willing to help with tinkering stuff especially since they are using the new T2 chips.
-
Built-in filter macros, like `video:` are currently not supported.
Using Everything's debug mode (https://www.voidtools.com/forum/viewtopic.php?t=1713) it can be seen, that the filter macros are re…
-
A general concern for using Dart as a static metaprogramming language is that we will need the full code available for any dependencies that are executed at compile time.
Today both of our modular …
-
This is a proposal for sum types, also known as discriminated unions. Sum types in Go should essentially act like interfaces, except that:
- they are value types, like structs
- the types contain…