Skip to content
#

iot

Here are 11,985 public repositories matching this topic...

netdata
HolgerHees
HolgerHees commented May 17, 2019

Hi,

first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.

First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there

joshkping
joshkping commented Nov 16, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Kong version ($ kong version)

2.5.1.0

Current Behavior

When calling kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2:

A sender MUST NOT send a Content-

Aries-Lee1991
Aries-Lee1991 commented Dec 16, 2021

In https://github.com/taosdata/TDengine/blob/develop/src/client/src/tscPrepare.c, Local variable loopCont is assigned only once, to a constant value, making it effectively constant throughout its scope. If this is not the intent, examine the logic to see if there is a missing assignment that would make loopCont not remain constant.

So the 1567th line should be removed.
![image](https://user-im

averelon
averelon commented Aug 7, 2020

The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:

sip.js(1128): uncompensated = uint16(data[0], data[1]);

Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media

whytewolf
whytewolf commented Jan 24, 2022

Description
the cmdmod functions look to all set saltenv to base instead of None and are not setting to __opts__['saltenv'] when saltenv in passed as not set. this gives the effect that cmd.script will not pull from saltenv config unless you pass saltenv directly to the module.

Setup
set saltenv in the config file of a minion to anything but base
add a file to the fileserver u

123libohan
123libohan commented Jan 25, 2022

Issue description

How to current limit both in minutes and day by using plugin limit-count?
current,the plugin limit-count only Set a traffic limiting mode, Second or minute,If I want to set seconds and minutes at the same time,plugin not support,Because what you set later overwrites what you set earlier,Is there a better solution to this problem?thank you

Environment

  • apisix v
questdb
puzpuzpuz
puzpuzpuz commented Dec 16, 2021

Describe the bug

ATM the following query

select * from t where abyte = null;

executes just fine and returns rows with abyte column equal to zero. The same happens for short columns.

Byte and short column types don't support nulls (important note: geobyte and geoshort types support nulls), so we need to do something with this behavior. We could either report an error for

urh
jacobagilbert
jacobagilbert commented Sep 18, 2020

A common protocol structure is to have a header containing a length field, followed by data of length bytes, followed by additional protocol fields such as a CRC. If the length field is variable, the position of subsequent URH-specified protocol fields defined by fixed position will not be in the correct location.

I do not know the best way to address this, but quick and easy way to support

This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview questions, and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are C++, Python, and Java.

  • Updated Feb 2, 2022
  • Jupyter Notebook
microk8s
typoworx-de
typoworx-de commented Aug 31, 2021

While struggling around with ingress (#2546) I figured out some inconsistencies. For most k8s services it is possible to override args or configs. But for ingress this doesn't work.

It should be possible to customize enable.{my-service} and {my-service}.yaml by having a local copy in:
/var/snap/microk8s/current/microk8s-resources/

But this doesn't seem to work.

node-serialport
maxwellhadley
maxwellhadley commented Jul 5, 2018
  • SerialPort Version: 6.2.0

  • NodeJS Version: N/A

  • Operating System and Hardware Platform: N/A

  • Have you checked the right version of the api docs?: N/A

  • Are you having trouble installing and you checked the Installation Special Cases docs? N/A

  • Are you using Electron and have you checked the Electron Docs?: N/A

I have a device which is only intermit

Improve this page

Add a description, image, and links to the iot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the iot topic, visit your repo's landing page and select "manage topics."

Learn more