-
`
const (
cFNameDefault = "default"
//cFNameTest = "test"
DB_PATH = "./backup"
timestampSize = 8
)
func OpenDB() (*grocksdb.DB, error) {
opts := grocksdb.NewDefaultOptions()
…
-
**Describe the bug**
1. Open application (or it open itself on windows start).
1. UI pop with frezzed animation on autoconnect.
2. Wait 1 second
2. Application crash
**Desktop (please comple…
-
**Description**
This issue was raised in the review for #49:
### Bad version:
```java
for (Entry entry : this.jsonEntry.getJsonObject("something").entrySet()) {
String key = entry.getKey(…
-
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
Bug
### (Optional) Module Version
0.1.2
### (Optional) Correlation Id
_No …
-
- [ ] Use a command line flag to specify the cache file to use.
- [ ] The cache is a dictionary that uses a hash of the GraphQL query as a key and the response as the value.
- [ ] When doing a quer…
abrie updated
6 hours ago
-
I am encountering an error when setting the license field to an string-value (license = "something") in the pyproject.toml file, using Hatchling v1.26.1.
```pyproject.toml
[project]
name = "foo-…
-
----
### Issue details
I want to use px4_avoidance for multiple drones. I have updated the model and launch files regarding that, and when I run everything, I can see the point clouds on rvis, a…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
main
### Commit ID
4531180d4b20c179baa426cca179aaebc70cec84
### Other Environment Infor…
-
Hi,
I noticed following problem with this list example:
- first: First
- second: Second
- some random text
The first two list points are key values, the last is just normal text. The key-valu…
-
Hello! I think it would be nice if the library provided a setting of optional default values when getting values from storage. This could be useful to avoid having to write some logic in the applicati…