-
Hello!
### Description:
I'm developing some lambdas with golang, and I'm trying to connect to a postres DB, however, the lambdas are not able to connect to my local development database.
The dat…
-
Currently e-mail templates exist in versions for en and fr. This ticket is about making a single template, and from within it calling translation labels (already available in the backend though rarely…
-
### Steps to reproduce the problem
```python
N = 12
qc = QuantumCircuit(N)
qc.x(range(N))
qc.h(range(N))
for kk in range(N // 2, 0, -1):
qc.ch(kk, kk - 1)
for kk in range(N // 2, N - 1):
…
-
On the profile page, users can input a description of themselves as a good template incase the question gets asked in an application so users can just copy/paste their already made description, so thi…
-
Long story short, before 21st November 2024 and some weeks backwards, there has been issue with the implementation of the media storage. Therefore, I implemented a more production ready storage system…
-
Issue title: `[backend] Unit name`
#[relates1] #[relates1]
[Unit name]
### Acceptance Criteria
- crit1
- crit2
- ..
- ..
---
### crit1
[Full Description ]
### crit2
[Full Description…
-
### Relevant template
refarch-backend
### Problem description (optional)
_No response_
### Desired solution
in the moment only postgress is working
### Considered alternatives (optional)
_No re…
-
I want to use gulp-asciidoctor to render my adoc files to reveal.js slides
asciidoctor-reveal.js has usable custom templates
I've been wondering how to use it
any idea?
-
### Eschewed features
- [X] This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature.
### What would you like to have …
-
# Add CPU Compile Support for Flex Attention
There are two implementations of Flex Attention. An unfused Eager Mode implementation that works on most device and, under torch.compile, Inductor will…