-
![image](https://github.com/rogergcc/FilmsTheMovieDbApp/assets/18008332/1ccf15dc-3b80-43d4-85a7-545e04da0a24)
-
Working with SK it came to my attention that the data type of the `Temperature` property in `PromptExecutionSettings` classes is inconsistent. Some have the data type `float` others have `double`.
…
-
Thanks for the nice library!
I have the following class which takes a vector of "data":
```
SomeClass::SomeClass(std::vector data)
```
I'm trying a basic test with:
```
dingo::cont…
-
I have a function in `commonMain`:
```
import dev.gitlive.firebase.storage.Data
...
fun getData(): Data {
...
}
```
and I am trying to call it from a `androidApp` (from compose):
```
But…
-
Nach Erfassen des Texts wäre es sinnvoll den in eine Klasse mit zB Dictionaries zu packen, was dann das schreiben in ein CSV erleichtert
-
### Feature description
We need a way to incorporate more information about nuclear reactions in to the Particles module.
### Motivation
We need crosssections for common fusion reactions to …
-
### Describe the enhancement requested
The data.table package introduces integer based date and time-of-day classes, `IDate`, and `ITime`. Besides lower storage/memory cost, they offer faster sorting…
-
I've been using Kotlin 2.0.20, but I've tested with 1.6.21 and get the same error regardless. I've included a sample project illustrating the problem. Ironically, I created this project ([hoplite-test…
-
**Describe the bug**
Most functions and methods take as the first argument a class instance from corgidrp.data such as Dataset, Image, etc. For them to be input arguments, they have to be instantiate…
-
```
$ cat Class.hxx
class Class {
public:
virtual ~Class() = 0;
};
$ cat .clang-tidy
---
Checks: '*'
$ clang-tidy Class.hxx
Error while trying to load a compilation database:
Could not …