Elias Levy
Elias Levy
Alas, I've not gone down that route yet, so I can't be of assistance.
Indirectly. Per https://aws.amazon.com/ec2/instance-types/ > Each vCPU is a hyperthread of an Intel Xeon core except for T2 and m3.medium. The CPU specification for instance types are largely known and you...
Thanks. It appears that it is supported as an inline option modifier (`(?x)`), but not as a flag (`HS_FLAG_*`). Is there a reason for that?
We use Hyperscan to evaluate the regular expressions in a language we developed, in which we allow the use of the `x` flag to make the regexs more readable. In...
Has someone from the Hyperscan team reproduced this issue?
I've tried reproducing the error in 32-bit Linux using a 32-bit Debian Docker image in a x64 host without success. The issue seems specific to 32-bit Windows.
For our use case, we use Hyperscan on Linux, macOS, and Windows. With Macs beginning the transition to Apple silicon based on ARM, we are obviously interested in support for...
Same issues when executed in 64-bit Windows 7 with the 32-bit VS2019 redistributable runtime. Alas, I don't have a 32-bit system handy to test on.
In general is looks good, but I have to quibble with some items. Being able to create a shard replica on the desired node and then removing the shard from...
I think I figured out why we are seeing the error now. You committed 0096aaaecd6e96e44f0e3d20b6fb058d7bd83817 2 months ago. It delays calling `#confirm_select` until the channel is open. In our systems...