-
**Is your feature request related to a problem? Please describe.**
My feature request is not related to a problem with slang.
**Describe the solution you'd like**
For completeness, here is a mini…
-
I'm working on Yocto project and it's easy for Yocto to switch build system for jansson. The version I use is 2.14.
Then I found that JSON_INTEGER_IS_LONG_LONG differs across different build systems …
-
I'd like to import some features from functional languages like OCaML and F#.
The main feature I'm proposing is the possibility of using `typedef` to define sum types. They can be thought of as type …
-
When passing an unitialized (or zero'ed) json_element_t to json_free()
` typed(json_element) root_element = { 0 };`
` ... do something, maybe fail along the way ...`
` json_free(&root_elemen…
-
###### map_point.dart
```dart
import 'dart:math';
typedef MapPoint = Point;
class MapPointJsonConverter extends JsonConverter {
const MapPointJsonConverter();
@override
MapPoint f…
-
[TypeScript 5.5](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#the-jsdoc-import-tag) adds support for `@import` in JSDoc comments. It would be great if Deno could also…
-
Unknown function : __hxcpp_date_no
Error linking : Unknown global
I can comment round code but thought I should mention the issue, I am unsure what effect this would have on using current time in a c…
-
First of all .. thanks to everyone who contributes to these tools.
Unfortunately I have run into a problem with atdcpp when using recursive types. Given the following (`recurisive.atd`):
```
type…
-
targetCode.c:
```C
...
trice16F( iD(123), "rpc:fn1( %p, %d )\n", paramBuf1, 5 );
...
trice32F( iD(456), "rpc:fn2( %p, %d )\n", paramBuf2, 3 );
...
```
With `trice insert` a til.json exists a…
-
### What is the issue?
The output when running a dagger functions command on Windows is not correctly formatted. When running with `--progress plain`, the output is as expected, but when running with…
myty updated
5 months ago