-
Imported from SourceForge on 2024-07-06 23:08:41
Created by **[peterpall](https://sourceforge.net/u/peterpall/)** on 2015-01-24 18:13:20
Original: https://sourceforge.net/p/maxima/bugs/2894
---
How …
rtoy updated
4 months ago
-
### Source/destination types
```csharp
public class MyClass
{
public string Key { get; set; }
public DateTime InsertTsUtc { get; set; }
}
```
### Source/destination JSON
```javasc…
ghost updated
2 months ago
-
This is also related to issue #43 but in the case where our nested dictionary has empty lists `[]`
In this case, not only do we have the empty ``, but in the flat form it encodes the empty list as …
ttamg updated
3 months ago
-
for teavm, when converting the classes to js, teavm only converts like a few. the converted .js is short, so you shold probably use --preserve-class. and then type the classes name. that process does …
-
### Describe the enhancement requested
[dictionary_encode](https://arrow.apache.org/docs/cpp/compute.html#associative-transforms) takes an Array as input and converts it into a DictArray. However, it…
-
### Terraform Version
```shell
1.7.2
```
### Terraform Configuration Files
Files not needed - running in `terraform console` instead:
```terraform
> yamldecode("{on: 1}")
{
"true" = 1
}
…
-
As the title say, I can not resize an image AFTER it has been inserted into a note, using the right click menu.
1. Insert an image into a note. - it converts and is resized as per the plugin setti…
-
Following from #1535 we should create a class that handles encapsulates all read / write work we want to do for the table extensions map.
- central location for all constants
- converts between…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Consider this code
```py
class DocumentUpload(BaseModel):
file: Any = None
myUpload = DocumentUpload(
…
-
Could you please explain why `convertSimpleArgument` in `values.go` converts everything to `string`? If I understood correctly, it then breaks the result from `sanitize.SanitizeSQL` in `(*Conn).Saniti…