-
Create a function that takes the output from doEstimationForAllStrata() and converts it into the InterCatch exchange format https://www.ices.dk/data/Documents/Intercatch/IC-ExchangeFormat1-0.pdf
-
Can I convert ifc to cityjson using ifcconvert?
All the IFC files I have cannot be converted.
Can I get an example of the ifc file that I am studying to convert from ifcopenshell, which converts…
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
Whenever we attempt to copy t…
-
Without getting this up and running. Can this convert to JSON? Thinking about making some tokens consumable by Javascript.
-
**What happened**:
```
syft convert hello.spdx -o cyclonedx-json=hello.cdx.json
syft convert hello.cdx.json -o spdx-tag-value=hello-converted.spdx
```
[hello.spdx.txt](https://github.com/anchor…
-
### Steps to Reproduce
1. Take a look at this course markdown in github: https://github.mit.edu/ocw-content-rc/24.914-spring-2019/blob/main/content/pages/assignments/what-is-ae-tensing.md . Note th…
-
## Description:
Implement the `assembleStorage` and `disassembleStorage` methods for the COO matrix format. The `assembleStorage` method will convert data in the abstract `SparseMatrix` class to the …
-
### Describe the bug
```ts
class Box {
#value = $state();
swap(other) {
const value = this.#value;
this.#value = other.value;
other.#value = value;
}
}
```
The compiler convert…
-
**Describe the bug**
I use "Europe/Paris" as timezone in config.inc.php
When a reviewer receive a review remind, the dates due are one day before (exemple : 15.10.2024 for 16.10.2024 in the Web UI)
…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | >7.5.*
| PHP version | >7.0.*
| Installation Method | Composer
#### Summary
Assertion me…