Daniele Scasciafratte
Daniele Scasciafratte
So right now we have tons of function in stdlib. Can be handy to document them in the file itself, in this way the documentation can generated aautomatically. So I...
Sudo block
An idea could be that every command inside this block get prefix with `sudo`. Another can be like a check if the script is running as root or not, like...
Code like this: ``` import * from "test-master.ab" test( ``` Return ``` Expected expression at ./test.ab:6:6 thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heraclitus-compiler-1.5.8/src/compiling/failing/logger.rs:132:24: index out of bounds: the len is 4 but...
This code: ``` import * from test-master test() ``` Fails with: ``` Identifier 'import' is a reserved keyword ``` Instead should report that on line 1 the syntax is wrong.
In this way they are sandboxed (I execute them on my machine I dont want to have issues). Following @CymDeveloppement proposal we can do something like: ``` import * from...
We can integrate https://github.com/xvoland/Extract/blob/master/extract.sh as extract for tons of formats (or rewrite in amber). Or also this one https://github.com/Bash-it/bash-it/blob/master/plugins/available/extract.plugin.bash
So me and another user using nvim nightly is getting tons of errors: * https://github.com/folke/noice.nvim/issues/839 * https://github.com/ms-jpq/pynvim_pp/issues/6 So my guess is that something is new in neovim and this client...
This project is very interesting and I use Poetry locally for the venv management (so I don't need docker locally to work). Do you will consider poetry support?
I have this in my syslog with plasma 5, @ismailof : ``` 2024-03-22T11:28:25.174595+01:00 KITT plasmashell[1792]: file:///home/mte90/.local/share/plasma/plasmoids/org.kde.plasma.mediacontroller_plus/contents/ui/CompactRepresentation.qml:108:9: Unable to assign [undefined] to int 2024-03-22T11:28:25.174660+01:00 KITT plasmashell[1792]: file:///home/mte90/.local/share/plasma/plasmoids/org.kde.plasma.mediacontroller_plus/contents/ui/AlbumArt.qml:38: TypeError: Cannot read property...
This one requires this to get merged https://github.com/amber-lang/amber-docs/pull/47 so please approve it...