-
### Vert.x 5 Roadmap
### 5.0.0
[Development of Vert.x 5](https://github.com/eclipse-vertx/vert.x/wiki/Vert.x-5)
- [x] [Async result callback removals](https://github.com/vert-x3/issues/issues…
vietj updated
14 hours ago
-
#### Overview of the Issue
Similar to https://github.com/hashicorp/packer-plugin-googlecompute/issues/191, source images from the `deeplearning-platform-release` project cannot be used with this pl…
-
I had a query I couldn't issue successfully passing a tuple, but which worked using an anonymous record. The sql query was not changed, only the call to `query.Sql` was (seel the calls below).
`DbFun…
-
Hi -- I've been attempting to get kotlin-spark to work in Jupyter Notebook (v7.0.2). Unfortunately every time I try to run the magic line `%use spark` in my Jupyter notebook (using the kotlin kernel …
-
DataFrame fails on simple actions with casting BigInteger to Long.
For example, the MySQL performance schema table_handles table is defined as:
```
show create table performance_schema.table_ha…
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.0
### Describe the Bug
Getting `Offset is outside the bounds of the DataView` error t…
-
1.my entity class use java.lang.Double field
`
@Basic
@Column(name = "LGTD", nullable = true, length = 13)
public Double getLgtd() {
return lgtd;
}`
in com.sdl.odata.dat…
-
This ticket is a migrated Trac ticket [3386](http://trac.buildbot.net/ticket/3386)
People contributed to the original ticket: `verm@...`
Ticket created on: `Dec 08 2015`
Ticket last modified on: `Dec…
-
Hello again!
I have included a simple proof-of-concept repository for this issue: https://github.com/alexzorin/dbt-unit-test-macro-crash-poc. You can clone it, run `dbt deps` and `dbt build --full-…
-
Not sure if it's by design or a bug but...
Trying to run `db.selectFrom('person').selectAll().where('id', 'in', [])` causes an invalid SQL (see image below👇 the `()` part is invalid).
Now obvio…