-
Investigating on NPE in` LwM2mPath.hashcode()` find at https://github.com/eclipse-leshan/leshan/issues/1502.
I decide to add unit tests to check the bug before to fix it.
I found that library to…
-
### Verification
- [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issue…
-
| --- | --- |
| Bugzilla Link | [464193](https://bugs.eclipse.org/bugs/show_bug.cgi?id=464193) |
| Status | RESOLVED WONTFIX |
| Importance | P3 normal |
| Reported | Apr 08, 2015 14:17 EDT |
| M…
-
I am looking into reading Roslyn warnings as code smells with Sonarqube. I would like to separate some issues reported in SQ and some not. I use the .editorconfig file to describe what is an issue in …
-
The commit message on 91545564e7645b21ff93049fce4c74f1bfef6884 implies that discarding `.eh_frame` sections in pure C builds would reduce the memory footprint of the resulting binary.
But since only…
-
When I render this component:
``` clojure
(defn simple-text-field [text]
(let [text-state (r/atom text)]
(fn []
[rui/text-field
{:id "example"
:value @text-state
:o…
-
We need a "style guide" for contributors, including documentation standards. PEP-8 and PyHC as starting points, of course.
And then we should scrub the codebase for compliance.
-
Hi all,
A group of folks from various projects / companies have put together a draft of an Array API standard, and are looking for feedback.
- Blog post: https://data-apis.org/blog/array_api_sta…
-
These tests are failing, I think because of 569d0c0e897478be4f05a1daba8d217a526e0eeb. At least, it smells like the right commit, and `git bisect` got me there too:
```
23:11:19 3d [jason@totoro:~/…
-
### Abstract
Instead of removing underscores and forcing every letter to lowercase, replace every occurrence of underscore followed by any-case letter with uppercase letter in snake_case identifier…