-
First off, thanks for this action, really appreciate it. I've been experimenting with it to create two depositions from the same repo, in order to split data and code into two different digital object…
-
### Component(s)
receiver/mysql
### What happened?
## Description
User is hitting this error:
2024-09-12T10:05:08.788Z error scraperhelper/scrapercontroller.go:197 Error scraping metrics {"…
-
I'm running into a confusing error when I try to use RemoteREPL.jl with a recent nightly:
```
julia> RemoteREPL.connect_repl()
[ Info: Using session id b67a752f-c7bf-424f-9804-22e927f3c9b9
ERROR…
-
Hello, I got data on GraphCMS in markdown text and I'd like to convert it to MDX. Could you tell me how to do it? I've installed mdx-bundler.
`content: portfolioItem.portfolios[0].content, // …
-
-
I think it's serenata-toolbox's responsability to convert and clean data, such as replacing `,` with `.` in `float` values, date in the format `%d/%m/%y` to `%Y-%m-%d` and so on, so [jarbas](https://g…
-
Variables explicitly declared as non-nilable types are incorrectly inferred as nilable after being assigned from function returns, particularly when involved in equality comparisons (==). This leads t…
-
I've noticed an issue with the `data_before_after` CDC mode not converting Spark DecimalType correctly. The decimals are getting converted to an array in the before and after json strings when the cd…
-
### Proposal
Now that the hover tooltips *in the infoview* support displaying math (#534), it would be awesome if tooltips in the editor also did. Implementation-wise, it may be possible to do what…
-
```
import SwiftUI
import Shared
struct ContentView: View {
let phrases = Greeting().greet()
var body: some View {
List(phrases, id: \.self) {
Text($0)
…