-
Hi,
I'm trying to porting ptpd to NXP Kinetis K64 board.
I read the code and have a question. Can you kindly help me?
Thank you in advance.
In code, updateClock() in servo.c, it will c…
-
With a `catch` block I can obtain the formatted error description. But how do I get the error code ? I need this to react differently according to the error code (show a bad email-password mssage or i…
-
Hi! First of the all, outstanding contribution. My question is does the code consider fluid properties and phase changing? Sorry if this is a trivial question but I'm undergraduating student still lea…
-
- [x] I have searched the [issues](https://github.com/ActivityWatch/activitywatch/issues) of this repo and believe that this is not a duplicate.
- [x] I have searched the [documentation](http…
-
Kamata et al. (2015) has the two starting solutions for `RadialSolver` k^2 +/- (see their Eq. B13) implying that solution 1 uses the + version and solution 2 uses the minus.
Takeuchi & Saito (1972) h…
-
**Important**: Please do not post usage questions here.
To get a quick response, please ask a question on Stack Overflow using `gspread` tag.
See existing questions: https://stackoverflow.com/quest…
-
We have different repos for CI, hence by this issue I want to reduce duplication.
My proposal is:
kepler-action repo on behavior of set up k8s cluster for our community CI.
hence:
- to integration…
-
Why is this function not defined
![image](https://user-images.githubusercontent.com/115773507/225586864-a0241219-8d7f-4bed-9db4-42b157106972.png)
![image](https://user-images.githubusercontent.com/1…
-
In order to increase the code coverage, I want to solve the unsolved branches. Sample target does only string comparison (strcmp) .
My tarcer was IntelPin/Dynamorio, I sent execution information to…
-
Hi
I have some questions on some logic
1) In rebuildR() inside GPSAccKalman.cpp, there is this line
double velSigma = posSigma * 1.0e-01;
Can you please explain this ? Do you suggest or have…