Daniele Scasciafratte

Results 1200 comments of Daniele Scasciafratte

> he should say that himself, or even better push a commit resolving the issue Yeah, I am waiting him to know what to do

Closed for https://github.com/amber-lang/amber/pull/545/

In my case: ```grep avx /proc/cpuinfo``` Returns ``` 20:flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi...

Yeah I saw that after trying but there is no warning/check in the Tabby UI. Like a validation about what I wrote, like if the path exists. To discover that...

So about the second issue, the list include the files used to reply not the files scanned.

Yes can be an attribute, for the dependency there is another ticket https://github.com/Ph0enixKM/Amber/issues/95

Usually scripts run in a folder dedicated so they don't mess with the system. Like file editing and so on, the idea is to have like a sandbox generated automatically...

This is as example on of my scripts that I use everyday: ``` killall vlc rm /tmp/cvlc.sh list=$(echo "$1" | sed -e 's/\/media/\"\/media/g' ) list=$(echo "$list" | sed -e 's/...

Same issue but disabling pointer accelration didn't fixed. In my case I have a multi monitor system and doesn't work very good

I think that the Std files shouldn't be in the installer because a user maybe is not interested in the LSP. The LSP server should include the std itself like...