-
### Describe the bug
```nu
touch myfile
cp myfile /../
```
The result:
```
nu: '/home/username/myfile' -> '/../myfile': Permission denied (os error 13)
```
`cp` doesn't raise a shell error. …
-
The feature from this proposal is implemented in [LiveScript](https://livescript.net). You could use it as a playground and/or inspiration on how to handle the edge cases.
Note that the LiveScript …
-
## Maintainer List
@luizclr, @odsantos, @Mr-Saxobeat, @jonnathan-ls, @leopoldovcfonseca, @nazarepiedady, @murillorossetti
## For New Translators
Please read this first (click to open)
To translat…
-
Hi, keraliss from walletscrutiny. i was trying to test your wallet, and got stuck.
this was the dockerfile i was using -
```
# Use Ubuntu 20.04 as the base image
FROM ubuntu:20.04
# Avoid p…
-
``` bash
$ cat switches.ls
switch
| a => b
| c => switch
| d => e
| _ => f
| g => switch
| h => i
| _ => j
| _ => k
$ livescript -pc switches.ls …
-
# Issue Description
When using `osc branch -r $rev $srcprj $prk $destprj` , the checkin-counter is not inherited from the source package.
Expected Result
============
The branched package should…
-
```
.> ls foldl
1. base.List.foldl : (b ->{𝕖} a ->{𝕖} b) -> b -> [a] ->{𝕖} b
```
What is `𝕖`? It looks scary. How do I type it? Do ability sets always have to use characters like that? W…
-
```#!/bin/bash
while true
do
cd /root/aria2-downloads/
for video in $(ls *.mp4)
do
ffmpeg -re -i "$video" -c:v copy -c:a a…
-
### What happened?
tl;dr:
1. Folder shared between two syncthing instances, A & B
2. B instance removes the folder and the user purges local data
3. A instance removes B from the list of peers…
dpedu updated
1 month ago
-
with this patch and using `cargo build --release --target x86_64-unknown-linux-musl --features bin_core,ls_filesystem,vendored` you can make statically linked binary (now binary depends on glibc 2.3…