-
#### Is your feature request related to a problem? Please describe.
This is a feature request for future program on boarding.
#### Describe the solution you'd like.
I would like CiviForm to be able …
-
I build transaction to send some funds between accounts
```
{
"format": 2,
"id": "PrTlOjxQYJZmOJjEwcdz6j_-LaxaUmNa3THmnobSElM",
"last_tx": "rxchIjzzdHzhBi6iJ7XjVURdr14hv_VxxMdfIb8-E…
-
```
Hi guys,
I've a problem with gmaps4jsf map. In my application I need a map where I
dinamically insert some markers. This is my xhtml:
Then, in my backing bean, I create object map = new Map()…
-
```
Hi guys,
I've a problem with gmaps4jsf map. In my application I need a map where I
dinamically insert some markers. This is my xhtml:
Then, in my backing bean, I create object map = new Map()…
-
PostgreSQL supports a simple-form case-when expression:
```sql
create table test (a int);
insert into test values (1),(2),(3),(5);
SELECT a,
CASE a WHEN 1 THEN 'one'
WHEN …
-
```
Maybe we should add support for transactions.
The 3 relevant MySQL commands are BEGIN, COMMIT and ROLLBACK.
My idea would be to add a toolbar Item "Transaction Mode" that enables
transactions.
N…
-
Oftentimes you don't need a brand new class. All you want is to add a common tag to all the metrics emitted by a given pod.
## Proposal
```
annotations:
telegraf.influxdata.com/global-tag-li…
mkmik updated
2 years ago
-
**Issue:**
The CBO produces a sub-optimal plan (Deadly in our case) leading to schedule a Join as a Single node join thus query fail with resource exhaustion (Join of billion of rows against a sm…
-
```
What steps will reproduce the problem?
1. Start proxoid
2. back (close the activity)
3. wait
What is the expected output? What do you see instead?
No crash expected ; and working proxy.
After so…
-
```
What steps will reproduce the problem?
1. Start proxoid
2. back (close the activity)
3. wait
What is the expected output? What do you see instead?
No crash expected ; and working proxy.
After so…