-
It appears that a kata can be retired if there are a string of negatives votes in a row. I would assume that the intent of this was to retire katas which were so problematic that the negatives heavil…
-
Hello Dominique!
Thanks for a cool package, the correlation functions are really good for my work. My question is regarding the r values and the printed output. I'm not sure if I'm missing somethin…
-
I have a semi-transparent window. I want to drag it over some other target window ( which can be partially covered by other windows) and place the mouse cursor over the target window which I can see t…
-
#69
Updates to the data model to store benchmark data
```sql
CREATE TABLE cls_benchmark_data (
cls_benchmark_data_id SERIAL NOT NULL UNIQUE,
frontline_survey_question_id INT NOT NULL UNIQU…
-
Consider the following fictitious code:
```
void Main()
{
Communicate_With_Client ( Order_Business_Logic () );
}
void Communicate_With_Client (IEnumerable Business_Logic)
{
var…
-
- **OS and version used:** FreeRTOS v9.0.0
STM32F769I-Disco Kit
- **SDK version used:** azure-iot-sdk-c : v1.1.31
# Description of the issue:
currently i'm using HTTP protocol to send…
-
Add support of partial classes. [Mixins](https://github.com/Microsoft/TypeScript/wiki/Mixins) is not the same, because it's run-time realization. Need compile realization, where partial classes will b…
-
This is more of a question / feature request than an issue...
Is there any support for calculating the size of a message?
I found this page https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub…
-
The real blocker for babun is the lack of versioning of cygwin mirros.
If we manage to download a full cygwin mirror and put it somewhere online we may proceed with the release of a new babun version…
-
Hi!
I can not get less 3.0.1 to bundle properly into my web worker code.
Less 2 was working flawlessly with the same setup.
When I import less like this:
```
import less from 'less';
```
I …