-
Each run of gaius should delete orphaned messages of the same stack on specified SQS backchannel if they are older than the execution time.
This cleanup functionality is broken.
-
Once the character form has been created, we need a way to persist that data. MongoDB Cloud has a free tier that should meet my needs and be easy to use/setup.
-
Jira Link: [DB-2890](https://yugabyte.atlassian.net/browse/DB-2890)
### Description
The following works in Postgres 14
```
select array_agg(point(p[0]::double precision,p[1]::double precision)) …
-
It would be great to add sources from custom `TableProvider`. Also, leveraging sources in https://github.com/datafusion-contrib/datafusion-table-providers would allow to reuse the work done on datatyp…
-
I was wondering if it would be possible to implement an optimized initial load of a ConcurrentRadixTree, where multiple mappings are supplied (maybe using a builder pattern).
I suppose the design wit…
-
**HSQLDB**
* https://en.wikipedia.org/wiki/HSQLDB
**ODF Database**
* https://en.wikipedia.org/wiki/OpenDocument_Format
* https://www.loc.gov/preservation/digital/formats/fdd/fdd000441.shtml
ghost updated
7 years ago
-
Is this possible? I'd very much like to use this.
-
This pattern isn't ideal:
```crystal
class User < Granite::ORM::Base
has_many :posts
before_destroy :clean_up_posts
def clean_up_posts
posts.map &.destroy
end
end
class Po…
-
hi all
I am trying to undestand what to do in my scenario:
using wildfly 23, i heavily use stateless EJB with bean managed transactions on top of a XA compliant datasource (a sybase database driver)…
-
```
opts = {row_sep: "|\n", col_sep: ","}
CSV.parse(CSV.generate(opts) { |csv|
csv