-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add td utils #32
add td utils #32
Conversation
Signed-off-by: Hasan Eroglu <[email protected]>
Signed-off-by: Hasan Eroglu <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #32 +/- ##
===========================================
+ Coverage 74.94% 95.23% +20.28%
===========================================
Files 7 2 -5
Lines 986 42 -944
Branches 361 9 -352
===========================================
- Hits 739 40 -699
+ Misses 203 2 -201
+ Partials 44 0 -44 ☔ View full report in Codecov by Sentry. |
Question: Should we use JS or use TypeScript? |
All should move to TS soon :) This is an adapted version of the logic in the depths of playground at https://github.com/eclipse-thingweb/playground/blob/master/packages/core/index.js#L1305 |
Since the code in |
I'm on it now |
Signed-off-by: Hasan Eroglu <[email protected]>
Signed-off-by: Hasan Eroglu <[email protected]>
Signed-off-by: Hasan Eroglu <[email protected]>
Signed-off-by: Hasan Eroglu <[email protected]>
We had some discussion on this in the regular call:
"protocolSchemes": {
"http":[{
"uri":"http://mylamp.example.com:8080",
"subprotocol":"longpoll"
},
{
"uri":"http://mylamp.example.com:8081"
}] |
Signed-off-by: Hasan Eroglu <[email protected]>
Signed-off-by: Hasan Eroglu <[email protected]>
Closes #18