Daniele Scasciafratte

Results 1200 comments of Daniele Scasciafratte

So in my machine I had `/usr/local/share/nvim-qt/` folder that had the shim not updated since 4 years... So like in your case it was loaded automatically but I never noticed....

> Can we clarify what's being proposed here? As Pete mentioned, there's already a daily cron event which clears out expired transients. > > What exactly is the problem looking...

## Generic function/class/define/namespace/option names All plugins must have unique function names, namespaces, defines, class and option names. This prevents your plugin from conflicting with other plugins or themes. We need...

## Allowing Direct File Access to plugin files Direct file access occurs when someone directly queries a PHP file. This can be done by entering the complete path to the...

Probably the error should says "Expected iterable for function includes at first parameter".

So we need to improve this function code https://github.com/amber-lang/amber/blob/main/src/std/env.ab#L110 Maybe we can use a variable name less common like `__args`?

Maybe we can start a new repo with libraries in pure Amber and when that `function` can be imported in the Amber language. Like for https://github.com/Ph0enixKM/Amber/issues/218, in this way in...

I was thinking, maybe a block like: ``` tmpdir { $touch stuff$ $rm stuff$ } ``` In this way the folder is automatically created in `/tmp` and removed at the...

I think that on bash side it will be just pure bash code that executes the various commands, before and after the stuff in the code block itself.