-
Hi,
I couldn't find any test vectors here. It would be perfectly nice to have them for other implementations as well as to run unit tests over the reference implementation.
I can generate them using…
-
Simple 11 enum mapping
Makes output code much easier to use
```rb
enum("a", type: ::u8)=>{ # Incorrect code, idents can't appear in Item
value("A") => "3",
value("B") => "4"
}
```…
-
Hi,
I would like to ask a beginners support.
I am working in Visual Studio 2017 environment. I have built an xlnt.lib using VS2017 Debug Win32 (just as a first attempt, to start with), and link it t…
-
This issue replaces the closed #131.
We need to provide a way to export an enum to Python.
-
According to Maung Maung Lwin's doc, the red side places all their pieces first, before black starts doing anything. After red is done, black THEN starts the placement.
> 1.2 The player with red piec…
-
👋 Hi there!
First of all, thank you for your work! I've been successfully using this library in production for a couple of years and it's been very useful.
Recently we've started using MurmurHas…
-
_This bug report is unfortunately vague, but it might interest you anyway since it's a pure TCP segment assembly problem, having nothing to do with HTTP et cetera._
At work we asked for and got pca…
-
This issue is super specific, and probably seldom actually encountered:
While trying out all the filter modes, I found that brf_1p and apf_1p on high frequency settings crashes the audio engine, in L…
-
This would be super useful for ingesting data that has some form of a header such as what is seen in https://github.com/apache/incubator-druid/issues/8555.
-
Cases requiring a manually defined timestamp should be rare, if any. Perhaps have client implementations to allow it as optional and add to the request if missing, but require one in any case? Last bi…