-
Today when we link to another note, and then update the title in the linked note, a prompt appears to approve the update of the link alias to include the new title. This is awesome!
What would be e…
-
Add the following to your ~/.bashrc AND /root/.bashrc file:
apt() {
command nala "$@"
}
sudo() {
if [ "$1" = "apt" ]; then
shift
command sudo nala "$@"
else
command sudo …
-
## Type of issue
Enhancement
## Description
Recently https://github.com/prebid/Prebid.js/pull/12215 attempted to pull an alias out into a standalone adapter. In a few months, Magnite is going to rel…
bretg updated
1 month ago
-
```sql
CREATE TABLE t (
uid Int16,
t DateTime,
ta DateTime alias toStartOfHour(t)
) ENGINE=MergeTree order by uid;
select toStartOfDay(x.ta) ta from t as x group by toStartOfDay(x.ta) …
-
Hello!
When I try to collect the target I get the following message:
[user@8548b56971da server]$ ~/go/bin/go-fuzz-build -preserve crypto/internal/bigmod -work .
workdir: /tmp/go-fuzz-b…
-
### Problem Statement
As of right now it does not appear that you can use the alias ability in making bar charts. This leads to functions being the title for a given bar and lowering comprehension of…
-
Is there any desire for type aliases? Are they feasible? If they are, are there reasons to not support them?
E.g.
```
(define-alias Thing (Optional (Tuple String Integer)))
(define-alias …
-
resholve fails to parse aliases with `=` chars in their definition because aliases are split with `.split('=')` [here](https://github.com/abathur/resholve/blob/ebd7901b36a0830b67cf300e2ee5719b867a2059…
-
### Description
Currently, Vite supports a single `publicDir`. However, there are situations where we might want to merge multiple public directories. For example, in Nuxt we support an arbitrary num…
-
As a developer, I would like to reference local package imports via a root alias, to limit the number of large relative import statements.
Acceptance criteria:
- [ ] An alias like `~` is configured …